#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
}

div.contactmebutton a
{
	display:block;
	background-image:url(../../images/agentsearch/contactme_u.jpg);
	background-repeat:no-repeat;
	height:31px;
	width:111px;
	cursor:hand;
	
}

div.contactmebutton a:hover
{
	cursor:pointer;
	text-decoration:none;
	background-image:url(../../images/agentsearch/contactme_h.jpg);
}

div.contactusbutton a
{
	display:block;
	background-image:url(../../images/agentsearch/contactus_u.jpg);
	background-repeat:no-repeat;
	height:31px;
	width:111px;
	cursor:hand;
	float:left;
	
}

div.contactusbutton a:hover
{
	cursor:pointer;
	text-decoration:none;
	background-image:url(../../images/agentsearch/contactus_h.jpg);
}

div.refinesearchbutton a
{
	display:block;
	background-image:url(../../images/property_search/refinesearch_u.jpg);
	background-repeat:no-repeat;
	height:36px;
	width:160px;
	cursor:hand;
}

div.refinesearchbutton a:hover
{
	cursor:pointer;
	text-decoration:none;
	background-image:url(../../images/property_search/refinesearch_h.jpg);
}

/* image preloader */
.preload { display:none; }