.zend_form dt, .zend_form fieldset legend{
	font-weight:500;
	font-size:14px;
}
.zend_form dd{
	margin:0;
}
.zend_form .description{
	margin:0;
	padding:0;
	font-style:italic;
}
.zend_form fieldset{
	padding:5px;
	background:#ffe;
}
.zend_form fieldset .description{
	display:inline;
	font-style:normal;
}
.zend_form fieldset legend{
    padding: 5px;
    background: #ffe;	
    margin-bottom: 0;
}
.zend_form fieldset.columns-1 dt{
	display:none;
}
.zend_form fieldset.columns-3 dd{
	width:32%;
	float:left;
	padding:0;
}
.zend_form fieldset.columns-3 dt{
	display:none;
}
.zend_form .text-long, .zend_form textarea{
	width:680px;
}
.zend_form .text-medium{
	width:400px;
}
.zend_form .text-short{
	width:50px;
}
.zend_form textarea{
	height:5em;
}
.zend_form textarea:focus{
	height:15em;
}
.zend_form .terms dt{
	font-weight:normal;
	margin-bottom:10px;
}
.zend_form dt{
	margin-top:8px;
}
.errors{
	background:url(/common/images/icons/exclamation.gif) no-repeat scroll left center;
	color: red;
	font-weight:bold;
	padding: 0 0 0 20px;
	list-style-type:none;
}
