label, input, select, textarea {
	font-size:15px;
}
label {
	float:left;
	clear:both;
	line-height:30px;
	text-align:left;
	width:auto;
}
input, select, textarea {
	float:left;
	clear:both;
	width:100%;
	height:30px;
}
#message_optin {
	width:auto;
	float:left;
	clear:none;
	height:30px;
	padding:0;
}
label.option {
	float:left;
	clear:none;
}
textarea {
	height:120px;
	padding:0;
}