/* 
    Document   : contact_form
    Created on : 11-Jul-2009, 10:34:15 PM
    Author     : witek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* Red asterisks on quote and po forms */
.star {
    vertical-align: 40%;
    font-size: smaller;
    color: #ff0000;
}
.star_d {
    font-size: smaller;
    color: #ff0000;
}

/* DIV tables properties */
div.row { clear: both; padding-top: 10px;  text-align: center; }
div.row span.label { float: left; width: 100px; text-align: right; }
div.row span.formw { float: left; width: 220px; padding-left: 10px; text-align: left; }
div.spacer { clear: both; }
.container { width:100%; }

#please_fill_out_all_fields_label {
    font-style: italic;
}
#email_note {
    font-size: smaller;
    font-style: italic;
    text-align: left;
}

.submission_result {
    text-align: center;
    margin-bottom: 35px;
    color:#444;
    font-family:arial,sans-serif;
    font-weight:700;
    font-size: 1.3em;
}
