
form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 80%;
	font-family: inherit;
}
	
select { padding: 0; }

.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
	
	
/**********************************

Name: cmxform Styles

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

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	font-size:100%;
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	font-size:69%;
	margin:0 5px 0 0;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	text-align:right;
	font-weight:bold;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 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;
	font-size:80%;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	text-align:left;
	}

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

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

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

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

Name: cmxform Styles

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

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;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	}
	

.txtBox, .txtArea {
	border:1px solid #369;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:180px;
}
.failed {
	border-color:#c00;
}
.txtBox, .txtArea {
}
.txtBox {
}
.txtArea {
}
#content .button {
	border:1px solid #6385a8;
	background-color:#fff;
	font:bold 1em Arial, Helvetica, sans-serif;
	color:#000;
	padding:3px 20px;
	margin:0 0 0 135px;
}

li .error {
	font-size:69%;
	font-weight:normal;
	color:#f00;
	display:block;
	margin:0 0 0 123px;
}

/*-------------------------------------------------------------------------------*/
span.field {
	display:block;
	float:left;
	clear:left;
	font-size:70%;
}
span.dual {
	clear:none;
	width:49%;
}
span.labelExtraNote {
	display:block;
	font-weight:normal;
}

span span.error {
	display:block;
	color:#c00;
	font-weight:bold;
	margin:0 0 0 133px;
	padding:0;
}

fieldset.leftCol, fieldset.rightCol {
	float:left;
	width:49%;
}
fieldset.normal {
	clear:left;
}
fieldset.leftCol legend, fieldset.rightCol legend, fieldset.normal legend{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	font-weight:500;
}

span.field fieldset legend,
span.field label {
	width:130px;
	font-weight:bold;
	display:block;
	float:left;
	text-align:right;
	margin:0 2px 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

span.field fieldset {
	border:none;
}
span.field fieldset label {
	width:auto;
	margin:0 0 0 133px;
	float:none;
	text-align:left;
}
span.horiz fieldset {
}
span.horiz fieldset label {
	float:left;
	clear:none;
	margin:0;
	padding:2px 30px 2px 2px;
	display:inline;
}
