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

.cform { 
	margin:10px auto 50px; 
	width: 500px; 
}

.cform fieldset	{ margin-top:10px; padding:5px 0 15px; background:#fff; border: solid 1px #e4debf; }

.cform .forms-sm-header {
	font-weight:bold;
	text-align:left !important;
	border-top:1px solid #f0f0f0;
	padding:10px 10px 4px 0 !important;
}
.cform .forms-sm-line {
	font-weight:normal;
	text-align:left !important;
	padding:0px 15px 0 15px !important;
}

.cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { color: #a48e4d; font-size: 16px; font-weight: normal; font-style: normal; font-variant: normal; line-height: normal; margin-left:10px; padding: 0 2px; }

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; text-align:left; clear: left; }


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0; 
	text-align:left;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label { width:130px; margin:2px 10px 0 0; text-align:right; vertical-align:top; float: left; }
.cform label span { font-size: 11px; font-weight: normal; width:130px; /* 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:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

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

.cform input,
.cform textarea,
.cform select { color: #5b5648; font-size: 11px; font-family: verdana; padding:1px 3px; background: #f7f5f0; border: solid 1px #888888; }
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#e4debf; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#fffdef; 
}

.cform textarea,
.cform input {
	width:180px; 
}
.cform select {
	width:188px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea { height: 75px; overflow:auto; }

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

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


/*                                                    */
/*   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;
}
.cform input.sendbutton	{ width:175px; padding:2px; margin: 10px 0 0 310px; background:url(../images/button-bg.gif) repeat-x; border-color: #ececec #adadad #adadad #ececec !important; border-style: solid !important; border-width: 1px !important; }


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

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


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

label.seccap {
	margin-top: 6px;
}
label.secq,
label.secq span {
	margin-top: 2px;
	width:194px;
}
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;
	padding:0;
	border:none;
}


/*                                                    */
/* 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: 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 legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}

* html .cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

* 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;
}

.linklove{
 display: none;
}
