/* FORMULAR */
	
	.forms {
	font-size: 100.01%;
	_float: left;
	}
	
	.form_mandatory {
	font-size: 101%;
	font-weight: bold;
	color: #f00;
	margin-bottom: 15px;
	}
	
	label.labelform { 
	font-size: 100.01%;
	float: left; 
	width: 9.5em; 
	margin-right: .3em;
	clear: both;
	font-weight: normal;
	}
	
	.text {
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
	margin-left: 9.5em;
	padding: 1px 0px 0px 3px;
	}
	
	.textarea {
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
	padding: 3px;
	clear: both;
	}
	
	.select {
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
	margin-left: 9.5em;
	}
	
	.radio {
	font-size: 11px;
	border: 0px;
	margin-bottom: 10px;
	line-height: 1.7em;
	}
	
	.radio label {
	font-size: 101%;
	text-align: right;
	width: 10em;
	margin-top: 2px;
	}
	
	.checkbox {
	font-size: 11px;
	border: 0px;
	margin-bottom: 5px;
	margin-left: 10.7em;
	line-height: 1.7em;
	}
	
	.checkbox input {
	margin-top: 1px;
	}
	
	.submit {
	float: right;
	display: block;
	clear: both;
	margin: 10px 10px 10px 0px;
	}
	
	.info_mandatory {
	clear: both;
	margin-top: 20px;
	font-size: 10px;
	}
