/* Zend Form Styling */
dl.zend dt, dd { min-height: 35px; }
dl.zend_form dt {
	float: left;
	clear: left;
	text-align: right;
	width: 210px;
	text-align: right;
    padding-right: 4px;
}
dl.zend_form dt label { font-weight: 600; color:#545454; font: bold 12px Arial, Helvetica, sans-serif; font-style: italic; cursor: pointer; padding-right:17px; }
dl.zend_form dt label.required {
	background:url('/images/required-field.png') top right no-repeat;	
}
dl.zend_form dd {
	float: left;
	clear: right;
	padding-left: 5px;
	margin: 0px;
	text-align: left;
}
dl.zend_form dd input.text,  dl.zend_form dd select {
	width: 205px;
}
dl.zend_form dd#form-submit {
	clear: both;
	margin-left: 195px;
}
dl.zend_form dd ul.errors {
	list-style: none;
	padding: 0;
	margin: 0;	
	padding: 5px;
    color: #d20037;
    background: #fff url("/images/form-error-box-bg.gif") repeat-x;
	margin-bottom: 30px;
}
dl.zend_form dd ul.errors li {
	float: left;
	margin: 0 0.15em;
	font:12px Tahoma;
	color: #666666;
	font-style: italic;	
	padding-left: 18px;
    background: url("/images/error-up-arrow.gif") no-repeat 0 50%;
    color: #FF1A00;
}
form p.error {
    padding: 5px !important;
    color: #d20037;
    background: #fff url("/images/form-error-box-bg.gif") repeat-x;
}
a.copy_part_link{
display:block;
float: left;
margin-top: 5px;
margin-bottom:10px;
margin-right: 5px;
margin-left: 120px;
width: 160px;
text-align: right;
border-bottom-width:1px;
border-bottom-style:dashed;
text-decoration:none;}


