input.contact_text{
	width : 400px;
}

textarea.contact_textarea{
	width : 400px;
	height : 300px;
}

#contact_button{
	width : 350px;
	text-align : center;
	padding-left : 150px;
	float : left;
}

#contact_col{
	float : left;
	width : 200px;
}

#contact_introduction{
	padding : 5px 0px 30px 0px;
}

#contact_label{
	float : left;
	width : 150px;
	text-align : left;
	font-size:1.2em; color:#CCCCCC; line-height:1.6em;
}


#contact_msg{
	margin-top : 5px;
	margin-bottom : 5px;
}

#contact_row{
	clear : both;
	padding : 5px 0px 5px 10px;
}

#clearboth{
	clear : both;
}