		
.cform { 
	margin:25px auto 25px auto; 
	padding: 16px 16px 20px 16px;
	width:450px;
	clear:both;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

.cform fieldset	{ 
	margin:10px 0 0 0; 
	padding:10px 0 0 0; 
	border:none;
	background:white;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times; 
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0 8px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* 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 {
	margin:0; 
	text-align:left;
	font-size: 10px;
	display:block;
	color:#888888;
	padding:2px 4px 6px 2px;
	letter-spacing:2px;
	font-weight:bold;
	font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 5px 0 0; 
}

label.cf-before span{
	width:200px; 
	display:block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 3px 0 4px;
	width:115px;
	text-align:left;	
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 6px 0 4px;
	width:185px;
	text-align:left;
}
label.cf-group-after span {
	width:185px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 6px 0 6px 8px;
	border: none;
	font-size: 12px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	margin-bottom:3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	background:#F8F8F8;
	
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#ecf2f4; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:white; 
}

.cform textarea,
.cform input {
	width:440px;
}
.cform select {
	width:448px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height: 6em;
	overflow:auto;
}

.cform input.cf_date {
	width:418px;
}
