﻿#backgroundPopup,#popupContact, #popupContact h2 {
font-size: 12px;
font-family:arial,sans-serif;
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
z-index:100;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#727171;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:483px;
width:732px;
z-index:101;
padding:0px;
margin-top:20px;
font-size:13px;
background-repeat:no-repeat;
}
#popupContact h2{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:5px;
}
#popupContactClosez{
right:-8px;
top:-12px;
position:absolute;
display:block;
cursor:pointer;
background:url(close.png);
width:41px;
height:41px;
}
.popupContactVisible{
visibility:hidden;
}
.popupContact_padding{
	padding-right:20px;
	padding-top:10px;
}
.popupContact_text{
text-align:justify;
font-family:arial,sans-serif;
font-size:12px;
}
.popupContact_padding_bot{
	padding-bottom:5px;
}
.popup_submit{
background:transparent;
	height:42px;
	line-height:42px;
	border:0px;
	min-width:30px;
	font-size:18px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	background:#585858 ;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family:Arial;	
	color: #ffffff;
	text-shadow: 1px 1px 0 #651d2a;
	cursor:pointer;
}
.popup_text{
	background:transparent;
	background-image:url(text.png);
	width:381px;
	height:41px;
	border:0;
	background-repeat:no-repeat;
	margin:0;
	padding-left:10px;
	font-weight:bold;	
	font-size:13px;
}

