#overlayBack{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

	#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

.tdLabel
{
	text-align:right;
	width:50%;
	padding:5px;
}
table#contact_form input
{
	background-color: #fff;
	font: 11px/14px 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #5A698B;
	padding: 1px;
	border: 1px solid #8595B2;
	width:150px;
}
.check
{
	background-color: #fff;
	font: 11px/14px 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #5A698B;
	padding: 1px;
	border: 1px solid #8595B2;
}
.textarea
{
	background-color: #fff;
	font: 11px/14px 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #5A698B;
	padding: 1px;
	border: 1px solid #8595B2;
}
.submitButton
{
	font: 11px/14px 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	border: 1px solid #8595B2;
	width:90px;
	cursor:hand;
}
.selectBox
{
	background-color: #fff;
	font: 11px/14px 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #5A698B;
	padding: 1px;
	border: 1px solid #8595B2;
}
form
{
	padding:0px;margin:0px;
}
table#contact_form td
{
	border: 1px solid #F2F1F1;
	padding: 5px

}
table#contact_details td
{
	border: 0px;padding: 0px
}