/* Css 12_Oct_2009 for homepage popup */
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;
}
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: 1;
}
#popupContact
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 540px;
	width: 790px;
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 0px;
	font-size: 13px;
}
#popupContact h1
{
	text-align: left;
	color: #fa6289;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #d3d3d3;
	padding: 0 0 0 5px;
	margin: 0;
}
#popupContact h1 sup
{
	font-size: 10px;
}
#popupContactClose
{
	font-size: 10px;
	right: 0px;
	top: 0px;
	position: absolute;
	color: #fa6289;
	font-weight: 700;
	display: block;
}
#popupContactClose a
{
}
#popupContactClose a:hover
{
	text-decoration: underline;
}
