/* @override http://www.leadcompliance.com/wp/wp-content/plugins/contactforms/styling/sidebar-layout.css */
/*                                                    */
/*  this theme is for slim(mer) forms                 */
/*                                                    */


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 

}

#side-bar .cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; }

#side-bar .cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}


#side-bar ol.cf-ol { 
	margin:0; 
	padding:0; 
}
#side-bar ol.cf-ol li	{
	background:none!important; 
/*	margin:5px 10px!important;*/ /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
}
#side-bar ul.cf-ul li	{
	background:none!important; 
/*	margin:5px 10px!important;*/ /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

#side-bar ol.cf-ol li.textonly {
	padding:3px 0; 
	text-align:left;
font-size:11px;
}


/*                                                    */
/* 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;
}*/
#side-bar .cform label span {
	width:90px; /* must be the same as above!*/
	display:block;
}

#side-bar label.cf-before {
	width:50px;
	margin:0 10px 0 0; 
}
#side-bar label.cf-before span {
	width:50px;
}

#side-bar label.cf-after 	{
	margin:0 0 0 6px;
	width:100px;
	text-align:left;
}

#side-bar label.cf-after span {
	width:100px;
	display:block;
}

#side-bar label.cf-group-after {
	margin:0 0 0 2px;
	width:50px;
	text-align:left;
}
#side-bar label.cf-group-after span {
	width:50px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

#side-bar .cform input,
#side-bar .cform textarea,
#side-bar .cform select { 
	padding:1px 3px;
	background: #f9f9f9; 
/*	border: 1px solid #888888; */
}
#side-bar .cform input:hover,
#side-bar .cform textarea:hover,
#side-bar .cform select:hover	{
	background:#CEDDDF; 
}

#side-bar .cform input:focus,
#side-bar .cform textarea:focus,
#side-bar .cform select:focus	{ 
	background:#F3F8F8; 
}

#side-bar .cform textarea,
#side-bar .cform input {
	width:150px; 
}
#side-bar .cform select {
	width:158px; /* attempt to have equal length */
}  

#side-bar .cform select.cfselectmulti	{ 
	height:7.5em; 
}

#side-bar .cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height:5em;
	overflow:auto;
	display:block;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

#side-bar span.reqtxt,
#side-bar span.emailreqtxt { 
	display:none; 
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

#side-bar ol.cf-ol li.cf-box-title {
	padding-left:10px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

#side-bar input.cf-box-a,
#side-bar input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px; 
	border:none; 
}

#side-bar input.cf-box-a 	{ 
	margin-left:10px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

#side-bar ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 10px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

#side-bar p.cf-sb {
	padding: 0!important;
	margin: 0;
}
#side-bar .cform input.sendbutton	{ 
	background:url(http://www.leadcompliance.com/images/contact-submit.gif) no-repeat; 
	border:0;
	height:30px;
}
/*
.cform input.sendbutton	{ 
	width:100px;  
	padding:2px; 
	margin: 10px 0 0 80px;
	font-size:0.8em;
	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               */
/*                                                    */

#side-bar .cform .error 		{ color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
#side-bar .cform .errortxt,
.mailerr	    	{ color:red!important; }


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

#side-bar label.seccap {
	width:150px;
	margin-top: 6px;
}
#side-bar label.secq,
#side-bar label.secq span {
	margin-top: 2px;
	width:80px;
}
input.secinput {
	width:45px;
	margin: 3px 0 0 0;
	vertical-align:top;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:30px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:middle;
}

img.captcha	{
	vertical-align:middle;
	margin:0 0 0 2px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:middle;
	background:	url(../images/captcha_reset_grey.jpg) no-repeat;
	margin-left:3px;
	width:21px;
	height:21px;
}

img.imgcalendar {
	position:relative;
	top:4px;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

#side-bar p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
#side-bar p.success 	{
	color:green;
}
#side-bar 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 fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

* 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!important;
}
*+html input.cf-box-a,
*+html input.cf-box-b,
* html input.cf-box-a,
* html input.cf-box-b { 
	margin-top:0;
}




#side-bar .contact ol {
	margin: 4px 0 0 0; 
	padding: 0; 
	overflow: hidden;
	height: 100%; 
}
#side-bar .contact ol li {
	list-style: none; 
	float: left;
	width:100%; 
	margin: 3px 0 0 0;
}
#side-bar .contact ol li label span{
	float: left;
	width: 38px;
	line-height: 18px;
	padding: 0 9px 0 0;
	text-align: right;
}
#side-bar .contact ol li.checkbox {
	margin-top: 8px;
}
#side-bar .contact ol li.checkbox label {
	width: auto;
	text-align: left;
	padding: 0 13px 0 0; 
	line-height: normal;
}
#side-bar .contact ol li input {
	float: left; 
	padding: 2px 2px 0;
	border: none;
	width: 134px;
	background: #e3e9ee;
	height: 18px;
	font: 11px Arial, Helvetica, sans-serif;
}
#side-bar #cf_field_4,
#side-bar #cf_field_5 {
	width:20px;
}
#side-bar #li--4 {
	 float:left; display:inline;
	 width:100px;
	 margin:6px;
}
#side-bar #li--5 {
	width:80px;
	float:left; display:inline;
	margin:6px;
}
#side-bar #li--4 span, #side-bar #li--5 span {
		text-align:left;

}
#side-bar .contact ol li .check {
	float: left; 
	width: 14px;
	height: 14px;
	padding: 0; 
	margin: 0 4px 0 17px; 
}
#side-bar .contact .submit {
	width: 209px;
	margin-top: 8px;
}
#side-bar .contact .submit input {
	display:block; 
	margin: 0 auto; 
}
#side-bar .contact p {
	margin: 0;
	padding: 4px 17px 0 10px;
	text-align: center;
}
#side-bar .contact p a {
	text-decoration: underline; 
	color: #0e2444;
}






/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

#right-column .cform { 
	margin:10px auto 0 auto; 
	width: 450px; 
	float:left;
}

#right-column .cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; }

#right-column .cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

#right-column .cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px;
	font-weight:bold;
	color: #18317B;
}

#right-column ol.cf-ol { 
	margin:0; 
	padding:0; 
}
#right-column ol.cf-ol li	{
	background:none!important; 
	margin:8px 23px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

#right-column ol.cf-ol li.textonly {
	padding:3px 0; 
	text-align:left;
Font-size:11px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

#right-column .cform label {
	width:150px; 
	margin:2px 10px 0 0; 
	text-align:left;
	vertical-align:top;
	font-size: 12px;
	display:block;
	color:#333;
}
#right-column .cform label span {
}

#right-column label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0 5px 0 0; 
}

#right-column label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0 0 0 6px;
	width:200px;
	text-align:left;	
}

#right-column label.cf-after span {
	width:200px;
	display:block;
}

#right-column label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0 0 0 2px;
	width:60px;
	text-align:left;
}
#right-column label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

#right-column .cform input,
#right-column .cform textarea,
#right-column .cform select { 
	padding:1px 3px;
	background: #fbfbfb; 
	border:none;
	border-top: 1px solid #aaaaaa; 
	
}
#right-column .cform input.sendbutton2 {
	border:0;
}


#right-column .cform input:hover,
#right-column .cform textarea:hover,
#right-column .cform select:hover	{
	background:#CEDDDF; 
}

#right-column .cform input:focus,
#right-column .cform textarea:focus,
#right-column .cform select:focus	{ 
	background:#F3F8F8; 
}

#right-column .cform textarea,
#right-column .cform input {
	width:370px; 
}
#right-column .cform select {
	width:378px; /* attempt to have equal length */
}  

#right-column .cform select.cfselectmulti	{ 
	height:6.5em; 
}

#right-column .cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height: 6em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

#right-column span.reqtxt,
#right-column span.emailreqtxt { 
	display:block; /*for mozilla*/
	font-size:10px;
	vertical-align:top;
	color:red;
	text-align:right;
	margin-right:25px;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

#right-column ol.cf-ol li.cf-box-title {
	font-size:10px;
	color:#888888;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

#right-column input.cf-box-a,
#right-column input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px; 
	border:none; 
}

#right-column input.cf-box-a 	{ 
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

#right-column ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 0; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

#right-column p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:center;
}
#right-column .cform input.sendbutton	{ 
	background:url(http://www.leadcompliance.com/images/contact-submit.gif) no-repeat; 
	border:0;
	height:30px;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

#right-column .cform .error 		{ color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
#right-column .cform .errortxt,
#right-column .mailerr	    	{ color:red!important; }



/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

#right-column p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
#right-column p.success 	{
	color:green;
}
#right-column p.failure 	{
	color:red;
}

