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

#main_body h1
{
background-color: #DEDEDE;
}

#form_container
{
background-color: #ffffff;
border-width: 1px;
border-style: solid;
border-color: #CCCCCC;
}

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

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

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

#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: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100%;
color: #333333;
}

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

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

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

#main_body form li span.ap_tp_text
{
color: #000000;
}

#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: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 95%;
color: #222222;
}

#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: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
color: #222222;
}

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

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

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



/** Advanced CSS **/

form,caption{
text-align:right;
direction:rtl;
}
#main_body form.left_label label.description {
    width: unset !important;
}
#main_body form.left_label li div, #main_body form.right_label li div {
    float: right;
    width: unset !important;
}
#main_body input.medium {
    width: 191px !important;
}
#main_body form.left_label label.description {
	float: right !important;
	padding-top: 7px;
}
#main_body .matrix th {
    font-size: 17px!important;
    color: #0064ff !important;
    font-weight: bold !important;
    background: #c4edff !important;
}
#main_body form.left_label li, #main_body form.right_label li {
	text-align: right !important;
}
#main_body .buttons input {
	padding: 5px 15px !important;
}
#main_body input.text {
	padding: 6px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main_body .matrix caption {
	text-align: right !important;
}
.button_text {
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-family:Tahoma;
	font-weight:bold;
	text-shadow:0 1px 1px #0c507b;
	letter-spacing:0px;
	text-transform:uppercase;
	
	padding:5px 12px 5px 12px;
	
	background: #3aa3e6;
	background: -moz-linear-gradient(top, #87c6ee, #3aa3e6 2%, #028fe8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #87c6ee), color-stop(.01, #3aa3e6), to(#028fe8)); 

	border:1px solid #0082d5;
	
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	
	outline:none;-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.button_text:hover {
	text-shadow: 0 1px 1px #6f3a02;
	border:1px solid #e6791c;
	border-bottom:1px solid #d86f15;
	color:#fff;

	background: #f48423;
	background: -moz-linear-gradient(top, #ffdf9e, #f5b026 2%, #f48423);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd683), color-stop(.01, #f5b026), to(#f48423)); 
	
	cursor:pointer;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 10px rgba(82, 168, 236, 0.9);
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 10px rgba(82, 168, 236, 0.9);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 10px rgba(82, 168, 236, 0.9);
	
	outline:none;-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#main_body label.choice {
        padding-right: 20px;
}

#main_body form li {
        border-top: 1px #cccccc solid;
        padding: 15px 0px 15px 0px;
}



@media only screen and (max-width: 480px)
{
#main_body li.matrix input[type="radio"] {
    -webkit-appearance: auto;
    background-color: rgb(204, 204, 204);
    border-color: rgb(204, 204, 204);
}

#main_body li.matrix input[type="radio"]:checked {
    -webkit-appearance: auto;
    background-color: #4596CE;
    border-color: #4596CE;
}
}


@media only screen and (max-width : 480px) {
      #main_body input[type="radio"] + label::before,
	#main_body input[type="checkbox"] + label::before{
	    content: '';
	    display:inline-block;
	    position: absolute;
	    width:1.2em;
	    height:1.2em;
	    margin: 1px -19px 0 -23px !important;
	    cursor:pointer;
	    vertical-align:middle;
	    background-color:#ccc;
	    border-radius: 0.8em;
	    
    }
}