
body{
height:100%;
}
table {
border-collapse:separate;
border-spacing:0pt;
}
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:2px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:500px;
width:700px;
background:#FFFFFF;
border:1px solid black;
z-index:2;
font-size:13px;
}
a#popupContactClose,a#popupContactClose:visited,a#popupContactClose:active,a#popupContactClose:link{
right:0px;
bottom:0px;
position:absolute;
color:#6fa5fd;
font-weight:bold;
display:block;
background-color: black;
padding: 7px 10px 11px 13px;
font-size: 16px;
font-weight: bold;
}
a#popupContactClose:hover{
	color: #656565;
}
#button{
	font-weight: bold;
}
