ul.errors {
	color: #FF0000;
}

.clear {
	clear: both;
}

dl.zend_form dt {
	width: 200px;
	height: 30px;
	float: left;
	clear: both;
}

dl.zend_form dt label {
	font-size: 90%;
	width: 190px;
	height: 20px;
	display: block;
	padding: 5px;
}

dl.zend_form dt label.required {
	font-weight: bold;
}

dl.zend_form dd {
	float: left;
	width: 500px;
	margin-left: 5px;
	padding-top: 5px;
}

dl.zend_form textarea {
	width: 300px;
	height: 150px;
}

dl.zend_form div.hint {
	padding: 10px 0;
}

dl.zend_form div.hint table {
	border-collapse: collapse;
}

