@CHARSET "ISO-8859-1";
.formrow{
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 14px;
}
.stdlabel{
    display: block;
    float: left;
    text-align: left;
    padding-bottom: 2px;
    padding-top: 2px;
    width: 200px;
}
.stdlabel span{
    padding-left: 2px;
    color: #5D7FAB;
}
.checkbox_label{
    display: inline;
    float: none;
}
.inputtype_text{
    width: 185px;
    height: 14px;
    font-size: 11px;
}
.doubletextinput{
    width: 70px;
    height: 14px;
    margin-right: 2px;
}
.textinputend{
    width: 106px;
    height: 14px;
}
.std_select{
    width: 189px;
    font-size: 11px;
    height: 18px;
}
.textpart{
    padding-left: 0;
    padding-bottom: 10px;
}
.formarea{
    width: 390px;
    margin-left: 20px;
}
.formareaend{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #595758;
}
.headline_callback{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 8px;
    text-transform: uppercase;
}
.select_date_day, .select_date_month{
    width: 40px;
    font-size: 11px;
    margin-right: 4px;
}
.select_date_year{
    width: 60px;
    font-size: 11px;
}
.std_textarea{
    width: 185px;
    height: 80px;
}
.submitarea{
    padding-left: 220px;
}
.sendoffbutton{
    font-size: 11px;
    font-weight: bold;
}
.okmsg{
    margin-top: 5px;
    margin-right: 5px;
    padding: 3px;
    padding-left: 10px;
    border: 1px solid #66CC66;
    color: #66CC66;
    background-color: transparent;
}
.errormsg{
    margin-top: 5px;
    margin-right: 5px;
    padding: 3px;
    padding-left: 10px;
    border: 1px solid #FF3333;
    color: #FF3333;
    background-color: #FEF1DB;
}