﻿

.popupContact5{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:593px;
width:663px;
background:#FFFFFF;
border:1px solid #000;
z-index:12;
padding:12px;
font-size:13px; margin-top:0px;
}



#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:10;
}



#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:310px;
width:408px;
background:#FFFFFF;
border:1px solid #000;
z-index:12;
padding:12px;
font-size:16px;
}
#popupContact h1{
text-align:left;
color:#1F3E77;
font-size:25px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}

#popupContact a{
text-align:left;
color:#000000;
font-size:16px;
 font-family:Georgia, "Times New Roman", Times, serif;

}

#popupContact a:hover{
text-align:left;
color:#1F3E77;
font-size:16px;
 font-family:Georgia, "Times New Roman", Times, serif;

}



.popupContactClose{
	height: 30px;
	width: 30px;
	background:url(../images/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	z-index: 99999999;
}


#popupContactClose2{

cursor:pointer;
}


#button{
text-align:center;
margin:100px;
}


/******* /FORM *******/

/******* FROMCONTAINER *******/
#formcontainer{
	width: 600px;
	margin: 10px auto;
	text-align: left;
}

#formcontainer h1{
	font-weight: 700;
	font-size: 22px;
	line-height: 1.6em;
	border-bottom: 1px dotted #6b9ef1; 
	color:#990000;
	margin-bottom: 1em;
}
/******* /CONTAINER *******/
/******* FORM *******/
#customForm{
	padding: 0 10px 10px;
}
#customForm label{
	display: block;
	color:#003366;
	font-weight: 700;
	line-height: 1.4em;
}
#customForm input{
	width: 220px;
	padding: 6px;
	color: #000;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #6b9ef1;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}


#customForm select{
	width: 220px;
	padding: 6px;
	color: #000;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #6b9ef1;
}
#customForm select.error{
	background: #f8dbdb;
	border-color: #e77776;
}



#customForm textarea{
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #000;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #6b9ef1;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}


#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	
	font-family:Verdana, Geneva, sans-serif;
	
	border:1px solid #aba8a8; 
	background:#0A88D8; 
	text-transform:uppercase; 
	color:#fff; 
	font-weight:bold; 
	padding:7px 16px 7px 14px; 
	height:37px; width:124px; 
	cursor:pointer; 
	float:left; 
}
#customForm #send:hover{
	background: #79a7f1;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* /FORM *******/
