
form.form {
	padding: 10px;
	background: #d6d6d6;
	border: 1px solid #bbb;
}

form.form li { margin-bottom: 5px; }

form.form label {
	display: inline-block;
	width: 150px;
	vertical-align:top;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 0;
	background: #fff;
	font: 12px/12px Arial, Helvetica, sans-serif;
	color: #000;
}

form.form textarea { height: 200px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #7e002c;
	color: #fff;
	cursor: pointer;
}

form.form .required {
	color: #7e002c;
	font-weight: bold;
}

form.form input.boxes  {
	width:25px;
	padding:0;
	margin:0;
	border:none;
	background:none;
}

ol.center-form{
	width:450px;
	margin:0 auto;
}
	

