/* main 'top-level' form elements          */
@import "HB_calendar.css";

div.postentry {
	overflow: hidden;
	width: 540px;
}

.cform {
	left: -10px;
	position: relative;
	overflow: hidden;
	width: 600px;
}

.cform fieldset {
	border: none;
}

.cform legend {
	display: none;
}

ol.cf-ol li {
	display: inline;
	float: left;
	list-style: none !important;
	line-height: 1.2em;
	padding: 0 50px 0 10px;
	width: 240px;
}

/* > */
.cf-fs1 #li-2-10 {
	margin-top: -17px;
	width: 550px;
}

.cf-fs1 #li-2-10 select {
	background: url(hb_field07.gif) top left no-repeat;
	width: 540px;
}

.cf-fs1 #li-2-10 select:hover {
	background: url(hb_field08.gif) top left no-repeat;
}
/*< */  

/* global definitions for field labels        */
.cform label {
	display: block;
	padding: 2px 0;
	width: 240px;
}

label.cf-before {
	display: inline-block;
	margin: 1px 5px 0 0;
}

label.cf-after {
	display: inline-block;
	margin: -2px 0 0 5px;
	text-align: left;
	width: 113px;
}

/* formatting for invalid user inputs        */
.cf_li_err label {
	color: #f06513;
	font-weight: bold;
}

.cform .cf_error {
	background: url(hb_field02.gif) transparent no-repeat top left;
}

.cform .area.cf_error {
	background: url(hb_field10.gif) transparent no-repeat top left;
}

div.mailerr {
	display: block;
}

.mailerr,
.cform .cf_errortxt {
	color: #ad2929;
}


/* FORM FIELDS general formatting          */
.cform input,
.cform select {
	background: url(hb_field01.gif) transparent no-repeat top left;
	border: none;
	color: #333;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	vertical-align: top;
	width: 230px;
}

.cform input:hover,
.cform textarea:hover,
.cform select:hover {
	background: url(hb_field03.gif) transparent no-repeat top left;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus {
	background: url(hb_field03.gif) transparent no-repeat top left;
}

.cform select {
	margin: 0 0 5px 0;
	padding: 3px 5px;
	width: 240px; /* attempt to have equal length */
}

.cform .area.cf_error:hover,
.cform textarea:hover {
	background: url(hb_field05.gif) transparent no-repeat top left;
}

.cform .area.cf_error:focus,
.cform textarea:focus {
	background: url(hb_field05.gif) transparent no-repeat top left;
}

.cform textarea {
	background: url(hb_field04.gif) transparent no-repeat top left;
	border: none;
	color: #333;
	height: 64px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	overflow: auto;
	vertical-align: top;
	width: 550px;
}

.cform input.cf_date {
	width: 215px;
	padding-left: 25px;
}

/* radio button title */
ol.cf-ol li.cf-box-title {
	clear: both;
	display: block;
	font-weight: bold;
	padding: 2px 10px 5px 10px;
	width: 520px;
}

/* check box groups */
ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 10px;
	width: 540px;
}

ol.cf-ol li.cf-box-group input {
	background: none;
	width: 10px;
}

/* formatting for text:  "(required)" & other */
span.reqtxt,
span.emailreqtxt {
	display: none;
}

/* FORM submit button */
.cf-sb {
	margin: 0;
	padding: 0;
}

.cform input.sendbutton {
	background: url(hb_field06.gif) top left no-repeat;
	color: #FFF;
	margin: 0 0 0 10px;
	padding: 2px 0 5px 0;
	width: 120px;
}

/* 'visitor verification' related styles       */
img.imgcalendar {
	border: none !important;
}

a.dp-choose-date {
	left: 5px;
	position: relative;
	top: -24px;
	z-index: 999;
}


/* change formatting of response msgs here      */
div.cf_info {
	color: #333;
	display: none;
	padding: 10px 15px !important;
	width: 508px;
	line-height: 1.3em;
	margin: 10px auto;
}

div.cf_info ol {
	margin: 0;
	padding: 5px 15px 0 30px;
}

div.cf_info ol li {
	background: red;
	padding: 1px 0;
	margin: 2px 0;
}

div.cf_info a {
	color: red !important;
	text-decoration: underline !important;
}

div.success {
	background-image: url(li-ok-bg.gif) !important;
	border: 1px solid #119f28;
	display: block;
}

div.failure {
	display: block;
	background-image: url(li-err-bg.gif) !important;
	border: 1px solid #f06513;
}

div.waiting {
	background: #F9F9F9 none repeat scroll 0%;
	color: #AAAAAA;
	display: block;
}


/* disabled fields [disabled] does not work on IE!  */
[disabled] {
	background: none !important;
}

.disabled {
	background: none;
}


/* Other: link love  */
.linklove {
	display: none;
}

/* Other: browser hacks               */

* html .cform legend {
	position: absolute;
	top: -10px;
	left: 10px;
	margin-left: 0;
}

* html .cform fieldset {
	position: relative;
	margin-top: 15px;
	padding-top: 25px;
}

* html ol.cf-ol {
	display: inline-block; /*for IE6!!*/
}

* html img.captcha {
	margin-bottom: 9px !important;
}

*+html img.captcha {
	margin-bottom: 9px !important;
}

