#backOverlay
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	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;
}

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);
}
