/* 
    Document   : evo.zend.form
    Created on : 14 Des 11, 16:43:33
    Author     : eVo
    Description:
        CSS style for zend form
*/

dl.zend_form dt, dd{ 
    min-height: 30px; 
    margin-left: 10px;
    color: black;
}
dl.zend_form dt, dd.extension {
    margin-top: 5px;
}
dd.extension{
    margin-left: 2px;
}
dd input[type="checkbox"], dd select{
    margin-top: 5px;
}
dl.zend_form     { 
    min-height: 30px; 
    color: black;
    vertical-align: text-bottom;

}
dl.zend_form dt {
    float: left;
    clear: left;
    text-align: right;
    width: 150px;
    color: black;
}
dl.zend_form dd {
    float: left;
    clear: right;
    padding-left: 5px;
}

dl.zend_form dd ul.errors, dl.zend_form dt ul.errors {
    list-style: none;
    padding: 0;
    margin: 0;
}

dl.zend_form dd ul.errors li, dl.zend_form dt ul.errors li {
    float: left;
    margin: 0 0.15em;
    padding: 0;
    font-size: 12px;
    color:salmon;
}

dl.zend_form dt ul.errors li{
    float: right;
}

dl.zend_form dd p.description, dl.zend_form dt p.description {
    list-style: none;
    padding: 0;
    margin: 0;
}


dl.zend_form dd p.description, dl.zend_form dt p.description {
    float: left;
    margin: 0 0.15em;
    font-size: 12px;
    color: yellowgreen;
}

dl.zend_form dd textarea{
    margin-bottom: 15px;
}

.message{
    width: 100%;
    text-align: center;
    background-color: yellowgreen;
    padding: 5px 5px 5px 5px;
    font-weight: 800;
}

.alert{
    width: 100%;
    text-align: center;
    background-color: #ffff8f;
    padding: 5px 5px 5px 5px;
    font-weight: 800;
    color: grey;
}

.button{
    border: none !important;
    background: url("images/button.gif") no-repeat;
    width: 93px;
    height: 41px;
    color: white;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    text-shadow:#aaa 0px 1px 0, #555 0 -1px 0;
    font-size: 1.25em;
    margin-top: 10px;
}

.captcha{
    float:left;
}

.required:before{
    content: "*";
    color: tomato;
}

.addInfo{
    color: gray;
}
.desc{
    margin-left: 26px;
    font-size: 0.9em;
    line-height: 18px;
    color: darkslategray;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dd#distribution-element{
    margin-bottom: 10px;
}
br{
    display: block;
   margin: 0px 0;
}
dd#itemId-element label input{
    margin-bottom: 10px;
}
dd label strong{
    padding-left: 5px;
    font-weight: bold;
    color: #333333;
}
.note{
    font-size: 0.9em;
    font-style: italic;
    color: darkslategray;
}