﻿br.both{
clear:both;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:101;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:200px;
width:468px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:102;
padding:12px;
font-size:13px;
left:30%;
top: 200px;
}
#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{
right:6px;
top:4px;
position:absolute;
}*/

#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;
}