/* CSS Document */

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;

	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-size:10px;
	}
	
form.cmxform span {
font-size:10px;
color:black;
}
	
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;
	color: #C086C0;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 200px; } /* 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 */


 
input {
 border:1px solid black;
 background-color:#EBC3F4;
 }
input[type=radio] {
 margin-right:10px;
 background-color:transparent;
 border:none;
 }
select, option {
 background-color:#EBC3F4;
 }
 
radio {
 background-color:#EBC3F4;
 }
 
textarea {
 border:1px solid black;
 background-color:#EBC3F4;
 }

 input[type=submit], input[type=reset] {
 border:2px outset #015A6C;
 font-weight:bold;
 cursor:pointer;
 }
input[type=submit]:hover, input[type=reset]:hover {
 border:2px outset white;
 background-color:white;
 }
input[type=submit]:active, input[type=reset]:active {
 border:2px inset #015A6C;
 background-color:#015A6C;
 color:black;
 } 

 *:focus {
 background-color:white;
 }


