/* Start of CMSMS style sheet 'contact_form' */
/* Build contact form container */
div.contact_form
{
    margin-top: 20px;
}


/* Build form error */
div.contact_form div.form_error
{
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    bottom: 82px;
    right: 295px;
    text-align: left;
    width: 310px;
}



/* ============== Left block =============== */
fieldset.left_block
{
    float: left;
}

/* Build  label */
fieldset.left_block label
{
    float: left;
    font-size: 13px;
}

/* Build input */
div.input_block, div.input_phone_number_block
{
    float: left;
    clear: left;
    margin-bottom: 8px;
}
div.input_post_number_block, div.input_post_place_block
{
    float: left;
    margin-bottom: 8px;
}
div.input_post_number_block
{
    clear: left;
}
div.input_post_place_block
{
    margin-left: 10px;
}
div.contact_form input
{
    border: 1px solid #999999;
    clear: left;
    float: left;
    padding: 2px;
    width: 264px;
    height: 16px;
    font-size: 13px;
}
div.input_post_number_block input, div.input_post_place_block input
{
    width: 124px;
}

/* Build textarea */
div.textarea_block textarea
{
    width: 264px;
    height: 130px;
    padding: 2px;
    border: 1px solid #999999;
    clear: left;
    float: left;
}
div.textarea_block label
{
    font-weight: bold;
    float: left;
    clear: left;
}

/* Build submit button */
div.submit input
{
    float: left;
    width: 60px;
    height: 25px;
    font-size: 13px;
    margin-top: 15px;
    padding-bottom: 3px;
    border: 1px solid #999999;
    clear: both;
}


/* =============== RIGHT BLOCK============== */
fieldset.right_block
{
    width: 220px;
    position: absolute;
    right: 100px;
    bottom: 120px;
}

/* Build  label */
fieldset.right_block label
{
    float: left;
    font-size: 13px;
}

/* Build checkbox block*/
fieldset.right_block div.static_text, fieldset.right_block div.static_text2
{
    float: left;
    display: block;
}
fieldset.right_block div.static_text2
{
    float: left;
    margin-top: 10px;
}
div.checkbox_block
{
    float: left;
    clear: left;
    padding-top: 1px;
}
div.checkbox_block input
{
    float: left;
    width: 20px;
    margin-left: 4px;
    border: none;
    white-space: nowrap;
}
div.checkbox_block label
{
    float: left;
    display: block;
    padding: 0px 0px 0px 3px;
    white-space: nowrap;
}
/* End of 'contact_form' */

