/** DO NOT MODIFY THIS FILE. All code here are generated by MachForm Theme Editor **/

#main_body h1 a
{
background-image: none;
height: 40px;
}

html
{
background-color: #29397e;
background-image: none;
}

#main_body h1
{
background-color: #29397e;
background-image: none;
}

#form_container
{
background-color: #ffffff;
border-width: 0px;
box-shadow: none;
border-style: solid;
border-color: #336699;
}

#main_body form li.highlighted,#main_body .matrix tbody tr:hover td,#machform_review_table tr.alt
{
background-color: #ccdced;
}

#main_body form .guidelines
{
background-color: #6699cc;
border-width: 0px;
border-style: solid;
border-color: #6699cc;
}

#main_body form .guidelines small
{
font-family: 'Ubuntu','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 80%;
color: #ffffff;
}

#main_body input.text,#main_body input.file,#main_body textarea.textarea,#main_body select.select,#main_body input.checkbox,#main_body input.radio
{
background-color: #FBFBFB;
font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
}

#machform_review_table td.mf_review_value
{
font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
}

#main_body .form_description h2,#main_body .form_success h2
{
font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 600;
font-style: normal;
}

#main_body .form_description p,#main_body form ul.payment_list_items li
{
font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
}

#main_body form li span.ap_tp_text
{
}

#main_body form li label.description,#main_body form li span.description,#main_body .matrix caption,#main_body .matrix td.first_col,#main_body form li.total_payment span,#machform_review_table td.mf_review_label
{
font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 100%;
}

#main_body form li span label,#main_body label.choice,#main_body .matrix th,#main_body form li span.symbol,.mf_sigpad_clear,#main_body form li div label,#main_body form li div span.label
{
font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
}

#main_body form .section_break h3,#main_body form .media h3,#machform_review_table td .mf_section_title
{
font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 600;
font-style: normal;
}

#main_body form .section_break p,#main_body form .media p,#machform_review_table td .mf_section_content
{
font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 95%;
}

#main_body form li.section_break
{
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #CCCCCC;
}



/** Advanced CSS **/

#main_body input.text, 
#main_body input.file, 
#main_body textarea.textarea,
 #main_body select.select,
 #main_body input.checkbox, 
#main_body input.radio {
    background-color: #FBFBFB;
    font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
}


#main_body input.medium {
    width: 96%;
}
#main_body input.text {
    border: 2px solid #EFEFEF;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: none repeat scroll 0 0 #FBFBFB;
    padding: 10px;
    color: #666666;
    font-size: 100%;
    margin: 0;
}

#main_body textarea.textarea {
    border: 2px solid #EFEFEF;
     -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    outline: medium none;
    background: none repeat scroll 0 0 #FBFBFB;
    padding: 10px;
    color: #666666;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    margin: 0;
width: 96%;
}
    
#main_body .buttons input {
    font-size: 120%;
    margin-right: 5px;
}
#main_body input.button_text {
    overflow: visible;
    width: auto;
    outline: none;
    padding: 10px 20px;
    font: 300 15px/1em 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    color: #FFF;
    text-shadow: none;
    background: #29387e;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#main_body input.button_text:hover, 
#main_body input.button_text:focus {
    color: #FFF;
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background: #13236c;
background-color: #13236c;
}