/* CSS Document */
/*form.cmxform fieldset {
	margin-bottom: 0px;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200px;
}

form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	width: 0px;
}

form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	line-height: 1.8em;
	width: 100px;
}

form.cmxform fieldset fieldset {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform em {

  font-weight: bold;

  font-style: normal;

  color: #f00;

}

form.cmxform fieldset fieldset label {
	margin-left: 200px;
}*/

fieldset {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #6F3E13;
	background-repeat: repeat-x;
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
padding-bottom: 1em;
}
fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 7em;
}
label {  
display: block;
}

label {
	float: left;
	width: 6em;
	margin-right: 1em;
	text-align: right;
}

legend {
	margin-left: 2em;
	padding: 5;
	color: #000;
	font-weight: bold;
	margin-right: 2em;
}
