/* Start of CMSMS style sheet 'wellies_form' */
.error_message {
    border-top: 1px solid #CCC;
    margin: 10px 0 0 0;
    padding: 10px 0 0 10px;
    color: #F00;
    font-size: 0.9em;
}

.error_message ul {
    margin: 0;
    padding: 0;
}

.error_message ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.error_inline {
    font-size: 0.9em;
    padding-top: 5px;
}

.required {
    color: #F00;
}

form {
    background: #FFF url(images/wellies/gray_fade_down.jpg) top repeat-x;
    border-top: 1px solid #CCC;
    margin-top: 10px;
    padding-left: 10px;
    width: 705px;
}

fieldset {
    background-color: transparent;
    border: none;
    padding: 0 0 15px 0;
    width: 700px;
    border-bottom: 1px solid #CCC;
}

.order_online_form fieldset fieldset {
    width: 210px;
    float: left;
    padding: 0 10px;
    border: none;
    margin-top: 0.5em;
}

.gray_box {
    background: #FFF url(images/wellies/gray_fade.jpg) bottom repeat-x;
}

.order_online_form fieldset fieldset.fieldset_line_right {
    border-right: 1px solid #DDD;
}

.order_online_form fieldset fieldset.fieldset_line_left {
    border-left: 1px solid #DDD;
}

.order_online_form fieldset fieldset #item_photo {
    text-align: center;
}

legend {
    font-size: 1.2em;
    color: #8FB7C1;
    padding-top: 10px;
}

label {
    display: block;
    padding: 1em 0 0.2em 0;
    color: #333;
    font-size: 0.9em;
}

input[type="text"],
textarea {
    border: 1px solid #8FB7C1;
    background-color: #EEE;
    padding: 0.4em;
    color: #333;
    vertical-align: top;
    margin-bottom: 2px;
    margin-top: 2px;
}

input[type="text"]:focus,
textarea:focus {
    border-color: #45819F;
    background-color: #FFF;
}

select
{
    border: 1px solid #8FB7C1;
    background-color: #EEE;
    color: #333;

}

select:focus {
    border-color: #45819F;
    background-color: #FFF;
}

.contactform textarea {
    width: 685px;
    height: 15em;
}

.order_online_form textarea {
    width: 200px;
    height: 3em;
}

.order_online_form .long_input input {
    width: 200px;
}

.order_online_form .short_input input {
    width: 70px;
}

.order_online_form #additional_products_ordered input {
    width: 40px;
}

.order_online_form #additional_products_ordered select {
    width: 170px;
}

.order_online_form #price {
    font-size: 1.2em;
    line-height:1.2em;
    color: #8FB7C1;
}

.order_online_form #subtotal {
    font-size: 1.2em;
    line-height:1.2em;
    color: #000;
}

.order_online_form #freight {
    font-size: 1.2em;
    line-height:1.2em;
    color: #000;
}

.order_online_form #total {
    font-size: 1.2em;
    line-height:1.2em;
    color: #000;
}

.submit {
    margin: 5px 0 15px 0;
}

.item_row {
    border-bottom: 1px solid #CCC;
    padding: 10px;
    background: #FFF url(images/wellies/gray_fade.jpg) bottom repeat-x;
}

.additional_product_style {
    float: left;
    height: 47px;
    width: 47px;
    margin: 3px 5px 15px 5px;
    background-repeat: no-repeat;
    background-position: center;
    color: #45819F;
    border-top: 2px solid #fff;
}

#add_to_cart {
    text-align: right;
    clear: both;
}

a.additional_product_link {
    display: block;
    height: 45px;
    width: 45px;
    text-decoration: none;
    outline: none;
    border: 1px solid #DDD;
    margin-bottom: 2px;
}

a.additional_product_link:hover {
    border-color: #45819F;
}

.additional_product_ordered {
    float: left;
    font-weight: normal;
    width: 330px;
    height: 77px;
    border: 1px solid #DDD;
    margin: 10px 0 0 10px;
    background-color: #fff;
}

.additional_product_ordered span {
    color: #45819F;
}

.additional_product_ordered div.label {
    color: #45819F;
    width: 80px;
    float: left;
}

.additional_product_ordered a {
    margin-top: 5px;
    display: block;
}

.additional_product_img {
    height: 70px;
    margin: 0;
    width: 45px;
    background-repeat: no-repeat;
    background-position: center;
}

.additional_product_info {
    padding: 0 0 0 10px;
}
/* End of 'wellies_form' */

