@charset "UTF-8";
/* CSS Document */

#freight_estimator {
    display: block;
    width: 570px;
    height: 480px;
    padding: 10px;
}

#freight_estimator_form_wrapper {
    display: block;
    width: 510px;
    height: 250px;
    margin: 0px 30px 10px 30px;
}

.freight_estimator_title_text {
    display: block;
    text-align: center;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #666666;
}

.freight_estimator_description_text {
    display: block;
    text-align: center;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    font-weight: normal;
    color: #666666;
}

.freight_estimator_description_text_result {
    display: block;
    text-align: center;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #666666;
}

.freight_estimator_field {
    display: block;
    width: 160px;
    height: 24px;
    padding: 0px 4px;
    margin: 0px auto 20px auto;
    border: 1px solid #666666;
    
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #666666;
}

#freight_estimator_submit_button {
    display: block;
    width: 510px;
    height: auto;
    float: left;
}

.freight_estimator_submit {
    display: block;
    width: 160px;
    height: 30px;
    margin: 0px auto;
    background: #00A5E4;
    border: 0px;
    
    font-family: "Tahoma", "Arial", sans-serif;
    font-size: 17px;
    color: #FFFFFF;
}

.freight_estimator_base_text {
    display: block;
    font-family: "Verdana", Geneva, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #666666;
}

.freight_estimator_base_text a {
    color: #666666;
    text-decoration: underline;
}

.freight_estimator_base_text strong {
    font-size: 12px;
    font-weight: bold;
}