form {
	
	color: #000;
	text-align: left; font-size:12px;
}
label {
	clear: left;
	float: left;
	width: 100px;
	margin: 6px 0 10px 0;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
input, select, textarea {
	float: left; 
	margin-bottom: 1px;
	width: 300px;
	background: #fff;
	color: #555;
	font: 100% "Arial", "Verdana", "Tahoma", sans-serif; font-size:12px;

}
input.button {
	clear: both;
	float: none;
	display: block;
	margin-left:100px;
	width: auto;
	cursor: hand;
	cursor: pointer;
}
