form.cmxform label.error { display:none; }	
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	color:#f50024;
	width:auto !important;
	font-style: italic;
	font-weight:normal !important;
	text-align:left !important;
	border: 0 !important;
	background-color: transparent  !important;
}
input.nInp {
	clear:both;
	display:block;
}
.ftextarea{
	width:350px;
	height:100px !important;
	color:#000000 !important;
}
div.error { display: none; }
input,textarea { border: 1px solid #cccccc; }
input:focus { border: 1px dotted black; }
input.error,select.error { 
	padding:0 !important;
	height:21px !important;
	border: 1px dotted red;
}

.form {
	margin:0 0 15px 0;
	padding:15px;
	background-color:#f3f3f3;
	border:1px solid #cccccc;
}
.form dt{
	margin:0 0 5px 0;
	padding:0;
}
.form dd{
	margin:0 0 10px 0;
	padding:0;
}
.form dd.last{
	margin:0 !important;
}
.form dd .finp {
	width:350px;
	height:21px !important;
	color:#000000 !important;
}
.form dd .finpDuo {
	width:170px;
	height:21px !important;
}
.form dd .finpDuo.first {
	margin-right:8px;
}
.formend {
	width:367px;
	text-align:right;
}
.formMail {
	display:none;
}