@charset "utf-8";
/* CSS Document */

#contact{
background:url(../img/contact-envelope.gif) no-repeat;
width:100%;
height:290px;
padding-top:40px;
margin-top:30px;
}

#contact .left{
	float:left;
	width:280px;
	padding-top:80px;
	padding-left:86px;
	z-index:40;
	position:absolute;
}

#contact .left h1{
	color:#006	;
	
}

#contactRight{
	float:left;
	width:340px;
	margin-top:-21px;
	height:280px;
	background-color:#00CC66;
	margin-left:345px;
	z-index:0;
	position:absolute;
	background:url(../img/contact-paper.gif) no-repeat;
	overflow:auto;
	overflow:hidden;


}
#contact .textBox{
width:317px; 
height:230px; 
border:none; 
background:url(../img/contact-background.gif); 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;
margin-top:32px;
margin-left:21px;
    outline: 0;
	overflow:hidden;
	resize: none;

}
#contact .inputBox{
	background:none;
	border:none;
	width:217px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	    outline: 0;
	overflow:hidden;
	resize: none;
}
#contact .inputBox.blur{
	color:#000;
}
#send-button{
	float:right;
	width:207px;
	height:67px
}
