
.frow {
    overflow: hidden;    
    clear: both;    
    margin: 2px 0px 8px 0px;    
    font-size: 13px;    
}

label {
    width: 260px;    
    float: left;    
    font-weight: 700;    
    padding-right: 20px;    
    height: 34px;    
    line-height: 34px;    
    text-align: right;    
}

.nonbold {
    font-weight: 500;    
}

.field {
    position: relative;
    float: left;    
    margin-right: 10px;    
}

input[type=text],
textarea,
select {
    width: 300px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #ccb;
}


input[type=text] {
    height: 34px;    
    text-indent: 4px;
}

select {
    height: 38px;    
    display: block;
    width: 302px;
}

@-moz-document url-prefix() { 
    select {
        padding-top: 7px;
    }
}

input.half {
    width: 144px;    
}

input.quarter {
    width: 67px;    
}


#error_message {    
    display: none;
    color: #c00;
    background: url(../img/icon_error_alert.png) no-repeat 0px 0px;
    padding: 0px 0px 0px 54px;
    margin: 20px 0px 0px 285px;
    height: 40px;
    font-size: 17px;
    font-weight: 700;
    
}

textarea.error,    
select.error,    
input.error {    
    border: 1px solid #c00;
    color: #c00;
}

.err_msg {
    position: absolute;
    color: #fff;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 700;
    background: #c00;
    padding: 0px 3px 0px 3px;
    
}




@media (max-width: 585px) {
    label {
        width: auto;    
        float: none;    
        padding-right: 0;    
        height: 34px;    
        text-align: left;    
    }
    .field {
        position: static;
        float: none;    
        margin-right: 0;    
    }
}



















