/**********************************

Name: cmxform Styles
Author: Nick Rigby 

***********************************/
/**********************************

Use: cmxform template
Author: Nick Rigby

***********************************/

form.cmxform fieldset { 
	padding: 10px 0px 0 0;
	margin-bottom: 5px; 
	background-color: #FCFFCC;
	/*background:url(fieldsetbg.gif)*/
}
	
form.cmxform legend {
	padding: 0 2px 0 0.5em;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	height:42px;
	}

	
form.cmxform fieldset ol {
	margin: 0px;
	padding: 0px;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
	
form.cmxform  input{
	width:450px;
	position: relative;
	left: 2px;	
	}	
	
form.cmxform  textarea{
	width:450px;
	position: relative;
	left: 2px;
	margin-bottom: 15px;
	}
	

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 250px; } /* Width of labels */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform {
	width: 740px;
	font-size: 1.1em;
	color: #333;
	text-align:left;
	}


form.cmxform select { 
position: relative; 
left: 2px;
margin: 0 0 0 0em;  
padding: 0;
}

form.cmxform ol.radio{ 
position: relative; 
left: 230px;
top: -1.5em;  
}

form.cmxform  input.radio {  
position: relative;
height:15px;
width: 20px;  
position: relative;
left: 0px;
top: 1px;
}
	
form.cmxform  label.radio {  
position: relative;
top: -0.85em;  
left: 10px;
height:24px;
width: 350px; 
}

form.cmxform ol.checkbox{ 
position: relative; 
left: 230px;
top: -1.5em;  
}

form.cmxform  input.checkbox {  
position: relative;
height:15px;
width: 20px;  
position: relative;
left: 0px;
top: 1px;
}
	
form.cmxform  label.checkbox {  
position: relative;
top: -0.85em;  
left: 10px;
height:24px;
width: 350px; 
}	

/* submit section */
#submitbutton {
height:60px;
}

#submitbutton input {
position:absolute;
left:440px;
width:120px;
height:30px;
}
