﻿br.both{
clear:both;
}
*+html #backgroundPopup{
display:none;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
background:#666666;
border:1px solid #cecece;
z-index:99999999;
}
*html #backgroundPopup{
display:none;
position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#666666;
border:1px solid #cecece;
z-index:99999999;
}
#backgroundPopup{
display:none;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
background:#666666;
border:1px solid #cecece;
z-index:99999999;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:424px;
width:700px;
background:#FFFFFF;
border:3px solid #DBDBDB;
z-index:999999999;
padding:5px;
font-size:12px;
}
#popupContact #ksdgheadtext{
text-align:left;
color:#444444;
font-size:14px;
font-weight:bold;
border-bottom:1px solid #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#FE9E16;
font-weight:700;
display:block;
}
