/**********************************

Name: cmxform Styles
Author: Nick Rigby 

***********************************/

form.cmxform {
	width: 370px;
	font-size: 1.1em;
	color: #333;
	}
.admin_whatWeDo form.cmxform {
	color: #fff;
	}
	
form.cmxform legend { 
	font-size: 1.2em;
	line-height: 1.8em ;
	color: #3b3b3b;	
	font-weight: bold;

 }
	
form.cmxform legend,
form.cmxform label { 
	color: #333; 
	line-height: 1.8em ;
	margin: 0 0 5px 0;
	vertical-align: middle;	
}
form.cmxform fieldset ul li label { 
	line-height: 1.8em ;
	float:left;
	min-width: 130px;
	text-transform: uppercase;
	width: 130px;
}
form.cmxform fieldset ul li label.white { 
	color:#fff;
	line-height: 1.8em ;
	float:left;
	min-width: 130px;
	text-transform: uppercase;
	width: 130px;
}
form.cmxform fieldset ul li table tr td label { 
	float: none;
	line-height: 1em ;
	margin-top: 5px;
	text-transform: uppercase;
	width: 170px;	
}
form.cmxform fieldset ul li table tr td label.noCaps { 
	float: none;
	line-height: 1em ;
	margin-top: 5px;
	text-transform:none;
	width: 170px;	
}
form.cmxform fieldset ul li table tr td input { 
	float: none;
	line-height: 1em ;
	margin-top: -6px;
	text-transform: uppercase;
	vertical-align: top;
	width: 170px;	
}

label.white {
	color: #fff;
}
form.cmxform fieldset li input, form.cmxform fieldset li select, form.cmxform fieldset li checkbox {
	background-color: #fff;
	color: #3b3b3b;
	float:left;
	line-height: 1.8em ;
	font-size: 100%;
	font-family: inherit;
}

.admin_whatWeDo form.cmxform legend,
.admin_whatWeDo form.cmxform label { 

	color: #fff; 
	display: inline;
}

#contentMain form.cmxform fieldset {
	border: none;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	padding-bottom: 15px;
	}
#contentMain form fieldset.borderBottom {
	border: none;
	border-bottom: 1px solid #3b3b3b;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	margin-bottom: 15px;
	padding-bottom: 15px;
	}
#contentMain form.cmxform fieldset.borderBottom {
	border: none;
	border-bottom: 1px solid #3b3b3b;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	padding-bottom: 15px;
	}
.admin_whatWeDo #contentMain form.cmxform fieldset.borderBottom {
	border: none;
	border-bottom: 1px solid #fff;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	padding-bottom: 15px;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	clear: both;
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	}
	
.admin_whatWeDo form.cmxform select {
	margin-bottom: 0;
}



