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


                                             */
											 

#content .post h2 {
	font-family: Trebuchet MS;
}					 

.cform { 
	margin:10px auto 0 auto; 
	width: 430px; 
	font-family: Trebuchet MS;
	font-size: 0.80em;
	color: #000;
}

.cf_hidden {
	display: none;
	visibilty: hidden;
}

ol.cf-ol { 
	margin: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;
}


/*                                                    */
/* 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:80px; 
	margin:2px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
	color: #000;
	font-size: 0.95em;
}
.cform label span {
	width:80px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:0 10px 0 0; 
}

label.cf-after 	{
	margin:0 0 0 6px;
	width:200px;
	text-align:left;
}

label.cf-after span {
	width:200px;
	display:block;
}

label.cf-group-after {
	margin:0 0 0 2px;
	width:80px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:1px 3px;
    border: 1px solid #444;
	background: none;
	color:#000;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	 border: 1px solid #444;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	 border: 1px solid #000; 
	 background: #FFF;
}

.cform textarea,
.cform input {
	width:250px; 
}


.cform textarea {
	font-family: arial;
	font-size: 1em;
	overflow:auto;
}

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

span.reqtxt,
span.emailreqtxt { 
	margin:3px 5px 0 5px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
	color: #000;
}


/*                                                    */
/*   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:2px 0 0 0; 
	width:16px; 
	border:none; 
}

input.cf-box-a 	{ 
	margin-left:100px; /* 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;
	background: transparent;
	
}
.cform input.sendbutton	{ 
	width:250px;  
	padding:2px; 
	margin: 10px 0 0 89px;
	font-size:0.8em;
	color: #444;
	font-size: 1em;
	background: transparent; 
	border:1px solid #444!important;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error, 		
.cform .errortxt,
.mailerr,
p.failure   	{ 
	font-family: "Trebuchet MS";
	border:1px solid #FF0000!important; 
	padding:1px 3px;
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}
label.secq,
label.secq span {
	display:inline;
	width:auto;
}
label.secq {
	margin-left:20px;
	vertical-align:middle;
}

input.secinput {
	width:45px;
	margin: 3px 0 0 10px;
	vertical-align:middle;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
		height:1.9em;
line-height: 0.8em;
	width:80px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:top;
	}

img.captcha	{
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	background:	url(/wp-content/plugins/contactforms/images/captcha_reset_red.jpg) no-repeat;
	margin-left:3px;
	width:21px;
	height:21px;
	border: none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.info 		{
	margin:10px 0;
	text-align:center;
	font-family: "Trebuchet MS";
}
p.success 	{
	color:green;
	font-family: "Trebuchet MS";
}


/*                                                    */
/* 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;
	visibility: hidden;
	margin:0 0 10px 0!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  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;
	display: none;
	visibilty: hidden;
}

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
	display: none;
	visibilty: hidden;
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html input.cf-box-a,
*+html input.cf-box-b { 
	margin-top:0;
}
* html input.cf-box-a,
* html input.cf-box-b { 
	margin-top:0;
}

