
/*
---------------------------------------------------------------------
==forms contact/dealer locator/newsletter
------------------------------------------------------------------ */

form {
    clear: both;
}

#meta_form br { clear: both; }

#meta_form {
    width: 420px;
    margin-top: 35px;
}

form.contact {
    margin-bottom: 40px;
}

label {
    float: left;
    width: 143px;
}

label.left {
    float: left;
    width: auto;
}

#meta_form input, select {
    float: left;
    margin-bottom: 8px;
    font-size: 11px;
}

#meta_form input.right {
    float: left;
    width: auto;
    margin: 5px 5px 3px 0px;
}

#meta_form textarea {
    margin-bottom: 20px;
}

#meta_form .small { width: 71px; margin-right: 5px; }
#meta_form .medi { width: 192px; }
#meta_form .norm { width: 272px; }
#meta_form .norm_sel { width: 276px; }
#meta_form .medi_sel { width: 134px; }
#meta_form .norm_area { margin-left: -2px; width: 272px; height: 84px; }

#meta_form .error {
    color: #f00;
}

#buttonline {
    width: 420px;
    text-align: right;
}

#buttonline input.right {
    position: absolute;
    right: 300px;
    margin-top: 10px;
}

#buttonline input.sright {
    position: absolute;
    right: 30px;
    margin-top: 10px;
}

span.form_header {
    display: block;
    font-weight: bold;
}

#meta_form table {
    margin: 0px;
    padding: 0px;
    border: 0px solid;
}

#meta_form td {
    vertical-align: middle;
}

address {
    font-style: normal;
    line-height: 15px;
}

#main_content h3 {
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
}




/*
---------------------------------------------------------------------
==form search result
------------------------------------------------------------------ */

#main_intro div#searchbox {
    top: 100px;
    margin: 5px 0px 20px;
    padding: 0px;
    font-weight: normal;
    color: #333;
}

#searchbox form#prod_search {
    position: relative;
    margin: 0px 0px 1px;
    padding: 0px;
}

#searchbox input {
    font: normal 10px verdana, arial, sans-serif;
    color: #333;
    vertical-align: bottom;
}

#searchbox .norm { width: 272px; }
