* { padding:0;margin:0; }
.gap
{
	margin-bottom:10px;
}
.box
{
	z-index:10000;
	margin: 0px auto 0 250px;
	background-color:#ffffff;
	text-align:left;
    position: absolute;
	font-family:Arial, Sans-Serif;
    font-size:0.75em;
}
#contactFormContainer
{
	z-index:10000;
	border:1px solid;
	position:absolute;
	float:right;
}
#contactForm
{
	z-index:10000;
	height:372px;
	width:351px;
	background-color:#fff;
	display:none;
}
#contactForm a
{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
#contactForm h3
{
	margin-bottom:10px;
	color: #000000;
}
#contactForm div.close
{
	position:absolute;
	top:15px;
	right:15px;
}
#contactForm div.close img
{
	border:none;
}
#contactForm fieldset
{
	padding:30px;
	border:none;
}
#contactForm label
{
	font-size:12px;
	display:block;
	color:#000;
	padding-bottom: 5px;
}      
#contactForm input.text
{
	display:block;
	border:solid 1px #ccc;
	width:100%;
	margin-bottom:10px;
	height:20px;
	padding-top: 4px;
}  
#contactForm textarea
{
	display:block;
	border:solid 1px #ccc;
	width:100%;
	margin-bottom:10px;
}  
#contactForm input.submit
{
	font-weight:bold;
	color:#000;
	padding:5px;
}      
#contactLink
{
/*	background-color:#fff;*/
	font-size:12px;
	color:#2593D3;
	text-align:center;
	/*padding:5px;*/
	cursor:pointer;
}
#messageSent
{
	height:20px;
	color:#333;
	margin-bottom:3px;
}