#contactArea
{
	position: relative;	
}
#contactArea div
{
	left:50px;
	position:absolute;
	top:215px;
}
#contactArea td
{
	font-family: calibri;
}
#backgroundPopup
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/	
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
	background: #FFFFFF url("../images/pop_up/Equine_refer_horses.jpg") no-repeat;
	width:450px;
	height:375px;
}
#popupContact h1
{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose 
{
	cursor:pointer;
	color:black;
	display:block;
	font-family:calibri;
	font-size:19px;
	font-weight:700;
	line-height:14px;
	position:absolute;
	right:6px;
	top:4px;
}
#button
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#0BA200 none repeat scroll 0 0;
	border:2px solid #454545;
	height:27px;
	padding-top:3px;
	position:fixed;
	text-align:center;
	top:0;
	width:115px;
	cursor:pointer;
}
