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