@charset "UTF-8";


/* Container */
.inscription_form{
	margin:25px 0 25px 25px;
	font-size: 12px;
	
}
	
	div.text{
		float: left; 
		width: 40%;
		margin-right: 25px;
		text-transform: uppercase;
	}
	

	form input,
	form textarea,
	div.text input,
	div.input textarea{
		border: 1px solid #CCC;
		padding: 3px 5px;
		width: 100%;
		font: normal 11px/15px Arial, Helvetica, sans-serif;
	}
	
	form input:focus,
	form textarea:focus,
	div.text input:focus,
	div.text textarea:focus {
		border: 1px solid #40A52B;
	}
	
	div.just {
	  width: 70%;
	}
  
  div.apagado {
    margin-top: 10px;
  }
  div.apagado div.text label {
    color: #ccc;
  }

	div.submit input,
	input.btn{
		width: inherit;
		background-color: #40A52B;
		color: #FFF;
	}
	
	input.chec{
		width: inherit;
	}
	
	div.input,
	form.contacto p{
		margin-bottom: 10px;
	}
			
	label.error,
	div.error-message {
		color:#FF0000 !important;
		font-weight: bold;
		margin: 5px 0;
		clear: both;
		display: block;
		float: none !important;
		width: auto !important;
		text-transform: none !important;
	}
	
	
	div.contact div.validation-advice {
		margin-left: 130px;
	}

	/*div.form {}*/
	
	div.input textarea.error,
	div.input input.error {
		border-color: #FF0000 !important;
	}

	div.text label {
		color: #000;
		width: 100%;
		display: block;
	}
	
  #content div.text p.value {
    text-transform: none;
    font-weight: bold;
    margin: 0 0;
  }
  
	form.upload-form div.input label,
	div.line label{
		width: auto;
		float: none;
	}
	

	div.submit input:hover {
		background: #666;
	}
	
	div.submit input:focus {
		background: #999;
	}

	div.checkbox {
		margin: 0;
	}
	div.checkbox label {
		float: none;
	}
	div.checkbox input {
		margin: 0 5px 0 130px;
	}
	
	div.radio {
	  margin-top: 10px;
	}
	div.radio input{
		width: 25px;
		float: none;
		border: none;
/*    background:#CC33CC;*/
	}
	
		div.radio fieldset{
			border: 1px solid #ccc;
			padding: 10px 95px 10px 15px;
		}
		
		div.radio legend{
			text-transform: uppercase;
			padding: 0 5px;	
		}
		
			div.radio label{
				padding-right: 20px;
			}
		
	div.select label{
		width: 60px;
		margin-left: 15px;
	}
	
	div.select .text{
		border: 1px solid #D3BDD3;
		padding: 3px 5px;
		font: normal 11px/15px Arial, Helvetica, sans-serif;
	}
	

