.zend_form {font-size:1.2em;}
.zend_form textarea, .zend_form input {
	display:block;
}
.zend_form  label input {display: inline;}
.zend_form textarea {
	height:100px;
	width:250px;
}
textarea.medium {
	height:30px;
}
.editor {
	width:700px !important;
}
.zend_form {
}
.zend_form dt {
	/*clear:left;
	float:left;*/
	margin:0;
	/*
	padding:5px 5px 0 0;
	text-align:right;
	width:150px;
	*/
	font-weight: bold;
}
.zend_form dd {
	/*
	float:left;
	// clear:left;
	*/
	margin:0;
	padding:0;
}
.zend_form p.description {padding:0; margin: 0 0 5px 0; color: #0099F7; font-size: .9em;}
.zend_form .errors {
	margin:0;
	padding: 0;
}
.zend_form .errors li {
	color:red;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 5px;
}