.zend_form dt {
	clear: both;
	float: left;
	padding: 0 10px 0 0;
	text-align: right;
	width: 200px;
}
	.zend_form dt label {
		font-weight: bold;
		line-height: 1.7;
	}
	.zend_form dt label.required:before {
		content: '* ';
	}
	.zend_form dt label:after {
		content: ':'
	}
.zend_form dd {
	float: left;
	margin:0 0 0.5em 0.25em;
	width: auto;
}

.zend_form input,
.zend_form textarea,
.zend_form select
{
	background-color: #FFE;
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #c3c3c3;
	font-family: inherit;
	font-size: 100%;
	padding: 2px;
	width: 300px;
}

.zend_form dd#submit-element {
	background-color: #000;
	background-color: #4C4C4C;
	background-image: url(../img/submit_box_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	clear: both;
	padding: 7px;
	width: 97%;
}
	.zend_form input#submit {
		background-color: #ecb32f;
		background-image: url(../img/gloss.png);
		background-repeat: repeat-x;
		background-position: 0 50%;
		border: 2px outset #EDB730;
		cursor: pointer;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		padding: 2px 4px;
		width: auto;
	}

fieldset {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 0 0 10px;
	padding: 10px;
}
	legend {
		border: 0 none;
		color: #C30;
		cursor: default;
		font-weight: bold;
		margin: 0;
		padding: 3px 5px;
	}

.zend_form ul.errors {
	list-style: inside;
	list-style-type: disc;
	margin: 0 0 10px 0;
	text-align: justify;
	width: 300px;
}
	.zend_form ul.errors li {
		color: #C30;
		font-size: 8pt;
		font-weight: bold;
		padding: 2px 0 0 0;
	}

.zend_form input.checkbox {
	width: auto;
}

/*.zend_form p{
padding:0;
margin:0;
}

.zend_form input, .zend_form textarea{
margin:0 0 2px 0;
padding:0;
}

.submit{
float:right;
}

.required:before{content:'* '}

.optional:before{content:'+ '}*/
