/* FORMULAR */
	
	div.forms {
	font-size: 100.01%;
    border: 2px solid #C7C1AB;
    background-color: #F9F8F6;
    margin-top: 25px;
    padding: 15px 15px 10px 15px;
	width: 100%;
	}
	
	div.forms hr {
	border-bottom: 1px solid #C7C1AB;
	background-color: #C7C1AB;
	margin-top: 20px;
	}
	
	div.forms .form_mandatory {
	font-size: 101%;
	font-weight: bold;
	color: #f00;
	margin-bottom: 15px;
	}
	
	div.forms p.info {
	display: block;
	margin-top: 15px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #827957;
	}
	
	div.forms label.label { 
	font-size: 100.01%;
	float: left; 
	width: 9.5em; 
	margin-right: .5em;
	_clear: both;
	font-weight: normal;
	}
	
	div.forms .text {
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
	margin-left: 9.5em;
	_margin-left: 9.5em;
	padding: 1px 0px 0px 3px;
	}
	
	div.forms .textarea {
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
	padding: 3px;
	clear: both;
	}
	
	div.forms .select {
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
	margin-left: 10.5em;
	}
	
	div.forms .radio {
	border: 0px;
	padding-bottom: 2px;
	line-height: 1.5em;
	clear: both;
	}
	
		div.forms .radio span {
		padding-left: 2px;
		padding-bottom: 2px;
		clear: both;
		font-size: 12px;
		}
		
		div.forms .radio label {
		font-size: 101%;
		text-align: left;
		width: 9.3em;
		margin-top: 0px;
		margin-bottom: 2px;
		clear: both;
		}
		
		div.forms .radio .input_radio {
		}
	
	
	div.forms .checkbox {
    font-size: 12px;
	border: 0px;
	margin-bottom: 5px;
	line-height: 1.7em;
	}
	
	div.forms .checkbox span {
	padding-left: 5px;	
	}
	
	div.forms .checkbox input {
	margin-top: 1px;
	}
	
	div.forms .submit {
	float: left;
	display: block;
	clear: both;
	margin: 10px 10px 10px 0px;
	}
	
	div.forms .info_mandatory {
	clear: both;
	margin-top: 20px;
	font-size: 10px;
	}
	
	div.forms .error1 {
	font-weight: bold;
	color: #f00;
	}
	
	div.forms .error2 {
	color: #f00;
	border: 1px solid #f00;
	}
	
	.sub3 {
	display: none;
	}
	
