.zend_form dd {
    padding-top: 2px;
    float:left;
    padding-left:40px;
    margin-left:0px;
}
.zend_form dt {
    clear: both;
    display: block;
    float: left;
    width: 200px;
}
.zend_form input.input, .zend_form textarea.input {
    width: 270px;
    border: 1px solid #90918B;
    background-color: #F3F3F3;
}
.zend_form input.button {
    background-image: url(/images/menu5.gif);
    border: 0px;
    padding: 5px 15px 5px 15px;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
ul.errors {
    color: red;
}
.messageBoxInfo {
    background: url(/images/icons/info.gif) left center no-repeat;
    padding: 20px 10px 20px 60px;
    margin-bottom: 15px;
    font-weight: bold;
}
.messageBoxWarning {
    background: url(/images/icons/warning.gif) left center no-repeat;
    padding: 20px 10px 20px 60px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #ff8d00;
}
.news_date {
    font-size: 10px;
}
.clear {
    clear:both;
}
label.required {
    background: url(/images/common/frm_required.gif) top right no-repeat;
    padding-right: 7px;
}
.paginationControl {
    text-align:center;
    padding:15px;
}
