@import url(calendar.css);
/*
main 'top-level' form elements
*/
.cform
{
	margin: 10px auto 0;
	width: 330px;
}
.cform FIELDSET
{
	margin-top: 10px;
	padding: 10px 0;
	border: 1px solid #ADADAD;
	border-left-color: #ECECEC;
	border-top-color: #ECECEC;
	background: #F7F7F7;
}
.cform .cf_hidden
{
	display: none;
	border: none !important; /*[e]none*/
	background: none !important; /*[e]none*/
	padding: 0 !important; /*[e]0*/
	margin: 0 !important; /*[e]0*/
}
.cform LEGEND
{
	margin-left: 10px;
	padding: 0 2px;
	font: normal 20px Arial;
	color: #666666;
}
OL.cf-ol
{
	margin: 0 !important; /*[e]0*/
	padding: 0 !important; /*[e]0*/
}
OL.cf-ol LI
{
	background: none !important; /*[e]none*/
	margin: 0 10px !important; /*[e]0 10px*/
/*some themes may interfere otherwise*/
	padding: 0;
	list-style: none !important; /*[e]none*/
	text-align: left;
	line-height: 1.3em;
}
/*
just for text-only fields (no input)
*/
OL.cf-ol LI.textonly
{
	letter-spacing: 2px;
	margin: 6px 0pt !important; /*[e]6px 0pt*/
	padding: 3px 0;
	text-align: center;
}
/*
global definitions for field labels
*/
.cform LABEL
{
	width: 210px;
	margin: 0px 10px 0 0;
	text-align: left;
	font-size: 10px;
	display: block;
	color: #464A69;
	background: #F7F7F7;
	padding: 2px;
}
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 0 0 4px;
	width: 115px;
	text-align: left;
}
LABEL.cf-after SPAN
{
	width: 115px;
	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;
	padding: 3px;
	background: #EFEBEB;
	border: none;
	border-top: 1px solid #F0F0F0;
	vertical-align: top;
}
.cform INPUT:hover, .cform TEXTAREA:hover, .cform SELECT:hover
{
	background: #CEDDDF;
}
.cform INPUT:focus, .cform TEXTAREA:focus, .cform SELECT:focus
{
	background: #F3F8F8;
}
.cform TEXTAREA, .cform INPUT
{
	width: 300px;
}
.cform SELECT
{
	width: 421px;
/*attempt to have equal length*/
}
.cform SELECT.cfselectmulti
{
	height: 6.5em;
}
.cform TEXTAREA
{
	font-family: arial;
	font-size: 0.9em;
	height: 6em;
	overflow: auto;
}
.cform INPUT.cf_date
{
	width: 395px;
}
/*
radio button title
*/
OL.cf-ol LI.cf-box-title
{
	letter-spacing: 2px;
	margin: 12px 0pt 4px 10px !important; /*[e]12px 0pt 4px 10px*/
	font-size: 10px;
	color: #888888;
}
/*
check boxes
*/
INPUT.cf-box-a, INPUT.cf-box-b
{
	margin: 3px 0 0;
	width: 16px;
	height: 22px;
	border: none !important; /*[e]none*/
	background: none !important; /*[e]none*/
}
/*
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: 300px;
	font-size: 9px;
	vertical-align: top;
	color: #888888;
	text-align: right;
	margin: 0;
	height: 13px;
	line-height: 13px;
}
.cform TEXTAREA.fldemail, .cform TEXTAREA.fldrequired, .cform INPUT.fldemail, .cform INPUT.fldrequired
{
	margin: 0;
}
/*
FORM submit button
*/
P.cf-sb
{
	padding: 0 !important; /*[e]0*/
	margin: 0;
	text-align: right;
}
.cform INPUT.sendbutton
{
	width: 150px;
	padding: 5px;
	margin: 5px 3px 4px 0pt;
	font-size: 0.8em;
	background: url(../images/button-bg.gif) repeat-x;
	border: 1px solid #ADADAD !important; /*[e]1px solid #ADADAD*/
	border-left-color: #ECECEC !important; /*[e]#ECECEC*/
	border-top-color: #ECECEC !important; /*[e]#ECECEC*/
}
/*
FORM FIELDS enhanced error display
*/
OL.cf-ol LI.cf_li_err
{
	background: #FFDFDF url(li-err-bg.png) repeat !important; /*[e]#FFDFDF url(li-err-bg.png) repeat*/
	border-color: #DF7D7D;
	border-style: solid;
	border-width: 1px 0pt;
	padding: 5px 10px !important; /*[e]5px 10px*/
	margin: 5px 0 !important; /*[e]5px 0*/
}
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; /*[e]url(icon-alert.png) no-repeat left 1px*/
	list-style: none !important; /*[e]none*/
	font-weight: bold;
	text-indent: 0;
	margin: 0 0 2px !important; /*[e]0 0 2px*/
	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; /*[e]block*/
	width: auto;
}
INPUT.secinput
{
	vertical-align: text-bottom;
}
#cforms_captcha6, #cforms_captcha5, #cforms_captcha4, #cforms_captcha3, #cforms_captcha2, #cforms_captcha
{
	height: 15px;
	width: 196px;
	padding: 4px;
	margin: 0 0 8px;
	vertical-align: text-bottom;
}
IMG.captcha
{
	vertical-align: text-bottom;
	margin: 0 0 8px 10px !important; /*[e]0 0 8px 10px*/
	padding: 0 !important; /*[e]0*/
	border: none !important; /*[e]none*/
	float: none !important; /*[e]none*/
}
IMG.captcha-reset
{
	vertical-align: text-bottom;
	background: url(captcha_reset_grey.gif) no-repeat;
	margin: 0 0 10px 3px;
	width: 21px;
	height: 21px;
	border: none !important; /*[e]none*/
}
IMG.imgcalendar
{
	border: none !important; /*[e]none*/
}
/*
change formatting of response msgs here
*/
DIV.cf_info
{
	color: #333;
	display: none;
	padding: 10px 15px !important; /*[e]10px 15px*/
	width: 320px;
	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: red !important; /*[e]red*/
	text-decoration: underline !important; /*[e]underline*/
}
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; /*[e]#FFDFDF url(li-err-bg.png) repeat*/
	border-color: #DF7D7D;
	border-style: solid;
	border-width: 1px 0pt;
}
DIV.waiting
{
	background: #F9F9F9 none repeat scroll 0%;
	color: #AAAAAA;
	display: block;
}
/*
formatting for invalid user inputs
*/
.cform .cf_error
{
	color: #AD2929;
	border: 1px solid #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; /*[e]#DDDDDD*/
	background: none !important; /*[e]none*/
}
.disabled
{
	border-color: #DDDDDD !important; /*[e]#DDDDDD*/
}
/*
upload box styling
*/
.cform INPUT.cf_upload
{
	width: 220px;
	background: #F9F9F9;
	border: 1px solid #888888;
}
/*
Other: link love
*/
.linklove
{
	width: 280px;
	margin: 0 auto 10px !important; /*[e]0 auto 10px*/
	padding: 0 !important; /*[e]0*/
	text-align: center !important; /*[e]center*/
	text-indent: -9999px;
}
.linklove A, .linklove A:visited
{
	font-size: 0.8em;
	font-family: Tahoma;
	color: #AAAAAA !important; /*[e]#AAAAAA*/
}
/*
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; /*[e]9px*/
}
*+HTML IMG.captcha
{
	margin-bottom: 9px !important; /*[e]9px*/
}

