/*                                                    */

/*  main 'top-level' form elements                    */

/*                                                    */



.cform { 

	margin:10px auto 0 auto; 

	width: 420px; 

}



.cform fieldset	{ 

	margin-top:40px; 

	padding:5px 0 5px 0; 

	border:none;

}



.cform fieldset.cf_hidden { 

	border:none!important;

	background:none!important;

	padding:0!important;

	margin:0!important;

}



.cform legend { 

	margin-left:10px;

	padding: 0 0 10px 0; 

	font: bold 11px Verdana; 

	color: #666;

}



ol.cf-ol { 

	margin:0; 

	padding:0; 

}

ol.cf-ol li	{ 

	margin:10px 0!important; /*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:8px 0 10px 0; 

	text-align: left;

	font-size: 11px;
	
	line-height: 21px;

	color:#888;

}





/*                                                    */

/* global definitions for field labels                */

/*                                                    */



.cform label {

	width:150px; 

	margin:2px 10px 0 0; 

	display:-moz-inline-box; /*for mozilla*/

	display:inline-block; /*for Opera & IE*/

	text-align:left;

	vertical-align:top;

	color: #666;

}

.cform label span {

	width:150px; /* must be the same as above!*/

	display:block; 
	
	line-height: 16px;

}



label.cf-before {

	margin:0 10px 0px 0; 

}

label.cf-before span {

	width: 350px;
	
}


label.cf-after 	{

	margin:0 0 0 20px;

	width:250px;

	text-align:left;

}



label.cf-after span {

	width:255px;

	display:block;

}



label.cf-group-after {

	margin:0 0 0 2px;

	width:60px;

	text-align:left;

}

label.cf-group-after span {

	width:60px;

	display:block;

	margin-top:3px;

	line-height:1.1em;

}



/*                                                    */

/*   FORM FIELDS general formatting                   */

/*                                                    */



.cform input,

.cform textarea,

.cform select { 

	padding:2px 3px;

	border: 1px solid #888; 
	
	font: 11px Verdana, Helvetica, Arial, sans-serif;

	color:#888;

	/* background:#ffffff url(../images/field-bg-top.gif) repeat-x top left; */

}


.cform input:hover,

.cform textarea:hover,

.cform select:hover	{

	border: 1px solid #333;

	/* background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; */

}



.cform input:focus,

.cform textarea:focus,

.cform select:focus	{ 

	color:#666;
	
	padding:2px 3px;

	border: 1px solid #7fc241; 

	/* background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; */

}



.cform textarea,

.cform input {

	width:250px; 

}

.cform select {

	width:258px; /* attempt to have equal length */

}  



.cform select.cfselectmulti	{ 

	height:7.5em; 

}



.cform textarea {

	overflow:auto;

}



/*                                                    */

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

/*                                                    */



span.reqtxt,

span.emailreqtxt { 

	margin:0px 5px 7px 158px;

	display: block; 

	vertical-align:top;

	color: #aaa;

	font-size: 9px;

	line-height:1.2em;

}





/*                                                    */

/*   radio button title                               */

/*                                                    */



ol.cf-ol li.cf-box-title {

	padding-left:100px; /* check with label 'width' incl. */

}



/*                                                    */

/*   check boxes                                      */

/*                                                    */



input.cf-box-a,

input.cf-box-b 	{ 

	margin:1px 0 0 404px; 
	
	position: relative;

	width:16px; 

	border:none!important;

	background:none!important;

}



input.cf-box-a 	{ 

	margin-left:125px; /* check with label 'width' incl. */

} 





/*                                                    */

/* check box groups                                   */

/*                                                    */



ol.cf-ol li.cf-box-group {

	padding: 0 0 5px 100px; 

} 





/*                                                    */

/*   FORM submit button                               */

/*                                                    */



p.cf-sb {

	margin: 0;

	text-align:left;

}


.cform input.sendbutton {
	background: #7fc241 url(http://www.quicksmartbaby.com/wp-content/themes/quicksmart/images/button_bg.gif) left top repeat-x;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #030;
	width: 100px;
	height: 30px;
	padding: 6px 8px 9px 8px;
	border: #7fc241 solid 1px;
	margin: 10px 0 0 0;
	text-decoration: none;
	cursor: pointer;
}


.cform input.sendbutton:hover {
	background: #7fc241 url(http://www.quicksmartbaby.com/wp-content/themes/quicksmart/images/button_bg.gif) left -35px repeat-x;
}





/*                                                    */

/*   formatting for invalid user inputs               */

/*                                                    */



.cform .error 		{ color:red!important; border:1px solid #FF0000!important; padding:2px 3px; }

.cform .errortxt,

.mailerr	    	{ color:red!important; }





/*                                                    */

/* 'visitor verification' related styles              */

/*                                                    */



label.seccap {

	margin-top: 6px;

}

label.secq,

label.secq span {

	margin-top: 2px;

	width:174px;

}

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:50px;

	padding: 4px 4px;

	margin: 0;

}



img.captcha	{

	margin:0 0 0 10px!important;

	padding:0!important;

	border:none!important;

}





/*                                                    */

/* change formatting of response msgs here            */

/*                                                    */



p.info 		{

	margin:10px 0;

	text-align:center;

}

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 {

display: none;

}

.linklove a,

.linklove a:visited {
}



/*                                                    */

/*  Other: browser hacks                              */

/*                                                    */

* html span.reqtxt,

* html span.emailreqtxt { 

	display: inline-block;

}

* 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: -8px; 

	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 {

	margin-top:0px;

	background:none;

}

* html input.cf-box-a,

* html input.cf-box-b { 

	height:1.2em;

	margin-top:0px;

	background:none;

}

*+html label.cf-after 	{

	margin-top:2px;

}



