﻿/**********************************

Name: cmxform Styles
Author: Nick Rigby 

***********************************/
body {
	font: normal 62.5% Verdana, Helvetica, Verdana, Arial;
	}
	
	
p { margin: 10px 0; }
	
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	
form.cmxform {

	width: 100%;
	font-size: 1.1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	background: url(images/fieldBG.gif) right bottom repeat-x;
	padding-bottom:22px;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 10px;
	background: url(images/cmxform-divider.gif) left top no-repeat;
	}:
	
	/**********************************

Use: cmxform template
Author: Nick Rigby

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

form.cmxform fieldset { margin: 0px; padding: 0px; background-color:#0099CC;}
	
.legend {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#f3f9fd;
	font-size:12px;
	color:#606f79;
	display:inline-block;
	width:100%;
	padding:4px;
	margin:0px;
	text-transform:uppercase;
	border-top: solid 8px #FFF;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	margin-bottom:10px;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	font-size:0.7em;
	}

form.cmxform label { width: 120px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

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