@import "../cforms/styling/calendar.css";

.cform {}

.cform fieldset	{ 
	border: none;
	margin: 1em 0;
}

.cform .cf_hidden {
	display:none; 
}

.cform legend { 
	background: transparent;
	color: inherit;
	font-weight: bold;
}

.cform ol.cf-ol { 
	margin: 0;
}

.cform ol.cf-ol li	{
	list-style: none;
	padding: 0.5em 0;
	overflow: hidden;
}

.cform ol.cf-ol li.textonly {}

.cform label {
	float: left;
	width: 100px;
	padding-left: 4px;
	padding-right: 8px;
	vertical-align: top;
}

.cform label span {}

.cform label.cf-before {}

.cform label.cf-after 	{
	width: auto;
}

.cform label.cf-after span {}

.cform label.cf-group-after {
	width: 80px;
}

.cform label.cf-group-after span {}

.cform input,
.cform textarea,
.cform select { 
	vertical-align: top;
}

.cform textarea, .cform input {
	width: 180px; 
}
.cform select {
	width: 188px;
}  

.cform select.cfselectmulti	{ 
	height: 7.5em;
}

.cform input.cf_upload  {
	width: 220px;
}

.cform textarea {
	overflow: auto;
}

ol.cf-ol li.cf-box-title {
	padding-left: 112px;
	padding-bottom: 0;
}

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	float: left;
	width: 14px;
	height: 14px;
}

.cform input.cf-box-a 	{ 
	margin-left: 112px;
} 

.cform ol.cf-ol li.cf-box-group {
	padding-left: 112px; 
} 

.cform ol.cf-ol li.cf-box-group br {
	clear: both;
}

.cform span.reqtxt, .cform span.emailreqtxt { 
	font-size: 0.8em;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
}

.cform p.cf-sb {
	padding-left: 112px;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width: auto;
}

.cform ol.cf-ol li.cf_li_err {}

.cform ol.cf-ol li ul.cf_li_text_err {
	padding-left: 112px;
	margin-left: 0;
}

ol.cf-ol li.cf-box-title ul.cf_li_text_err {
	padding-left: 0;
}

.cform ol.cf-ol ul.cf_li_text_err li {
	list-style: none;
	font-weight: bold;
	padding-top: 0;
}

/* captcha/security */
.cform label.secq, .cform label.seccap {
	vertical-align: text-bottom;
}

.cform input.secinput {
	vertical-align: text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

.cform img.captcha	{
	vertical-align: text-bottom;
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
	float: none;
}

.cform img.captcha-reset {
	vertical-align:text-bottom;
	margin: 0 0 2px 3px;
	width: 21px;
	height: 21px;
	border: none;
}

.cform img.imgcalendar {
	border:none;
}

/* info/error message boxes on top */
div.cf_info {}
div.cf_info ol {}
div.cf_info ol li {}
div.cf_info a	{}
div.success {}
div.failure {}
div.waiting {}

/* inline error indicators */
.cform .cf_error { /* input fields with errors */ }
.mailerr {}
.cform .cf_errortxt { /* labels with errors */}

.cform .disabled {}

.linklove {
	display: none;
}

