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

.button
{
	width: 229px;
	height: 30px;
	border-collapse: collapse;
	background: url('../../images/property_details/tenancy_application.jpg');
	background-repeat: no-repeat;
	line-height:30px;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,Tahoma,sans-serif;
	font-size:10pt;
	font-weight: bold;
	text-indent:20px;
	border: 0px;
}

.button:hover
{
	width: 229px;
	height: 30px;
	display: block;
	background: url('../../images/property_details/tenancy_application_h.jpg');
	background-repeat: no-repeat;
	border: 0px;
}
div.agentproperties
{
    display: block;
    width: 178px;
    height: 38px;
    background: url(../../images/agentsearch/agent_u.gif) no-repeat top left;
}
div.agentproperties:hover
{
    display: block;
    width: 178px;
    height: 38px;
    background: url(../../images/agentsearch/agent_h.gif) no-repeat top left;
}
div.teamproperties
{
    display: block;
    width: 178px;
    height: 38px;
    background: url(../../images/agentsearch/team_u.gif) no-repeat top left;
}
div.teamproperties:hover
{
    display: block;
    width: 178px;
    height: 38px;
    background: url(../../images/agentsearch/team_h.gif) no-repeat top left;
}