@charset "utf-8";
/* CSS Document */

a{
cursor: pointer;
text-decoration:none;
}
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:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
width:450px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#036;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:15px;
}
#popupContactClose{
font-size:16px;
line-height:16px;
float:right;
color:#6fa5fd;
font-weight:700;
}

#popupContact .tf, textarea{
	padding:5px;
	margin-bottom:15px;
	width: 300px;	
	color:#000;
}

#popupContact .label{
	width:130px;
	float:left;
	color:#333333;
	clear:both;
}

#popupContact .page_head{
	background-color:#f2f2f2;
	border:1px solid #dddddd;
	padding:4px;
	margin-bottom:10px;
	color:#666;
}

#popupContact .page_head img{
	float:right;
	margin-right:5px;
	margin-top:7px;
}

#popupContact .label_long{
	width:290px;
	float:left;
	color:#333333;
	clear:both;
}

#popupContact .btn{
	cursor:pointer;	
}

#note{
	display:none;
	border:1px solid #C00;
	background-color:#FCC;
	color:#C00;	
	padding:5px;
	margin-bottom:15px;
}

#contact {
	float:left;
	padding: 75px 0px 0px 0px;
	width:360px;
}

#bottom{
	text-align:center; 
	margin-top:15px;
}


#captcha {
	padding:8px 0px 8px 2px;
	overflow:auto;
}


#captcha_img{
	float:left;
	margin:0px;
}



.loader {

}

.bar{
  display:none;
  background: url('http://www.theodin.co.uk/tools/tutorials/jqueryTutorial/ajax/ajax-loader.gif') no-repeat;
  margin-left:20px;
  margin-top:50px;
  height:20px;
  width: 230px;
}

.alert_txt{
	color:#C00;
}

