/** 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: #025d8c;
}

#main_body h1
{
background-color: #025e8c;
}

#form_container
{
background-color: #ffffff;
border-width: 0px;
border-style: solid;
border-color: #556270;
}

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

#main_body form .guidelines
{
background-color: #6b7b8c;
border-width: 1px;
border-style: solid;
border-color: #6b7b8c;
}

#main_body form .guidelines small
{
font-family: 'Maven Pro','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 95%;
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: #ffffff;
font-family: 'Roboto','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
}

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

#main_body .form_description h2,#main_body .form_success h2
{
font-family: 'Roboto','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 170%;
}

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

#main_body form li span.ap_tp_text
{
}

#main_body label.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: 'Roboto','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
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
{
font-family: 'Roboto','Lucida Grande',Tahoma,Arial,sans-serif;
}

#main_body form .section_break h3,#machform_review_table td .mf_section_title
{
font-family: 'Roboto','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 110%;
}

#main_body form .section_break p,#machform_review_table td .mf_section_content
{
font-family: 'Roboto','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: solid;
border-top-color: #cdcdcd;
}



/** Advanced CSS **/


/** Advanced CSS **/

p.error{ display:none !important;}
#error_message_title{font-size:12px !important;}
#error_message_desc{font-size:10px !important;}



input::-moz-focus-inner, button::-moz-focus-inner { border: 0; padding: 0; }
input[type="text"], input[type="password"], input[type="email"], textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
input, textarea, button, select, label { font-family:  Helvetica, Arial; font-size: 13px;  
transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease; }
label { font-weight: 600; color: #444; }
input[type="text"], 
input[type="password"], 
input[type="email"], 
textarea { background: #fff; border: 1px solid #ccc; color: #777; display: block; max-width: 100%; outline: none; padding: 7px 8px !important;
-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.04); 
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.04); 
box-shadow: inset 0 1px 0 rgba(0,0,0,0.04); }
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
textarea:focus { border-color: #bbb; color: #444;
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2); 
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2); 
box-shadow: 0 0 3px rgba(0,0,0,0.2); }
label .required { color: #00c8d6; }
input[type="submit"],
button[type="submit"] { background: #0F76C0; color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,0.3); padding: 8px 14px !important; font-weight: bold; display: inline-block; border: none; cursor: pointer;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
input[type="submit"]:hover,
button[type="submit"]:hover { background-color: #000; color: #ccc; }
input[type="submit"]:active,
button[type="submit"]:active { background-color: #000; }
 