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

.cform {font-family:Arial,Helvetica,sans-serif; position:relative;}
.cform legend {}
.cform fieldset { display:none; }

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

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


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

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


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

.cform label {		
	/*display:-moz-inline-box;*/ /*for mozilla*/
	/*display:inline-block;*/ /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color:#00ccff;
	display:block;	
margin:16px 0 0;
font-size:15px;
}

.cform label span {	
}

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

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

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

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

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


.cform input[type="text"], .cform input[type="password"] {
 border:0;
 color:#827062;
 cursor:pointer;
 font-size:14px;
 padding:7px 10px;
 line-height:15px;
 overflow:auto;
 border:1px solid #E6E6E6;
 }
 
.cform textarea {
border:1px solid #E6E6E6;
color:#827062;
cursor:pointer;
font-size:14px;
letter-spacing:1px;
padding:7px 10px;
 }
 
.cform input[type="text"]:hover, .cform input[type="password"]:hover, .cform textarea:hover {
 border:1px solid #00CCFF;
 }
 
.cform input[type="text"]:focus, .cform input[type="password"]:focus, .cform textarea:focus {
 border:1px solid #00CCFF;
 }

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


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

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}


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

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
	color:#C00;
}

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

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 	
	border-color:#ECECEC #ADADAD #ADADAD #ECECEC !important;
	border-style:solid !important;
	border-width:1px !important;
	color:#FFFFFF;
	font-size:12px;
	margin:10px 0 0 5px;
	padding:5px;
	width:100px;
	background-color:#00ccff;
	text-transform:uppercase;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   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:1px 0pt;	
}

ol.cf-ol li.cf_li_err span{
color:#DF7D7D;
}`

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(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:'';
}

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

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;	
	line-height:1.3em;	
	margin-bottom:10px;		
	width:430px;
}
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, div.waiting {
	background:#00CCFF none repeat scroll 0 50%;
	color:#FFFFFF;
	display:block;
	font-size:15px;
	text-align:center;
}
div.failure {
	display:block;
	background-color:#DF7D7D !important;	
	color:#FFFFFF;
	font-size:15px;
	text-align:center;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {	display:none;}


