#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 white;
	z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:310px;
	width:450px;
	background:#FFFFFF;
	background-image: url(../../images/popup/consult.jpg);
	background-repeat: no-repeat;
	border:2px solid white;
	z-index:2;
	padding:12px;
	font-size:13px;
}

#popupThankYou{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:310px;
	width:450px;
	background:#FFFFFF;
	background-image: url(../../images/popup/thanku.jpg);
	background-repeat: no-repeat;
	border:2px solid white;
	z-index:2;
	padding:12px;
	font-size:13px;
}

#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{
	font-size:18px;
	line-height:20px;
	margin-top: 305px;
	margin-right:10px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	/*border: 1px solid red;*/
	width: 200px;
}

#popupContactClose2{
	font-size:18px;
	line-height:20px;
	margin-top: 230px;
	margin-right:250px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	/*border: 1px solid green;*/
	width: 150px;
}

#button{	
	text-align:center;
	margin:100px;
}

#freeconsultform_pop {
	/*border: 1px solid red;*/
	margin-left: 70px;
	margin-top: 90px;
	width: 200px;
}	

#popupContactInName {
	margin-bottom: 10px;
}

#popupContactInPhone {
	margin-bottom: 10px;
}

#popupSendForm {
	font-size: 18px;
	line-height:20px;		
	width: 95px;
	position:absolute;
	
}
