<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Styles for Live Preview Window ***/

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

#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: #aaa;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
}


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

#livepreview_iframe {
	background-color:#fff;
    box-shadow: inset 2px 2px 5px #ccc;
    -moz-box-shadow: inset 5 2px 5px #ccc;
    -webkit-box-shadow: inset 5 2px 5px #ccc;

}
</pre></body></html>