.form_field {
    float: left;
    padding: 3px;
    margin-right: 10px;
    min-width: 100px;
}
.field_row img {
    float: left;
    width: 110px;
}
.field_row label {
    float: left;
    text-align: left;
    width: 150px;
    line-height: 2.3;
}
.field_row label.wide 
{
    width:120px;
}
input#subscribe
{
    margin-top: 10px;
}
#error_message_box {
    margin-bottom: 7px;
    margin-left: 20px;
    color: red;
    font-weight: bold;
}
span.asterisk {
    color: #0066CC;
    font-weight: bold;
    font-size: 1.1em;
}
.clearfix:after 
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.wait
{
    background-image:  url('images/ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}
#dropzone .dz-error-message
{
    width: 350px;
}