/* CSS Document */
body{
height:100%;
}
table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a{
cursor: pointer;
text-decoration:none;
}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background:#000000;
	border:1px solid #52070F;
	z-index:99;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:200px;
	width:408px;
	background:#FFFFFF;
	border:8px solid #52070F;
	z-index:100;
	padding:12px;
	font-size:13px;
	left: 250px;
	top: 250px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#popupContact img {
	float: left;
	padding-right: 10px;
}

#popupContact h1{
	text-align:left;
	color:#52070F;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#DA9B43;
	font-weight:700;
	display:block;
}
#button{
text-align:center;
margin:0px;
}

br.both{
clear:both;
}

