/* @override http://localhost:8888/aaronsite/wp-content/plugins/contactforms/styling/sidebar-layout.css */

/*                                                    */

/*  this theme is for slim(mer) forms                 */

/*                                                    */





/*                                                    */

/*  main 'top-level' form elements                    */

/*                                                    */





.linklove {

	opacity: 0;

	height:0px;

	margin-bottom:-15px;

}



input#sendbutton2.sendbutton {

	

}



.cform { 

	width: 300px;
	display: block;
	clear: left;
	margin-bottom: 0;
	margin-top: 0px;
	margin-left: 15px;
	padding-right: 35px;
}



.cform fieldset	{ 

	margin-bottom:15px;

	padding:5px 0 15px 0; 

	border:1px solid #adadad; 

	background: #f4f4f4; }



.cform fieldset.cf_hidden { 

	border:none!important;

	background:none!important;

	padding:0!important;

	margin:0!important;
	height: 2px;
}



.cform legend { 

	margin-left:10px;

	color: #5f5f5f;

	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}



ol.cf-ol { 

	margin:0; 

	padding:0; 

}

ol.cf-ol li	{ 

	margin: 7px 0; /*some themes may interfere otherwise*/

	padding:0; 

	list-style:none!important; 

	text-align:left;

}





/*                                                    */

/* just for text-only fields (no input)               */

/*                                                    */



ol.cf-ol li.textonly {

	padding:3px 0; 

	text-align:center;

}





/*                                                    */

/* global definitions for field labels                */

/*                                                    */



.cform label {

	width:170px; 

	margin:2px 10px 0 0; 

	display:-moz-inline-box; /*for mozilla*/

	display:inline-block; /*for Opera & IE*/

	text-align:left;

	vertical-align:top;

}

.cform label span {

	width:170px; /* must be the same as above!*/

	display:block;

	color: #5d5d5d;

	margin-bottom: 2px;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}



label.cf-before {

	width:50px;

	margin:0 10px 0 0; 

}

label.cf-before span {

	width:50px;

}



label.cf-after 	{

	margin:0 0 0 6px;

	width:100px;

	text-align:left;

}



label.cf-after span {

	width:100px;

	display:block;

}



label.cf-group-after {

	margin:0 0 0 2px;

	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: 1px 3px;

	background: #f9f9f9; 

	border: 1px solid #888888;
	height: 16px;
	text-align: left;
	vertical-align: middle;
	color: #656565;
}

.cform input:hover,

.cform textarea:hover,

.cform select:hover	{



}



.cform textarea,

.cform input {

	width: 291px;

	margin: 0;

	padding: 3px;

}

.cform select {

	width:158px; 

	float:right;/*attempt to have equal length */

}  



.cform select.cfselectmulti	{ 

	height:7.5em; 

}



.cform textarea {

	height:5em;

	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 {

	padding-left:10px; /* 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:10px; /* check with label 'width' incl. */

} 





/*                                                    */

/* check box groups                                   */

/*                                                    */



ol.cf-ol li.cf-box-group {

	padding: 0 0 5px 10px; 

} 





/*                                                    */

/*   FORM submit button                               */

/*                                                    */



p.cf-sb {

	margin: 0;
	height: auto;
}

.cform input.sendbutton	{  

	padding: 5px; 

	margin: 0px 0 20px 0px;

	font-size: 12px;

	background:url(../images/button-bg.gif) repeat-x; 

	border:1px solid #adadad!important;

	border-left-color:#ececec!important; 

	border-top-color:#ececec!important;

	color: #6f6f6f;
	width: auto;
	height: 24px;
	vertical-align: middle;
	text-align: center;
}





/*                                                    */

/*   formatting for invalid user inputs               */

/*                                                    */



.cform .error 		{ color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }

.cform .errortxt,

.mailerr	    	{ color:red!important; }





/*                                                    */

/* 'visitor verification' related styles              */

/*                                                    */



label.seccap {

	width:150px;

	margin-top: 6px;

}

label.secq,

label.secq span {

	margin-top: 2px;

	width:80px;

}

input.secinput {

	width:45px;

	margin: 3px 0 0 0;

	vertical-align:top;

}



#cforms_captcha5,

#cforms_captcha4,

#cforms_captcha3,

#cforms_captcha2,

#cforms_captcha {

	height:15px;

	width:30px;

	padding: 4px 4px;

	margin: 0;

}



img.captcha	{

	margin:0 0 0 2px!important;

	padding:0!important;

	border:none!important;

}





/*                                                    */

/* change formatting of response msgs here            */

/*                                                    */



p.info 		{

	text-align:center;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 0;

}

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: link love                                  */

/*                                                    */

.linklove {

	margin:0 0 -15px 0!important;

	padding:0!important;	

	text-align:center!important;;

}

.linklove a,

.linklove a:visited {

	font-size: 0.8em;

	font-family: Tahoma;

	color:#aaaaaa;

	height:0px;

	margin-bottom:-15px;

	opacity: 0;

}



/*                                                    */

/*  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;

}

*+html input.cf-box-a,

*+html input.cf-box-b,

* html input.cf-box-a,

* html input.cf-box-b { 

	margin-top:0;

}

