
ol.form {
	padding: 8px 10px 10px 10px;
	list-style: none;
}

ol.form li {
	padding-bottom: 2px;
}

label.left {
	float: left;
	width: 66px;
}

label em {
	color: #b00;
}

input[type="text"]  {
	font: 11px/1.5em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	width: 186px;
	padding: 2px;
}

textarea {
	font: 11px/1.5em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	display: block;
	width: 252px;
	padding: 2px;
}

#form_ok {
	margin-top: 10px;
	width: 258px;
}




