@charset "utf-8";
/* Form Styles - To tidy up the appearance of forms */


label,input {
	display: block;
	width: 170px;
	float: left;
	margin-bottom: 10px;
	background-color:#fff;
	color:#666666;
}

label {
	text-align: right;
	width: 115px;
	padding-right: 20px;
}

br {
	clear: left;
}

.button-align {
padding-left:13px;
}

.field-color {
background-color:#fff;
}
