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

.cform { width: 100%; }

.cform fieldset	{ margin-top: 10px; padding: 5px 0 5px 0; border: none; }

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

.cform legend { 
	margin: 0;
	padding: 0; 
	font: normal 18px Helvetica; 
	color: #797979;
	letter-spacing: 3px;
}

ol.cf-ol { margin: 0!important; padding: 0!important; }
ol.cf-ol li { background: none!important; margin: 5px 0!important; /*some themes may interfere otherwise*/ padding: 0; list-style: none!important; text-align: left; line-height: 1.1em; }

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

ol.cf-ol li.textonly {
	color: #888888;
	font-size: 1em;
	letter-spacing: 2px;
	margin: 12px 0pt !important;
	padding: 0pt 0pt 0pt 100px;
}

/* global definitions for field labels */

.cform label {
	font-size: 11px;
	width: 90px; 
	margin: 4px 10px 3px 0; 
	display: -moz-inline-box; /*for mozilla*/
	display: inline-block; /*for Opera & IE*/
	text-align: left;
	vertical-align: top;
}

.cform label span {	width: 90px; /* must be the same as above!*/ display: block; }
label.cf-before { margin: 4px 10px 0 0; }
label.cf-after { margin: 4px 2px 0pt 6px; text-align: left; width: 75px; }

label.cf-after span { width: 75px;	display: block; }
label.cf-group-after { margin: 4px 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 { 
	padding: 2px;
	border: 1px solid #798689; 
	font-size: 11px Tahoma,Sans-serif;
	vertical-align: top;	
}

.cform textarea,
.cform input { width: 184px; }
.cform select.cfselectmulti { height: 7.5em; }
.cform textarea { font-size: 11px;	overflow: auto; }

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

span.reqtxt,
span.emailreqtxt { 
	margin-bottom: 7px;
	display: block; 
	vertical-align: top;
	font-size: 0.7em;
	line-height: 1.2em;
	float: right;
}

/* submit button */

p.cf-sb { margin-top: 0; padding: 5px 0 0 0; text-align: right; }

.cform input.sendbutton { float: right; font-family: 'Century Gothic'; font-size: 12px; color: #fff; display: block; text-decoration: none; width: 103px; height: 26px; text-align: center; padding: 0; background: transparent url('images/but-purple.gif') left top no-repeat; border: none; }
.cform input.sendbutton:hover { color: #fff; background: transparent url('images/but-purple.gif') left -26px no-repeat; }
.cform input.sendbutton:active { background: transparent url('images/but-purple.gif') left -52px no-repeat; }

/*  Other: browser hacks */

*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top: 0;
	margin-left: 0;
}
*+html .cform legend { 
	position: absolute; 
	left: -8px;
	top: 0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top: 15px;
	padding-top: 25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top: 15px;
	padding-top: 25px; 
}
* html img.captcha	{	margin-bottom: 1px!important; }
*+html img.captcha	{	margin-bottom: 1px!important; }

