/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import url(../../cforms/styling/calendar.css);

.cform { 
	margin:auto .3em; 
	padding: .3em;
	border: .1em solid #CCCCFF; 
}

.cform fieldset	{ 
	margin-top:1em; 
	padding:.5em; 
}
.cf_hidden {
	display: none;
	}

.cform legend { 
	margin-top:.6em;
	font:bolder 1em Futura, Helvetica, Arial, san-serif;
	color:#990000;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
	list-style-type: none;
}

ol.cf-ol li	{
	margin:.5em 0!important;
	padding:0; 
	list-style-type:none!important; 
	text-align:left;
	line-height:1.3em;
}


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

.cform label {
	width:15%; 
	margin:.23m 1em 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:10%; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:.4em 1em 0 0; 
}

label.cf-after 	{
	margin:.4em 1.5em 0 .6em;
	text-align:left;
	width:20%;
}

label.cf-after span {
	width:20%;
	display:block;
}

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

.cform input,
.cform textarea,
.cform select { 
	width: 50%;
	padding:.1em .3em;
	border: .1em solid #006699; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CCCCFF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	border: .3em; 
}

.cform select {
	padding:2px 0;
}  

.cform textarea {
	font-family: Monaco, "courier new", courier, monospace;
	font-size: 0.9em;
	overflow:auto;
}

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

span.reqtxt,
span.emailreqtxt { 
	margin:0 .5em 0 .2em;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin-top: 1em;
	float: right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:auto;  
	padding:.1em; 
	font-size:0.8em;
	background-color: #006699;
	font: italic .7em Futura, Helvetica, Arial, san-serif;
	color: white;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(../../cforms/styling/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 {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(../../cforms/styling/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-top:.6em;
}

input.secinput {
	vertical-align:text-bottom;
}

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

div.cf_info {
	color:#006699;
	display:none;
	padding:10px 15px!important;
	width:auto;
	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:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	color:#006699;
	font-family: Futura, Helvetica, Arial, san-serif;
	font-style: italic;
	text-align: center;
	display:block;
}
div.failure {
	color: #990000
	font-family: Futura, Helvetica, Arial, san-serif;
	font-style: italic;
	text-align: center;
	display:block;
}
div.waiting {
	color: #AAAAAA;
	font-family: Futura, Helvetica, Arial, san-serif;
	font-style: italic;
	text-align: center;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:.1em solid red; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	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;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
	clear: both;
	display: none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

