body {background:#fff; font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height:20px; color:#545353;}

.container {
	width:960px;
	margin:0px auto;
	position:relative;
	z-index:1200;
	}
	
	
#contactFormContainer {
	position:absolute;
	left:536px;
	z-index:1;
	top: -1px;
	}
	
	
#contactForm {
	height:130px;
	width:400px;
	
	border:1px solid #929191;
	background-color:#FFFFFF;
	padding:7px 12px;
	color:#333333;
	display: none;
	}   


.bar{
	display:none; 
	background:url(/images/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}
	
	
#messageSent {display:none;}


#contactForm span {
	font-size:9px;
	line-height:10px;
	padding-left:6px;
	color:#f5c478;
	display: none;
	}
	

#contactFormContainer .contact {
	height:27px;
	width:121px;
	background:url(/images/contact_me.png);
	position:absolute;
	left:139px;
	bottom:-27px;
	cursor:pointer;
	}
			
	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	
	
#contactForm textarea, #contactForm input {
	width:180px;
	color:#666666;
	border:1px solid #8a8a8a;
	height:15px;
	line-height:14px;
	font-size:11px;
	padding:2px 2px 0px;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .submit {
	border:1px solid #5A7CAE;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	float:left;
	margin-top: 10px;
	width: 100px;
	height: 20px;
	background-color: #5A7CAE;
	font-size: 11px;
	font-family: Arial;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {
	display: block;
	float: left;
	width: 204px;
}
#contactForm .input_boxes {
	float:left;
	width:408px;
}

#dummycontent {padding-top:100px; height:900px; position:relative;}
.bottomlink {position:absolute; bottom:0;}
.text{
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
}


