.cform {
	
}
.cform li {
	margin-bottom: 13px;
}
.cform li.textonly {
	position: relative;
	padding-left: 0;
	padding-right: 7px;
	margin-top: -11px;
}
.cform #li-2-9, .cform #li-2-10 { /* address fields */
	margin-bottom: 0px;
}
.cform fieldset.cf_hidden {
	display: none;
}
.cform fieldset legend {
	font-size: 1.2em;
	padding-top: 11px;
	padding-bottom: 21px;
}
.cform label {
	text-align: left;
	padding-right: 20px;
	display: inline-table;
	width: 150px;
}
.cform label.cf-before {
	padding-right: 0;
	margin-right: 0;
	vertical-align: text-bottom;
	display: inline;
}
.cform label.cf-before span {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	vertical-align: text-bottom;
}
.cform input.cf-box-b {
	border: 0 none;
	background: transparent;
	width: 30px;
	vertical-align: middle;
}
.cform input, .cform select, .cform textarea {
	width: 200px;
}
.cform textarea {
	height: 100px;
}
.cform input.checkbox, .cform input[type="checkbox"] {
	width: 30px;
	margin-left: 0;
	margin-right: 0;
	vertical-align: text-bottom;
}
input.cf-box-b { /* radio button */
	display: inline;
}
li.cf-box-group label {
	display: inline;
}

.cform span.reqtxt, .cform span.emailreqtxt {
	padding-left: 9px;
	font-size: 80%;
	color: #900000;
}
p.cf-sb, p.cf-sb input {
	text-align: center;
}
.cform input[type="submit"] {
	width: 120px;
	text-align: center;
	margin: 10px;
	padding: 5px;
}
.cform input#sendbutton, .cform input#sendbutton2 {
	border: 1px solid red !important;
	background-color: #e6e6e6;
	cursor: pointer !important;
	cursor: hand !important;
	color: #d41804;
	font-weight: bold;
}
.cform input#sendbutton2 {
	width: 160px;
	margin-bottom: 20px;
}

/* security */

label.secq span {
	color: #B84242;
}

input.secinput {
	color: #B84242;
}

/* @group errors */

.cform li.cf_li_err {
	background-color: #fbe3e4;
	border: 1px solid #df7d7d;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr, .cform .cf_errortxt {
	color:#ad2929; 
}

/* @end */

/* @group responce */



div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background-color: #fbe3e4;
	border: 1px solid #df7d7d;
	font-size: 120%;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
}
div.waiting {
	background: #ffff80;
	color: #008000;
	display:block;
}

/* @end */

