﻿br.both{
	clear:both;
}
#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:1000;
}
#emailContact, #alertContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:492px;
	width:350px;
	background:#59ABE6;
	z-index:1001;
	padding:15px;
	font-size:8pt;
	font-weight:normal;
	color:#555;
}
#emailContact h1, #alertContact h1{
	text-align:left;
	color:#FFF;
	font-size:12px;
}
#contactArea, #alertcontactArea{
	background:#fff;
	height:420px;
	border:1px #2181C7 solid;
	padding:20px	
}

#emailContactClose, #alertContactClose{
	right:15px;
	top:20px;
	position:absolute;
	display:block;
	background:transparent url('../images/close_btn.gif') no-repeat;
	height:15px;
	width:15px;
	text-indent:-9999px;
	cursor:pointer
}

#emailContactClose:hover, #alertContactClose:hover{
	background:transparent url('../images/close_btn_over.gif') no-repeat;
}
.curser_style{
	cursor:pointer
}

