form{
    
}
fieldset{
    border: solid 2px #ccc;
    margin: 2em 0;
    padding: 1em;
}
fieldset legend{
    font-size: 1.5em;
    margin-left: 1em;
}
form div{
    clear: both;
    margin: 1em 0;
}
form label{
    display: block;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;
    padding-right: 10px;
    text-align: right;
    text-transform: lowercase;
    width: 170px;
}
form input{
    display: block;
    width: 200px;
}
form input.submit{
    background: url(../img/btn-small.png) no-repeat top left;
    color: #fff;
    border: none;
    font-size: 9px;
    font-weight: bold;
    height: 29px; /* 29 */
    line-height: 10px;
    margin: 1em 1em 1em 70%;
    padding: 0 8px 10px 1px;
    text-transform: uppercase;
    width: 110px; /* 110 */
}
.errorlist, .errors{
    color: red;
}

.errorlist{
    margin: 0.5em 0.5em 0.5em 180px;
}