<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face
{
    font-family: 'palatino';
    src: url('/static/fonts/Palatino/palatinoltstd-italic-webfont.eot');
    src: url('/static/fonts/Palatino/palatinoltstd-italic-webfont.eot?#iefix') format('embedded-opentype'), 
    url('/static/fonts/Palatino/palatinoltstd-italic-webfont.woff') format('font/x-woff'), 
    url('/static/fonts/Palatino/palatinoltstd-italic-webfont.ttf') format('truetype'), 
    url('/static/fonts/Palatino/palatinoltstd-italic-webfont.svg#palatino_lt_stditalic') format('image/svg+xml');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'Helvetica';
    src: url('/static/fonts/Helvetica/helveticaltstd-roman-webfont.eot');
    src: url('/static/fonts/Helvetica/helveticaltstd-roman-webfont.eot?#iefix') format('embedded-opentype'), 
    url('/static/fonts/Helvetica/helveticaltstd-roman-webfont.woff') format('font/x-woff'), 
    url('/static/fonts/Helvetica/helveticaltstd-roman-webfont.ttf') format('truetype'), 
    url('/static/fonts/Helvetica/helveticaltstd-roman-webfont.svg#helvetica_lt_stdregular') format('image/svg+xml');
    font-weight: normal;
    font-style: normal;
}



div.container{left: -2000px; top: 0; width:780px; min-height: 400px;}
.popup{width: 100%; height: 100%;}

.background_overlay { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 99; background:black; opacity: 0.5;}

 #dialog{
		background: none repeat scroll 0 0 #FFFFFF;
		border: 2px solid #acacac;
		height: auto;
		/*padding: 10px;*/
		position: absolute;
		width: auto;
		z-index: 200;
		/*top:25%; 
		left:30%;*/
		overflow : hidden;
	}

#iSaleRegistration
{
    border:0px;
}

iframe.popup
{    width: 100%;
    height: 100%;
    position: absolute;
}</pre></body></html>