.zend_form{
    width:100%;
    margin: 10px 0 -15px 0px;
    padding:0;
    overflow:auto;
}

.zend_form dt{
    color: #00628f;
    font-weight: normal;
    line-height: 1.8;
    padding:0;
    clear:both;
    float:left;
    text-align:left;
    margin:5px 5px 5px 0;
    width:130px;
}

.zend_form dd{
    padding:0;
    float:left;
    width:68%;
    margin:5px 2px 5px 0;
}

.zend_form p{
    padding:0;
    margin:0;
}

.zend_form input, .zend_form textarea{
    margin:0 0 2px 0;
    padding:0;
    width: 200px
}

.zend_form textarea{
    height:100px;
    width: 420px;
}

.zend_form #send{
    background:  url(../../front/img/button1.gif) no-repeat;
    padding: 4px;
    color: transparent;
    border: 0;
    float:left;
	display:block;
	height:30px;
	width:120px;
	outline:0;
	cursor:pointer;
}

 ul.errors li  {
    color: red;
}

.required:before{content:''}

.optional:before{content:''}
