@import url(calendar.css);
/*
main 'top-level' form elements
*/
.cform
{
	margin: 10px auto 0;
	width: 410px;
}
.cform FIELDSET
{
	margin-top: 30px;
	padding: 5px 0;
	border: none;
}
.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: 0;
	padding: 0;
	font: normal 18px Helvetica;
	color: #5C6D47;
	letter-spacing: 3px;
}
OL.cf-ol
{
	margin: 0 !important; /*[e]0*/
	padding: 15px 0 0 !important; /*[e]15px 0 0*/
	border-top: 1px solid #5C6D47;
}
OL.cf-ol LI
{
	background: none !important; /*[e]none*/
	margin: 5px 0 !important; /*[e]5px 0*/
/*some themes may interfere otherwise*/
	padding: 0;
	list-style: none !important; /*[e]none*/
	text-align: left;
	line-height: 1.1em;
}
/*
just for text-only fields (no input)
*/
OL.cf-ol LI.textonly
{
	color: #010101;
	font-size: 1em;
	letter-spacing: 2px;
	margin: 12px 0pt !important; /*[e]12px 0pt*/
	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: #010101;
	font: 1.2em "Trebuchet MS", sans-serif;
}
.cform LABEL SPAN
{
	width: 295px;
/*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: 129px;
	text-align: left;
}
LABEL.cf-group-after SPAN
{
	width: 115px;
	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: #2B2B2B;
	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: #2B2B2B;
	background: #FFFFFF url(../images/field-bg-bottom.gif) repeat-x bottom left;
}
.cform TEXTAREA, .cform INPUT
{
	width: 427px;
}
.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: 0px 5px 7px 1px;
	display: block;
	vertical-align: top;
	color: #AAA;
	font-size: 0.7em;
	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; /*[e]12px 0pt 0*/
	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; /*[e]none*/
	background: none !important; /*[e]none*/
}
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 3px 0pt 0pt !important; /*[e]0pt 3px 0pt 0pt*/
	text-align: right;
}
.cform INPUT.sendbutton
{
	width: 100px;
	padding: 2px;
	margin: 0 0 0 100px;
	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 0 !important; /*[e]5px 0*/
	margin: 5px 0 !important; /*[e]5px 0*/
}
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; /*[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.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; /*[e]0 0 0 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_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; /*[e]10px 15px*/
	width: 380px;
	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;
	color: #AAAAAA;
	display: block;
}
/*
formatting for invalid user inputs
*/
.cform .cf_error
{
	color: red;
	border: 1px solid #FF0000;
}
DIV.mailerr
{
	display: block;
}
.mailerr, .cform .cf_errortxt
{
	color: red;
}
/*
change formatting of response msgs here
*/
P.cf_info
{
	margin: 10px 0;
	text-align: center;
}
P.success
{
	color: green;
}
P.failure
{
	color: red;
}
/*
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
{
	margin: 6px auto 10px !important; /*[e]6px auto 10px*/
	padding: 0pt 6px 0pt 0pt !important; /*[e]0pt 6px 0pt 0pt*/
	text-align: right;
	width: 410px;
	display: none;
}
.linklove A, .linklove A:visited
{
	font-size: 0.8em;
	font-family: Tahoma;
	color: #AAAAAA !important; /*[e]#AAAAAA*/
}
/*
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; /*[e]1px*/
}
*+HTML IMG.captcha
{
	margin-bottom: 1px !important; /*[e]1px*/
}

