
.msc_form{

}

    .msc_form .msc_form_row{
        margin-bottom: 7px;

    }


        .msc_form .msc_form_label{
            width: 250px;
            display: inline-block;
            padding: 12px 0px;
            margin-right: 10px;
            position: relative;
            z-index: 1;
        }
            .msc_form .msc_form_label label{
                font-size: 14px;
                color: #3d3d3d;
                margin-right: 33px;
                text-align: right;
                /*display: block;*/
                float: right;
                padding-left: 15px;
            }            
            .msc_form .msc_form_row.required .msc_form_label label, p.required {
                background: url("/i/msc/forms/required.png") no-repeat left center;                
            }
            .msc_form .msc_form_row.has_info .msc_form_label{
                background: url("/i/msc/forms/moreinfo.png") no-repeat right top;
            }
            .msc_form .msc_form_row .has_more_info {
                position: absolute;
                right: 0;
                top: 0;
                width: 25px;
                height: 25px;
                background: url("/i/msc/forms/moreinfo.png") no-repeat right top;
                cursor: pointer;
                float: right;
            }
            .msc_form .msc_form_label span{
                float: right;
                width: 30px;
                height: 30px;
                position: absolute;
                right: 0px;
                top: 0px;
                cursor: pointer;
            }

        .msc_form .msc_form_row .msc_form_input{
            display: inline-block;
            width: 320px;
            vertical-align: top;
            padding-top: 5px;
            line-height: 27px;
            z-index: 3000;
        }
        

            .msc_form .msc_form_row .msc_form_input .msc_form_field{
                border-style:solid;
                border-width:1px;
                border-top-color: #9f9f9f;
                border-bottom-color: #dddddd;
                border-left-color: #c4c3c3;
                border-right-color: #a6a6a6;
                width: 303px;
                height: 27px;
                line-height: 27px;
                padding-left: 3px;
                padding-right: 12px;
                color: #5a5a5a;
                font-size: 15px;
                font-weight: bold !important;
            }

            .msc_form .msc_form_row .msc_form_input select {
                /*margin-top: 5px;
                height: 27px !important;
                width: 320px !important;
                vertical-align: middle !important;*/
                padding-top: 2px;
                padding-bottom: 2px;
                padding-right: 0 !important;
                width: 321px !important;
                font-weight: bold !important;
                font-size: 15px !important;
            }

            .msc_form_textarea {
                height: auto !important;
                width: 301px !important;
                padding-bottom: 20px;
                font-weight: bold !important;
                font-size: 15px !important;
            }
            .msc_form .msc_form_row .msc_form_input input.radio {
                width: 25px;
                margin-top: 10px;
            }
            .msc_form .msc_form_row .msc_form_input span.radio_labels {
                padding-right: 15px;
            }
            .msc_form .msc_form_row .msc_form_input select.msc_form_field{
                width: 318px;
                height: auto;
                margin-top: 6px;
            }
            .msc_form .msc_form_row .msc_form_input select.msc_form_field.autosize{
                width: auto;
            }

        .msc_form .msc_form_row .msc_form_optional{
            display: inline-block;
            width: 30px;
            vertical-align: top;
            padding: 12px 0px 12px 40px;
            font-size: 14px;
            min-height: 35px;

            padding: 6px 0 12px 5px;
        }

        .msc_form .msc_form_row.is_correct .msc_form_optional{
            background: url("/i/msc/forms/correct.png") no-repeat 5px 6px;
        }
        .msc_form .msc_form_row.has_error .msc_form_optional{
            background: url("/i/msc/forms/error.png") no-repeat 5px 6px;
            color: #ff0101;
        }
        .msc_form .msc_form_row .msc_form_optional a{
        }
        .msc_form .msc_form_row .msc_form_optional ul{
            list-style: none !important;
            list-style-position: inside;
            padding: 0;
            height: 25px !important;
        }
        .msc_form .msc_form_row .msc_form_optional ul.errors{
            color: #ff0101 !important;
            font-weight: bold;
            list-style: none !important;
            min-height:30px;
            padding-left:35px;
            padding-top:5px;
            padding-bottom: 0 !important;
            height: 20px;
            /*background: url("/i/msc/forms/error.png") no-repeat scroll 0 0;*/
        }
        .msc_form .msc_form_row .msc_form_optional ul.errors li {
            color: #ff0101 !important;
            list-style: none !important;
            
        }

        .msc_form a.explain_link{
            color: #0064c8;
            font-size: 14px;
            text-decoration: underline;
        }
        .msc_form a.explain_link:hover{
            text-decoration: none;
        }

    .msc_form_row .msc_form_buttons{
        text-align: right;
        padding-right: 75px;
        margin-top: 20px;
    }
    .msc_form_row .msc_form_buttons .msc_form_button{
        width: 267px;
        height: 58px;
        line-height: 18px;
        color: #ffffff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        padding-bottom: 13px;
        padding-right: 25px;
        cursor: pointer;
        font-family: Tahoma !important;
    }
    .msc_form_row .msc_form_buttons .msc_form_button.blue{
        background: url(/i/msc/buttons/buy/buy_button_blue.png) no-repeat;
    }

    .msc_form fieldset{
        display: block;
    }
    .msc_form fieldset legend{
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #02ACF0;
        padding: 8px 0px 8px 209px;
    }
