/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "../../../plugins/cforms/styling/calendar.css";

.cform {
	margin: 20px 0;
}
.cform .cf_hidden {
	margin: 0!important;
	padding: 0!important;
	display: none; 
	background: none!important;
	border: none!important;
}
ol.cf-ol { 
	margin: 0!important; 
	padding: 0!important;
	list-style: none!important; 
}
ol.cf-ol li	{
	margin:0 0 20px!important;
	padding: 0; 
	text-align: left;
	line-height: 1.3em;
	background: none!important; 
}

ol.cf-ol li#li--1 {
	float: right;
	width: 336px;
	height: 186px;
}
ol.cf-ol li#li--2,
ol.cf-ol li#li--3,
ol.cf-ol li#li--4 {
	float: left;
	width: 266px;
}

/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	margin: 0 0 4px;
	padding: 0 0 0 10px;
	display: block;
	color: #163f65;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: top;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea { 
	padding: 6px 10px;
	color: #999;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff url('../images/bg-input.gif') no-repeat 100% 0;
	border: 1px solid #d9d1a3;
}
.cform input {
	width:244px; 
}
.cform textarea {
	width: 314px; 
	height: 170px;
	overflow: auto;
	margin: 0;
	color: #999;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

/*                                                    */
/*   check boxes                                      */
/*                                                    */

/*                                                    */
/*   check box groups                                   */
/*                                                    */

/*                                                    */
/*   formatting for text:  "(required)"  & other        */
/*                                                    */

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	clear: both;
	margin: 0 0 0 313px;
	padding: 0!important;
}
.cform input.sendbutton	{
	width: 92px;
	height: 34px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-indent: -999em;
	background: url(../images/btn-submit.png) no-repeat;
	border: none;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */

ol.cf-ol li.cf_li_err {
	position: relative;
}
ol.cf-ol li ul.cf_li_text_err {
	top: 0;
	right: 0;
	position: absolute;
	color: #163f65;
}
ol.cf-ol ul.cf_li_text_err li {
	margin: 0!important;
	padding: 0 0 0 17px;
	background: url(../../../plugins/cforms/styling/icon-alert.png) no-repeat left 6px!important;
	list-style: none!important;
	font-weight: bold;
	text-indent: 0;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	margin: 20px auto 10px;
	padding: 10px 15px!important;
	display: none;
	line-height: 1.2em;
}
div.cf_info ol {
	margin: 0;
	padding: 5px 15px 0 30px;
}
div.cf_info ol li {
	margin: 0;
	padding:0;
}
div.cf_info a	{
	color: #163f65!important;
	text-decoration: none!important;
}
div.success {
	display: block;
	color: #163f65;
	background:#e8e2c1;
}
div.failure {
	display: block;
	background: #e8e2c1!important;
	border: 1px solid #d9d1a3;
}
div.waiting {
	display: block;
	color: #163f65;
	background: #e8e2c1;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error { 
	color: #163f65; 
	border: 1px solid #163f65; 
}
.cform .cf_errortxt {
	color: #163f65; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

/*                                                    */
/* upload box styling                                 */
/*                                                    */

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove,
.linklove a,
.linklove a:visited {
	display: none;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
