@import url(calendar.css);
/*
main 'top-level' form elements
*/
.cform
{
	margin: 10px auto 0;
	width: 500px;
}
.cform FIELDSET
{
	margin-top: 20px;
	padding: 4px 0 10px;
	border: 0px solid #ADADAD;
	border-left-color: #ECECEC;
	border-top-color: #ECECEC;
	background: none;
}
.cform .cf_hidden
{
	display: none;
	border: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.cform LEGEND
{
	margin-left: 10px;
	padding: 0 2px;
	font: normal 20px monospace;
	color: #666666;
	letter-spacing: 5px;
}
OL.cf-ol
{
	margin: 0pt !important;
	padding: 10px 0pt 0pt !important;
}
OL.cf-ol LI
{
	background: none !important;
	margin: 0 10px !important;
/*some themes may interfere otherwise*/
	padding: 0;
	list-style: none !important;
	text-align: left;
	line-height: 1.3em;
	font: normal 12px monospace;
}
/*
just for text-only fields (no input)
*/
OL.cf-ol LI.textonly
{
	letter-spacing: 2px;
	margin: 6px 0pt !important;
	padding: 3px 0;
	text-align: center;
}
/*
global definitions for field labels
*/
.cform LABEL
{
	width: 500px;
	margin: 0px 10px 0 0;
	text-align: left;
	font-size: 10px;
	display: block;
	color: #888888;
	background: none;
	padding: 2px;
	font: 12pt verdana;
}
LABEL.cf-before
{
	display: -moz-inline-box;
/*for mozilla*/
	display: inline-block;
/*for Opera & IE*/
	margin: 4px 5px 0 0;
}
LABEL.cf-before SPAN
{
	width: 200px;
	display: block;
}
LABEL.cf-after
{
	display: -moz-inline-box;
/*for mozilla*/
	display: inline-block;
/*for Opera & IE*/
	margin: 4px 19px 0pt 4px;
	text-align: left;
	width: 90px;
}
LABEL.cf-after SPAN
{
	width: 90px;
	display: block;
}
LABEL.cf-group-after
{
	display: -moz-inline-box;
/*for mozilla*/
	display: inline-block;
/*for Opera & IE*/
	margin: 4px 6px 0 4px;
	width: 105px;
	text-align: left;
}
LABEL.cf-group-after SPAN
{
	width: 105px;
	display: block;
}
/*
FORM FIELDS general formatting
*/
.cform INPUT, .cform TEXTAREA, .cform SELECT
{
	margin: 0 0 8px;
	border: none;
	vertical-align: top;
	font: normal 12px monospace;
	letter-spacing: 1px;
}
.cform INPUT:hover, .cform TEXTAREA:hover, .cform SELECT:hover
{
/*bbackground: white*/
}
.cform INPUT:focus, .cform TEXTAREA:focus, .cform SELECT:focus
{
	/*[disabled]background:#FFFFFF;*/
}
.cform TEXTAREA, .cform INPUT
{
	padding: 2px 10px 12px;
	border-top: 1px solid #F0F0F0;
	background: url(fancy_white_inp_bg.gif) no-repeat bottom left;
	width: 400px;
}
.cform SELECT
{
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	width: 420px;
/*attempt to have equal length*/
}
.cform SELECT.cfselectmulti
{
	height: 6.5em;
}
.cform TEXTAREA
{
	font-family: monospace;
	font-size: 0.9em;
	height: 6em;
	overflow: auto;
}
.cform INPUT.cf_date
{
	width: 380px;
}
/*
radio button title
*/
OL.cf-ol LI.cf-box-title
{
	letter-spacing: 2px;
	margin: 12px 0pt 4px 10px !important;
	color: #888888;
}
/*
check boxes
*/
INPUT.cf-box-a, INPUT.cf-box-b
{
	margin: 3px 0 0;
	width: 16px;
	height: 22px;
	border: none !important;
	background: none !important;
}
/*
check box groups
*/
OL.cf-ol LI.cf-box-group
{
	padding: 0 0 12px;
}
/*
formatting for text:  "(required)"  & other
*/
SPAN.reqtxt, SPAN.emailreqtxt
{
	display: block;
/*for mozilla*/
	width: 421px;
	font-size: 9px;
	vertical-align: top;
	color: #888888;
	text-align: right;
	margin: 0;
	height: 13px;
	line-height: 13px;
	font: normal 10px monospace;
}
.cform TEXTAREA.fldemail, .cform TEXTAREA.fldrequired, .cform INPUT.fldemail, .cform INPUT.fldrequired
{
	margin: 0;
}
/*
FORM submit button
*/
P.cf-sb
{
	padding: 0 !important;
	margin: 0;
	text-align: right;
}
.cform INPUT.backbutton, .cform INPUT.resetbutton, .cform INPUT.sendbutton
{
	font-size: 13px;
	height: 46px;
	margin: 5px 3px 4px 0pt;
	padding: 0px 5px 5px;
	width: 144px;
	background: url(fancy_white_submit.gif) no-repeat;
	border: none;
	cursor: pointer;
}
.cform INPUT.sendbutton:hover
{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	height: 40px;
	padding: 1px 5px 0px;
	margin: 5px 3px 10px 0pt;
}
.cform INPUT.resetbutton
{
}
.cform INPUT.backbutton
{
}
/*
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: 0pt;
	padding: 5px 10px !important;
	margin: 5px 0 !important;
}
OL.cf-ol LI UL.cf_li_text_err
{
	padding: 0 0 0 10px;
	margin: 0;
	color: #333;
	display: inline-block;
}
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.seccap
{
	margin-top: 6px;
}
LABEL.secq
{
	display: -moz-inline-box;
/*for mozilla*/
	display: inline-block;
/*for Opera & IE*/
	width: auto;
	padding: 2px 4px 2px 2px;
}
LABEL.secq SPAN
{
	display: block !important;
	width: auto;
}
INPUT.secinput
{
	vertical-align: text-bottom;
}
#cforms_captcha6, #cforms_captcha5, #cforms_captcha4, #cforms_captcha3, #cforms_captcha2, #cforms_captcha
{
	width: 196px;
	vertical-align: top;
}
IMG.captcha
{
	vertical-align: top;
	margin: 0 0 8px 10px !important;
	padding: 0 !important;
	border: none !important;
	float: none !important;
}
IMG.captcha-reset
{
	vertical-align: top;
	background: url(captcha_reset_silver.gif) no-repeat;
	margin: 0 0 10px 3px;
	width: 21px;
	height: 21px;
	border: none !important;
}
IMG.imgcalendar
{
	border: none !important;
}
/*
change formatting of response msgs here
*/
DIV.cf_info
{
	color: #333;
	display: none;
	padding: 10px 15px !important;
	width: 420px;
	line-height: 1.3em;
	margin: 10px auto;
	font-family: monospace;
}
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: #7C292C !important;
	text-decoration: underline !important;
}
DIV.success
{
	background: #F9F9F9 none repeat scroll 0%;
	color: #AAAAAA;
	display: block;
}
DIV.failure
{
	display: block;
	background: #FFDFDF url(li-err-bg.png) repeat !important;
}
DIV.waiting
{
	background: #F9F9F9;
	color: #AAAAAA;
	display: block;
}
/*
formatting for invalid user inputs
*/
.cform .cf_error
{
	color: #AD2929;
}
DIV.mailerr
{
	display: block;
}
.mailerr, .cform .cf_errortxt
{
	color: #AD2929;
}
/*
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;
	height: 24px;
	margin-left: 2px;
}
/*
Other: link love
*/
.linklove
{
	width: 410px;
	margin: 0 auto 10px !important;
	padding: 0 !important;
	text-align: center !important;
}
.linklove A, .linklove A:visited
{
	font-size: 0.8em;
	font-family: Tahoma;
	color: #AAAAAA !important;
}
/*
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-top: 1px !important;
}
*+HTML IMG.captcha
{
	margin-top: 1px !important;
}
