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

.cform { 
	margin:10px auto 0 auto; 
	width: 510px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:0px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#292929; }

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Arial; 
}

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

.validation-advice{
	text-align:left;
	padding:3px 0 0 190px;
	color:#E65826;
}


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

.cform label {
	width:170px; 
	margin:2px 15px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}
.cform label span {
	width:170px; /* must be the same as above!*/
	display:block; 
}

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

.cform input,
.cform textarea { 
	padding:1px 3px;
	background: #6F6F6F; 
	border: 0px;
	 
}
.cform input:hover,
.cform textarea:hover{
	background:#6F6F6F; 
}

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

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


.cform textarea {
	overflow:auto;
}


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
}
.cform input.sendbutton	{ 
	width:100px;
	height: 30px;  
	padding:2px; 
	margin: 10px 0 0 100px;
	font-size:12px;
	background: #292929; 
	border:0px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
	color:#fff;
}

/*                                                    */
/* '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_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

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


