
#contact-area {
	width: 100%;
	margin-top: 10px;
}
#left-area {
position:relative;
float:left;
left:0px;width:60%;
}
.left-label {position:relative;
float:left;width:20%;}
.left-input {position:relative;
float:left;width:80%;}

#right-area {
position:relative;
float:left;
left:10px;width:35%;
}
.button {
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background: #D7E5F2;
 color: #102132;
 margin-left: 12px;
 margin-top: 3px;
 margin-bottom: 2px;
}

#contact-area textarea {
	height: 90px;
	width:400px;
	background:#ddd;
}

input[type=text] {
width: 300px;
background: #def;
}

input.text {
width: 300px;
background: #def;
}
left-area label {
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

