.form .field {
    overflow: hidden;
    margin: 0 0 10px;
    zoom: 1;
}

.form .field input.text {
    width: 150px;
}


.form .field select.text {
    padding: .2em .3em !important;
    width: 162px;
}

/* Simple labels for textfields and selects */
.form fieldset.common label {
    height: auto !important;
    line-height: 1.4 !important;
    float: left;
    padding: .3em 10px 0 0;
    width: 140px;
}

.form fieldset.common .wide label {
    width: auto;
}

/* Field with errors */
.form fieldset.common .error select.text,
.form fieldset.common .error input.text {
    border-width: 1px !important;
}

.form fieldset.common .error label {
    width: 125px;
    padding: .3em 5px 0 20px !important;
}

/* Labels for radiobattons */
.form fieldset.common table input {
    float: left;
}

.form fieldset.common table label {
    padding: .2em 0 0 5px;
    width: auto !important;
}

#mainContent .systemMsg {
    font-size: 1.2em;
    padding: 20px 20px 20px 60px;
}

.form .submit {
    margin: 0 0 15px !important;
    padding: 0 !important;
    overflow: hidden;
    //zoom: 1;
}

.dataBlock {
    padding: 10px 0 !important;
    margin: 0 0 15px !important;
}

.dataBlock h3 {
    font-size: 2em !important;
    font-weight: bold !important;
}
