@CHARSET "UTF-8";
.zend_form .input {
    width: 180px;
    height: 16px;
}

.zend_form .input {
    width: 220px;
    height: 16px;
}

.zend_form label {
	padding-top: 5px;
}

.zend_form .required {
	background: transparent url(/common/images/required-field.gif) no-repeat scroll right top;
	padding-right: 12px;
}

.zend_form dt {
	float: left;
	clear: left;
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

.zend_form dd {
	float: left;
	clear: right;
	width: 200px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.zend_form .errors,  .zend_form .errors * {
	color: red;
}