/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform {
	margin:10px auto 0 auto;
	width: 420px;
}

.cform fieldset	{
	margin: 6px 0 24px 0;
	padding:5px;
	border:none;
	border-top: 1px dashed #006600;
/*	border-bottom: 1px dashed #006600;*/
}

.cform fieldset.cf_hidden {
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend {
	margin-left:10px;
	padding: 0 0 20px 0;
	font: bold 15px tahoma, aria, sans-serif; /*1em*/
	color: #006600;
}

ol.cf-ol {
	margin:0;
	padding:0;
}
ol.cf-ol li	{
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0;
	list-style:none!important;
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0;
	text-align:left;
	font-size: 11px; /*0.9em*/
/*	color:#000;*/
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px;
	margin:2px 10px 0 0;
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
/*	color: #000;*/
	font: 15px tahoma, arial, sans-serif; /*0.9em*/
}
.cform label span {
	width:90px; /* must be the same as above!*/
	display:block;
}

label.cf-before {
	margin:0 10px 0 0;
}

label.cf-after 	{
	margin:0 0 0 6px;
	width:220px;
	text-align:left;
}

label.cf-after span {
	width:220px;
	display:block;
}

label.cf-group-after {
	margin:0 0 0 2px;
	width:220px;
	text-align:left;
}
label.cf-group-after span {
	width:220px;
	display:block;
	margin-top:3px;
	line-height: 17px; /*1.1em*/
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	padding:1px 3px;
	border: 1px solid #aaa;
	font: 13px ahoma, arial, sans-serif; /*0.9em*/
	color:#000;
	background:#ffffff url(../images/field-bg-top.gif) repeat-x top left;

}
.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:#000;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left;
}

.cform textarea,
.cform input {
	width:250px;
}
.cform select {
	width:258px; /* attempt to have equal length */
}

.cform select.cfselectmulti	{
	height:7.5em;
}

.cform textarea {
	font-family: arial;
	font-size: 13px; /*0.9em*/
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {
	margin:0px 5px 7px 98px;
	display: block;
	vertical-align:top;
	color: #cc0000;
	font-size: 11px; /*0.8em*/
	line-height:1.2em;
	width: 80px;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
/*	padding-left:100px;*/ /* check with label 'width' incl. */
	font: 15px tahoma, arial,sans-serif; /*0.9em*/
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{
	margin:1px 0 0 0;
	width:16px;
	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 {
	padding: 0!important;
	margin: 0;
	text-align:left;
}
.cform input.sendbutton	{
	width:100px;
	padding:2px;
	margin: 0 0 0 105px;
	font-size: 11px; /*0.9em*/
	line-height: 15px;
	background:url(../images/button-bg.gif) repeat-x;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important;
	border-top-color:#ececec!important;
	color: #000;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error 		{ color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
.cform .errortxt,
.mailerr	    	{ color:red!important; }


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}
label.secq,
label.secq span {
	margin-top: 2px;
	width:174px;
}
input.secinput {
	width:45px;
	margin: 3px 0 0 0;
	vertical-align:top;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	background:	url(../images/captcha_reset_white.jpg) no-repeat;
	margin-left:3px;
	width:21px;
	height:21px;
}

img.imgcalendar {
	position:relative;
	top:4px;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color: #00ff00; /*green*/
}
p.failure 	{
	color:red;
}

/*                                                    */
/* 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  {
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:10px 0 10px 50px!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 span.reqtxt,
* html span.emailreqtxt {
	display: inline-block;
}
* html .cform fieldset.cf_hidden {
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

* html .cform legend {
	position:absolute;
	top: -10px;
	left: -8px;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px;
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html input.cf-box-a,
*+html input.cf-box-b {
	margin-top:0px;
	background:none;
}
* html input.cf-box-a,
* html input.cf-box-b {
	height:1.2em;
	margin-top:0px;
	background:none;
}
*+html label.cf-after 	{
	margin-top:2px;
}
#talktous_body .cform {
	margin: 0px;
	padding: 0px;
	width: 200px;
	letter-spacing: 0.08em;
}
#talktous_body .cform input, #talktous_body .cform textarea {
	width: 100px;
}
#talktous_body .cform textarea {
	height: 40px;
}
#talktous_body .cform label {
	width:50px;
	margin:2px 10px 0 0;
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #fff;
	font: bold 13px tahoma, arial, sans-serif; /*0.9em*/
}
#talktous_body .cform label span {
	width:50px; /* must be the same as above!*/
	display:block;
}
#talktous_body span.emailreqtxt, #talktous span.reqtxt {
	margin:0px 5px 7px 60px;
	color: #99cccc;
}
#talktous_body .cform input.sendbutton	{
	margin: 0 0 0 60px;
	width: 60px;
}

