/*-- Form Popup --*/

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#fff;
	z-index:19000;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	z-index:20000;
	left: 310px !important;
    top: 100px !important;
}
#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,
#popupContactClose2{
	font-size:14px;
	line-height:14px;
	color:#ff0000;
	font-weight:700;
	display:block;
	float: right;
	cursor:pointer;
}
.modal_box {
	background-color:#fff;
	display:none;
	text-align:left;
	border:2px solid #ff0000;
	opacity:0.8;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}
.modal_container {
	width: 550px;
	padding:10px 30px;
	float:left;
}
.modal_close {
	width:350px;
	padding:4px;
	text-align:right;
}
.modal_box a,
.modal_box a:link,
.modal_box a:visited,
.modal_box a:hover,
.modal_box a:active,
.modal_box a:focus {
	color:#666;
	text-decoration:none;
	font-size:10px;
}