/* @override 
	http://localhost:8888/CMS/public/styles/forms.css
	http://localhost:8888/Energiberia/public/themes/Energiberia/styles/forms.css
*/

/* ----------- My Form ----------- */
form .zend_form{
	margin:20px auto;
	width:450px;
	padding:0px;
	position: relative;
	overflow: auto;
}
	.zend_form label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
        clear:both;
	}
	.zend_form dd{
		position: relative;
	}
	.zend_form input, .zend_form textarea, .zend_form select{
		float:left;
		font-size:0.9em;
		padding: 2px;
		border:solid 1px #000;
		width:250px;
		margin:0px 0 10px 10px;
	}
	.zend_form textarea{
		width:250px;
		height: 150px;
	}
	.zend_form #submit{
		clear:both;
		margin:10px 200px;
		width:125px;
		height:31px;
		text-align:center;
		line-height:21px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		border:none;
		background: #3157a7;
	}
	ul.errors{
		color: #ff0000;
		font-size: 1em;
		clear: both;
		margin-left: 140px;
		width: 320px;
	}
