/**********************************

Use: cmxform template
Author: Nick Rigby

***********************************/

div.warn {
	background: url(/images/warn.gif) no-repeat; 
	color: #990000;
	margin-bottom: 10px;
	padding: 3px 3px 3px 36px;	
	font-size: 14px;
	font-weight: bold;
	height: 31px;
}
div.success {
	background: url(/images/success.gif) no-repeat; 
	color: green;
	margin-bottom: 10px;
	padding: 3px 3px 3px 36px;	
	font-size: 14px;
	font-weight: bold;
	height: 31px;
}

input.button {
	background: #ccc;
	border: 1px solid #999;
	padding: 3px 10px;
}

#form_row {
padding-top: 10px;
float: left;
width: 800px;
}
#form_label {
float: left;
width: 230px;
font-size: .8em;
}
#form_content {
float: left;
width: 570px;
font-size: .8em;
}

.cmxform fieldset { 

	margin-bottom: 10px; 
	border: none;
	border-top: 1px solid #C9DCA6;
	/*font: normal .8em "Lucida Grande", Helvetica, Verdana, Arial;*/
}
	
.cmxform legend {
	padding: 10 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	padding-right: 10px;
		}
	
.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
.cmxform fieldset li {
	list-style: none;
	padding: 5px 0px 5px 5px;
	margin: 0;

	}
	
.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	background: none;
	}
	
	
	
	
	
.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	
	}

.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

.cmxform label { width: 220px; } /* Width of labels */
.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ .cmxform legend { display: inline-block; } /* IE Mac legend fix */