﻿br.both{clear:both;}

#backgroundPopup{
display:none; position:fixed; height:100%; width:100%; top:0; left:0; background:#000000; border:1px solid #cecece;
z-index:101;
}
html>body #backgroundPopup.centered { height:1px; width:1px;}
html>/**/body #backgroundPopup.centered {height:100%; width:100%; position:fixed; height:100%; width:100%;}

#popupContact.centered{
display:none; position:absolute; height:200px; width:468px; background:#FFFFFF; border:2px solid #cecece; z-index:102; padding:12px; font-size:13px; top: 200px; left: 400!important
}
html>/**/body #popupContact.centered { position:fixed; left:auto}



#popupContact h1{
font-family:Arial, Helvetica, sans-serif;
text-align:left;
color:#F26722;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #333;
padding-bottom:2px;
margin-bottom:20px;
}

#popupContactClose {
display:block;
background-image:url('/_slice/btt/closeBox.gif');
background-repeat:no-repeat;
cursor:pointer;
float:right;
height:10px;
margin-bottom:5px;
overflow:hidden;
text-indent:-9000px;
width:10px;
}
