/* Start of CMSMS style sheet 'offer_form' */
/* Build offer form container */
div.offer_form
{
    margin-top: 20px;
    font-size: 13px;
}

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

/* Build static text block */
div.static_text_block
{
    padding: 0px 0px 10px 0px;
    float: left;
    clear: both;
}
div.static_text_block2
{
    padding: 15px 0px 10px 0px;
    float: left;
    clear: both;
}

/* Build checkbox block1 */
div.checkbox_block1
{
    float: left;
    clear: left;
}
div.checkbox_block1 div
{
    clear: none;
    float: left;
}
div.checkbox_block1 div input
{
    clear: none;
    float: left;
    white-space: nowrap;
    display: block;
}
div.checkbox_block1 div label
{
    clear: none;
    float: left;
    white-space: nowrap;
    margin: 0px 6px 0px 3px;
    display: block;
}

/* Build checkbox block1 */
div.checkbox_block2
{
    float: left;
    clear: left;
}


/* Build input block for additional information */
div.offer_form div.input_block input
{
    border: 1px solid #999999;
    clear: left;
    float: left;
    padding: 2px;
    width: 264px;
    height: 16px;
    font-size: 13px;
}
div.offer_form div.input_post_number_block input, div.offer_form div.input_post_place_block input
{
    border: 1px solid #999999;
    clear: left;
    float: left;
    padding: 2px;
    width: 124px;
    height: 16px;
    font-size: 13px;
}

/* Build input block for shipping */
div.input_shipping_block
{
    float: left;
    clear: left;
    margin-bottom: 20px;
}
div.offer_form div.input_shipping_block input
{
    border: 1px solid #999999;
    clear: left;
    float: left;
    padding: 2px;
    width: 124px;
    height: 16px;
    font-size: 13px;
}

/* Build input block for other width */
div.input_other_width_block
{
    float: left;
    clear: left;
}
div.input_other_width_block input
{
    border: 1px solid #999999;
    float: left;
    clear: both;
    padding: 2px;
    width: 124px;
    height: 16px;
    font-size: 13px;
}
div.input_other_width_block label
{
    float: left;
}

div.offer_form div.input_block label, div.offer_form div.input_post_number_block label, div.offer_form div.input_post_place_block label
{
    float: left;
}

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

