/* main form elements */

.cform { margin:10px auto 0 auto; width: 950px; }
.cform fieldset	{ margin-top:10px; padding:5px 0 5px 0; border:none; }
.cform legend { margin:0; padding:0; font:normal 18px Helvetica; color: #666; }

ol { margin:0!important; padding:15px 0 0 0!important; border-top:1px solid #f2f2f2; }
ol li { margin:5px 0!important; padding:0; list-style:none!important; text-align:left; line-height:1.1em; }

/* field labels */

.cform label { width: 250px; margin:4px 10px 0 0; text-align:left; vertical-align:top; color: #999; font:14px Trebuchet MS,sans-serif; 
	display:-moz-inline-box; /*for mozilla*/ display:inline-block; /*for Opera & IE*/ }
.cform label span { width: 250px; /* must be the same as above!*/ display:block; }

.cf-before { margin:4px 10px 0 0; }
.cf-after { margin:4px 20px 0pt 2px; text-align:left; }

/* FORM FIELDS general formatting */

.cform input, 
.cform textarea, 
.cform select { padding:3px; border:1px solid #aaa; font:14px Trebuchet MS,sans-serif; color:#666;
	background:#ffffff url(../images/field-bg-top.gif) repeat-x top left; vertical-align:top; }
.cform input:hover, 
.cform textarea:hover, 
.cform select:hover	{
	border: 1px solid #FFCC00; background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; }
.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ color:#666; background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; }
.cform textarea,
.cform input { width:318px; }
.cform select { width:326px; } /* attempt to have equal length */  
.cform select.cfselectmulti	{ height:40px; }
.cform textarea { font-family: arial; font-size: 14px; overflow:auto; }

input.cf-box { margin:1px 0 0 0; width:16px; height:22px; border:none!important; background:none!important; }
ol li.cf-box-group { padding: 0 0 5px 10px; } 

/* FORM submit button */

p.sbutton { margin: 0; padding:0pt 3px 0pt 0pt !important; text-align:left; }
.cform input.sendbutton	{ 
	width:auto; padding:2px 1em; margin: 0; font-size:0.8em; background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important; border-left-color:#ececec!important; border-top-color:#ececec!important; }

/* Other: browser hacks */

*+html ol, *+html ol.cf-ol li	{ display: inline-block; }   /*for ie7*/
* html ol, * html ol.cf-ol li { 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; }

