/*                                                    */
/*  this theme is for slim(mer) forms                 */
/*                                                    */


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
margin: 0px;
	padding: 10px;
		background-color: yellow;

}

.cform fieldset	{ 
border: none;
margin: 0px;
padding: 0px;
text-align: left;

	 }

.cform legend { 

display: none;
}

ol.cf-ol { 
	margin:0px; 
	padding:0; 
}
ol.cf-ol li	{!important; /*some themes may interfere otherwise*/
	margin-left: 0px;                                                   
	margin-bottom: 5px;                                                   
	margin-right: 0px;                                                   
	margin-top: 5px;                                                   
	padding:0; 
	list-style:none; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0; 
	text-align:left;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	background-color: #ef9021;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	width:90px; 
display: block;
	text-align:left;
	vertical-align:top;
padding-top: 1px;
padding-bottom: 1px;
font-size: 16px;
color:black;
}

.cform label span {
	width:90px; /* must be the same as above!*/
	display:block;
}

label.cf-before {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0px;
	margin-top: 0;
	width:50px; 
}
label.cf-before span {
	width:50px;
}

label.cf-after 	{
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	width:100px;
	text-align:left;
}

label.cf-after span {
	width:100px;
	display:block;
}

label.cf-group-after {
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	width:50px;
	text-align:left;
}
label.cf-group-after span {
	width:50px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	padding-left: 0px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-top: 1px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:300px; 
}
.cform select {
	width:250px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
}

.cform textarea {
height:300px:
	overflow:auto;
	display:block;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:none; 
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title { /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px; 
	border:none; 
}

input.cf-box-a 	{ 
	margin-left:0px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group { 
	padding-left: 0px; 
	padding-bottom: 5px; 
	padding-right: 0; 
	padding-top: 0; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
}
.cform input.sendbutton	{ 
	margin-bottom: 20px; 
	margin-top: 30px; 
	width:100px;  
	padding:2px;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error 		{ color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
.cform .errortxt    	{ color:red!important; }
.cform p{
margin: 0px;
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	width:150px;
	margin-top: 6px;
}
label.secq,
label.secq span {
	margin-top: 2px;
	width:80px;
}
input.secinput {
	width:150px;
	margin: 3px 0 0 0;
	vertical-align:top;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	padding-left: 0px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-top: 4px;
	height:15px;
	width:100px;
	margin: 0;
}

img.captcha	{
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding:0;
	border:none;
}


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.info 		{
	margin:10px 0;
	text-align:left;
}
p.success 	{
	color: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: browser hacks                              */
/*                                                    */
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-top:1px;
}
*+html input.cf-box-a,
*+html input.cf-box-b,
* html input.cf-box-a,
* html input.cf-box-b { 
	margin-top:0;
}

