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

Use: cmxform template
Author: Nick Rigby

***********************************/
.cmxform .dates li label { display:block; }
.cmxform .dates li input { float:left; }
.cmxform .dates li label { width:170px; margin-bottom:1em; }
.cmxform .dates li { clear:both; }

.cmxform fieldset { margin-bottom: 10px; margin-left:1em; background:#fff; border:1px solid silver; width:420px; }
.cmxform .submit { font-size:120%; }
	
.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
.cmxform label {
	width:150px;
	display: inline-block;
	vertical-align: top;
	}
	
.cmxform fieldset ol,.cmxform fieldset ul {
	margin: 0;
	padding: 0;
	}
	
.cmxform fieldset li {
	list-style: none;
        padding:.25em 0 .5em 1em;
	margin: 0;
	}
	
.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
.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;
	font-size:110%;
	color: #f00;
	padding-right:1em;
	}


/*\*//*/ .cmxform legend { display: inline-block; } /* IE Mac legend fix */

/*	=Forms
--------------------------------------*/
.text, textarea, select{
    font-size:1.1em;
    line-height:1.3em;
	padding:.2em;
	border:1px solid #c3c3c3;
    border-top-color:#7c7c7c;
    border-bottom-color:#ddd;
    background:#fff url(../img/bg/field.gif) repeat-x top;
}
textarea:focus, .text:focus { background-color: #ffffee; }
.submit, .submit:focus {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding:.1em 0.5em;
	margin:.5em;
}
.submit:active, .submit:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}