@import url(calendar.css);
/*
main 'top-level' form elements
*/
.cform
{
	margin: 10px auto 0;
	width: 520px;
	float: left;
}
.cform FIELDSET
{
	margin-top: 10px;
	padding: 5px 0;
	border: none;
}
.cform .cf_hidden
{
	display: none;
	border: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.cform LEGEND
{
	margin: 0;
	padding: 0;
	font: normal 18px Helvetica;
	color: #469;
	letter-spacing: 3px;
}
OL.cf-ol
{
	margin: 0 !important;
	padding: 15px 0 0 !important;
	border-top: 1px solid #F2F2F2;
}
OL.cf-ol LI
{
	background: none !important;
	margin: 5px 0 !important;
/*some themes may interfere otherwise*/
	padding: 0;
	list-style: none !important;
	text-align: left;
	line-height: 1.1em;
}
/*
just for text-only fields (no input)
*/
OL.cf-ol LI.textonly
{
	color: #888888;
	font-size: 1em;
	letter-spacing: 2px;
	margin: 12px 0pt !important;
	padding: 0pt 0pt 0pt 100px;
}
/*
global definitions for field labels
*/
.cform LABEL
{
	width: 90px;
	margin: 4px 10px 0 0;
	display: -moz-inline-box;
/*for mozilla*/
	display: inline-block;
/*for Opera & IE*/
	text-align: left;
	vertical-align: top;
	color: #556;
	font: 1em "Trebuchet MS", sans-serif;
}
.cform LABEL SPAN
{
	width: 90px;
/*must be the same as above!*/
	display: block;
}
LABEL.cf-before
{
	margin: 4px 10px 0 0;
}
LABEL.cf-after
{
	margin: 4px 2px 0pt 6px;
	text-align: left;
	width: 75px;
}
LABEL.cf-after SPAN
{
	width: 75px;
	display: block;
}
LABEL.cf-group-after
{
	margin: 4px 0 0 2px;
	width: 60px;
	text-align: left;
}
LABEL.cf-group-after SPAN
{
	width: 60px;
	display: block;
}
/*
FORM FIELDS general formatting
*/
.cform INPUT, .cform TEXTAREA, .cform SELECT
{
	padding: 3px;
	border: 1px solid #AAA;
	font: 0.9em "Trebuchet MS", sans-serif;
	color: #888;
	background: #FFFFFF url(../images/field-bg-top.gif) repeat-x top left;
	vertical-align: top;
}
.cform INPUT:hover, .cform TEXTAREA:hover, .cform SELECT:hover
{
	border: 1px solid #FFCC00;
	background: #FFFFFF url(../images/field-bg-bottom.gif) repeat-x bottom left;
}
.cform INPUT:focus, .cform TEXTAREA:focus, .cform SELECT:focus
{
	color: #666;
	background: #FFFFFF url(../images/field-bg-bottom.gif) repeat-x bottom left;
}
.cform TEXTAREA, .cform INPUT
{
	width: 400px;
}
.cform SELECT
{
	width: 306px;
/*attempt to have equal length*/
}
.cform SELECT.cfselectmulti
{
	height: 7.5em;
}
.cform TEXTAREA
{
	font-family: arial;
	font-size: 0.9em;
	overflow: auto;
}
/*
formatting for text:  "(required)"  & other
*/
SPAN.reqtxt, SPAN.emailreqtxt
{
	margin: 3px 5px 7px 101px;
	display: block;
	vertical-align: top;
	color: #911;
	font-size: 0.8em;
	line-height: 1.2em;
}
/*
radio button title
*/
OL.cf-ol LI.cf-box-title
{
	color: #888888;
	font-size: 1em;
	letter-spacing: 2px;
	margin: 12px 0pt 0 !important;
	padding: 0pt 0pt 0pt 100px;
}
/*
check boxes
*/
INPUT.cf-box-a, INPUT.cf-box-b
{
	margin: 1px 0 0;
	width: 16px;
	height: 22px;
	border: none !important;
	background: none !important;
}
INPUT.cf-box-a
{
	margin-left: 100px;
/*check with label 'width' incl.*/
}
/*
check box groups
*/
OL.cf-ol LI.cf-box-group
{
	padding: 0 0 5px 100px;
}
/*
FORM submit button
*/
P.cf-sb
{
	margin: 0;
	padding: 0pt 10px 0pt 0pt !important;
	text-align: right;
}
.cform INPUT.backbutton, .cform INPUT.resetbutton, .cform INPUT.sendbutton
{
	width: auto;
	padding: 2px 1em;
	margin: 0;
	font-size: 0.9em;
	background: url(../images/button-bg.gif) repeat-x;
	border: 1px solid #ADADAD !important;
	border-left-color: #ECECEC !important;
	border-top-color: #ECECEC !important;
}
.cform INPUT.resetbutton
{
	margin: 0 5px 0 0;
}
.cform INPUT.backbutton
{
	margin: 0 5px 0 0;
}
/*
FORM FIELDS enhanced error display
*/
OL.cf-ol LI.cf_li_err
{
	background: #FFDFDF url(li-err-bg.png) repeat !important;
	border-color: #DF7D7D;
	border-style: solid;
	border-width: 1px 0pt;
	padding: 5px 0 !important;
	margin: 5px 0 !important;
}
OL.cf-ol LI UL.cf_li_text_err
{
	margin: 0 0 0 10px;
	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: '';
}
/*
'visitor verification' related styles
*/
LABEL.secq, LABEL.seccap
{
	vertical-align: text-bottom;
	margin-bottom: 4px;
}
INPUT.secinput
{
	vertical-align: text-bottom;
}
#cforms_captcha6, #cforms_captcha5, #cforms_captcha4, #cforms_captcha3, #cforms_captcha2, #cforms_captcha
{
	height: 15px;
	width: 100px;
	padding: 4px;
	margin: 0;
	vertical-align: text-bottom;
}
IMG.captcha
{
	vertical-align: text-bottom;
	margin: 0 0 0 10px !important;
	padding: 0 !important;
	border: none !important;
	float: none !important;
}
IMG.captcha-reset
{
	vertical-align: text-bottom;
	background: url(captcha_reset_white.gif) no-repeat;
	margin: 0 0 2px 3px;
	width: 21px;
	height: 21px;
	border: none;
}
IMG.imgcalendar
{
	border: none;
}
/*
change formatting of response msgs here
*/
DIV.cf_info
{
	color: #333;
	display: none;
	padding: 10px 15px !important;
	width: 380px;
	line-height: 1.3em;
	margin: 67px auto 10px;
	float: right;
}
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: #FF0000 !important;
	text-decoration: underline !important;
}
DIV.success
{
	background: #F9F9F9 none repeat scroll 0%;
	color: #2A468E;
	display: block;
}
DIV.failure
{
	display: block;
	background: #B02727 url(li-err-bg.png) repeat !important;
	border-color: #DF7D7D;
	border-style: solid;
	border-width: 1px 0pt;
}
DIV.waiting
{
	background: #F9F9F9;
	color: #AAAAAA;
	display: block;
}
/*
formatting for invalid user inputs
*/
.cform .cf_error
{
	color: #FF0000;
	border: 1px solid #FF0000;
}
DIV.mailerr
{
	display: block;
}
.mailerr, .cform .cf_errortxt
{
	color: #FF0000;
}
/*
change formatting of response msgs here
*/
P.cf_info
{
	margin: 10px 0;
	text-align: center;
}
P.success
{
	color: #008000;
}
P.failure
{
	color: #FF0000;
}
/*
disabled fields [disabled] does not work on IE!
*/
[disabled]
{
	color: #DDDDDD;
	border-color: #DDDDDD !important;
	background: none !important;
}
.disabled
{
	border-color: #DDDDDD !important;
}
/*
upload box styling
*/
.cform INPUT.cf_upload
{
	width: 220px;
	background: #F9F9F9;
	border: 1px solid #888888;
}
/*
Other: link love
*/
.linklove
{
	margin: 6px auto 10px !important;
	padding: 0pt 6px 0pt 0pt !important;
	text-align: right;
	width: 410px;
	display: none;
}
.linklove A, .linklove A:visited
{
	font-size: 0.8em;
	font-family: Tahoma;
	color: #AAAAAA !important;
}
/*
Other: browser hacks
*/
*+HTML OL.cf-ol, *+HTML OL.cf-ol LI
{
	display: inline-block;
/*for ie7*/
}
* HTML OL.cf-ol, * HTML OL.cf-ol LI, * HTML SPAN.reqtxt, * HTML SPAN.emailreqtxt
{
	display: inline-block;
}
* HTML .cform LEGEND
{
	position: absolute;
	left: -8px;
	top: 0;
	margin-left: 0;
}
*+HTML .cform LEGEND
{
	position: absolute;
	left: -8px;
	top: 0;
	margin-left: 0;
}
* HTML .cform FIELDSET
{
	position: relative;
	margin-top: 15px;
	padding-top: 25px;
}
*+HTML .cform FIELDSET
{
	position: relative;
	margin-top: 15px;
	padding-top: 25px;
}
* HTML IMG.captcha
{
	margin-bottom: 1px !important;
}
*+HTML IMG.captcha
{
	margin-bottom: 1px !important;
}
