section{
	width:720px;
	position:absolute;
	top: 20px;
	left: 240px;
}
#contact_l{
	width:250px;
	float:left;
}
#contact_r{
	width:400px;
	float:right;
}
fieldset{
	margin:0 0 5px 0;
}
label{
	width:100%;
	font-size: 85%;
}
input,textarea{
	width:100%;
	box-sizing:border-box;
	padding: 2px;
}
textarea{
	height: 100px;
}