/*                                                    */
/*  custom code on top the default style sheet        */
/*                                                    */
/*  ** if you want this to apply to a different       */
/*  ** form than to just the 2nd form change the '2'  */
/*  ** (or remove for your 1st, default form)         */

.cform fieldset.cf-fs1 {
	padding-bottom: 40px;
	border-bottom: 1px solid #d9d9d9;
}

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	margin: 0px auto 0 auto; 
	width: 500px;
}

.cform fieldset	{ 
	margin-top:0px; 
	padding:0 0 15px 0;
	background:white;
	border: 1px solid #fff;
}

.cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	display:none; 
}

ol.cf-ol { 
	margin:0 0 0 0; 
	padding:0; 
}
ol.cf-ol li	{ 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
}

ol.cf-ol li	{ 
	position: relative;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	color:#0066cc;
	font-size: 14px;
	font-weight: bold;
	width:200px; 
	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 {
	color:#0066cc;
	width:200px; /* must be the same as above!*/
	display:block;
}


/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */


.cform textarea,
.cform input {
	width:280px; 
}
.cform select {
	width:280px; /* attempt to have equal length */
}  

.cform textarea {
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt {
	display: none;
}


span.emailreqtxt {
	/*display: none;*/
	position: absolute;
	float: left;
	top: 295px;
	left: 0px;
	color:#0066cc;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding-bottom:13px;
}

.cform input.sendbutton	{ 
	color:white;
	border:0; 
	height:26px; 
	width:65px;
	padding:0 0 4px 0; 
	margin: 15px 0 6px 0px;
	font-size:0.9em;
	font-weight:bold;
	background: white url(../images/charitybloggers_search.gif) no-repeat;
	cursor: pointer;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error 		{ color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
.cform .errortxt    { color:red!important; }


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

.info {
	margin:10px 0;
	text-align:center;
}
.success {
	color:green;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px 0;
}
.failure {
	color:red;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px 0;
}


/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none;
}

/*                                                    */
/*  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 { 
	background:none;
	margin-top:0;
}
* html input.cf-box-a,
* html input.cf-box-b { 
	background:none;
	margin-top:0;
}

