/* CSS Document */
/**************************** form ***************************************/
.cmxform {
	width: 100%;
	}
	
.cmxform legend { 
	padding: 0.5em 0.5em 0.6em 0; 
	font-weight:bold;
	}
	
.cmxform label { 
    width:4.5em;
	float:left;
	font-weight:bold;
	}

.cmxform fieldset {
	border-top: none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding: 0.5em 0 0.5em 0;
	}
	
.cmxform fieldset fieldset { 
	background: none; 
	}
	
.cmxform fieldset li {
	background-image:none;
	list-style:none;
	margin:0;
	padding:0.3em 0 0.3em 0;
	}
.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}

.cmxform fieldset fieldset {
  border: none;
  margin: 0.3em 0 0;
}
.cmxform fieldset fieldset label {
  display: block;
  width: 20em;
}
.cmxform em {
  font-style: normal;
  color: #f00;
}
.cmxform label {
  width: 9em; /* Width of labels */
}
.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-family:Arial, Helvetica, sans-serif;
	width:16em;
	border: 1px solid #666666;
	}
textarea {
	font-size:0.98em;
	}
input.check {
	width: 1.2em;
	}
input.LV_invalid_field {	
	border: 1px solid red;
	margin-right:0.5em;
	}
input.LV_valid_field {	
	border: 1px solid #5EA832;
	margin-right:0.5em;
	}
.LV_invalid {
	color:red;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	}
.LV_valid {
	color:#5EA832;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	}
span.LV_validation_message {
	}
.error {
	color:#FF0000;
	}
div.privacy {
	font-size:0.65em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:1.0em;
	height:5.0em;
	overflow:auto;
	border: 1px solid #666666;
	padding:0.5em;
	width:23.8em;
	line-height:1.2em;
	margin-top:0.2em;
	float:left;
	}
input.arrow2 {
	display: block;
	height: 24px;
	padding-left: 43px;
	background: url(/assets/layout/arrow.gif) no-repeat 0px 0px;
	text-decoration: none;
	color:#8A8B8E;
	background-color:white;
	font-family: "Times New Roman", Times, serif;
	border:0;
	cursor:pointer;
	font-size:0.938em;
}
input.arrow2:hover {
	background: url(/assets/layout/arrow.gif) no-repeat 0px -24px;
	color:#E1007F;
}
