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

#main_body h1 a
{
background-image: url('https://laguli.com//machform/images/form_resources/machform.png');
background-repeat: no-repeat;
height: 40px;
}

html
{
background-color: #ececec;
background-image: none;
}

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

#form_container
{
background-color: #ffffff;
border-width: 0px;
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: #fef2dd;
}

#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 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: '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,#main_body form li div span.label
{
font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
color: #222222;
}

#main_body form .section_break h3,#main_body form .media 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,#main_body form .media 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 **/

#main_body {
    background-color: #fef2dd;
    border: 1px dotted;
    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-size: small;
    margin: 20px 0 50px;
    padding: 15px;
    text-align: center;
}

#main_body .form_description {border-bottom: 1px dotted #000;}

.button_text{
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a53b3b+0,751611+100 */
background: #a53b3b; /* Old browsers */
background: -moz-linear-gradient(top,  #a53b3b 0%, #751611 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a53b3b), color-stop(100%,#751611)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a53b3b 0%,#751611 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a53b3b 0%,#751611 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a53b3b 0%,#751611 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a53b3b 0%,#751611 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a53b3b', endColorstr='#751611',GradientType=0 ); /* IE6-9 */

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #751611;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px !important;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.button_text:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a53b3b+0,751611+100 */
background: #a53b3b; /* Old browsers */
background: -moz-linear-gradient(top,  #751611 0%, #a53b3b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#751611), color-stop(100%,#a53b3b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #751611 0%,#a53b3b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #751611 0%,#a53b3b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #751611 0%,#a53b3b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #751611 0%,#a53b3b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#751611', endColorstr='#a53b3b',GradientType=0 ); /* IE6-9 */

.button_text:active {
	position:relative;
	top:1px;
}

