/* CMX-Form ------------------------------*/

form.cmxform {
	width: 100%;
	}
	
form.cmxform legend { 
	padding: 0.5em 0.5em 0.6em 0; 
	font-size:0.9em;
	color:#830B15;
	font-weight:bold;
	}
	
form.cmxform label { 
	color: #000000; 
    width:5.5em;
	float:left;
	padding-top:0.5em;
	}

form.cmxform fieldset {
	border-top: 1px solid #830B15;
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding: 0.5em 0 0.5em 0;
	}
	
form.cmxform fieldset fieldset { 
	background: none; 
	}
	
#content .middle form.cmxform fieldset li {
	background-image:none;
	list-style:none;
	margin:0;
	padding:0;
	}
#content .middle form.cmxform fieldset li.validate {
	height:3.3em;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}

form.cmxform fieldset fieldset {
  border: none;
  margin: 0.3em 0 0;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: 20em;
}
form.cmxform em {
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 9em; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 9em; /* Width plus 3 (html space) */
}

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

form {
	margin: 0;
	padding: 0;
	}
	
input.feld, textarea {
	margin: 0;
	padding: 0.2em;
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	width:16em;
	border: 1px solid #666666;
	}
input.check {
	width: 1.5em;
	}
input.LV_invalid_field {	
	border: 1px solid red;
	margin-right:0.5em;
	}
input.LV_valid_field {	
	border: 1px solid #00CC00;
	margin-right:0.5em;
	}
.LV_invalid {
	color:red;
	}
.LV_valid {
	color:#00CC00;
	}
span.LV_validation_message {
	display:block;
	padding-left:9em;
	}


