/*** Styles for Live Preview Window ***/

#livepreview_dialog
{   
    padding:0px;
    height:333px;
    width:500px;
    background-color:#fff;
    background-image:url('../images/icon_loading.gif');
    background-repeat:no-repeat;
    background-position:center center;
    position:absolute;
    border:solid 5px #7dc000;
    border-radius:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius:0px;
}

#livepreview_dialog.left:after, #livepreview_dialog.left:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#livepreview_dialog.right:before {
    left: 0px;
    margin-left:-45px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #7dc000;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
}


#livepreview_dialog.left:after {
    right:0;
    margin-right:-45px;
    border-left-color: #7dc000;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
}


