input {
	border:1px solid #ccc;
	height:18px;
}
input.litle {
	width:100px;
}
input.midle {
	width:200px;
}
input.big {
	width:300px;
}

/* FORMS CONCRETOS */


/* -------------------------    FORMULARIO POPUP TORNEOS -------------------------------*/

form#formTorneos{
	width:555px;
	margin:0 0 20px 0;
}

form fieldset{
	margin:0 0 20px 0;
}
form#formTorneos label{
	display:inline;
	padding:0 5px 0 0;
	font-size:11px;
}
form#formTorneos input{
	border:1px solid #C8E5C7;
	color:#333;
	margin:10px 0 0 0;
	font-size:11px!important;
	padding:2px 0 0 0;
	height:17px;
	display:inline;
}

form#formTorneos input.radioButton{
	border:none;
	color:#333;
	background:none;
	margin:0px 15px 0 0;
	font-size:11px!important;
	padding:0px;
	position:relative;
	top:4px;
}

form#formTorneos select{
	border:1px solid #C8E5C7!important;
	color:#333;
	background:#fff;
	margin:10px 0 0 0;
	font-size:11px!important;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:2px 0 0 0;
	height:17px;
	display:inline;
	font-style:normal;
}

input#NombreApellidos{
	width:405px;
}

input#Direccion{
	width:471px;
}

input#Poblacion, input#Provincia {
	width:135px;
	margin:0 0px 0 0;
}
input#CodigoPostal{
	width:84px;
}

input#Pais, input#Fecha {
	width:100px;
}

input#Email {
	width:180px;
}

input#Telefono{
	width:94px;
}

.botonEnvio{
	width:93px!important;
	height:19px!important;
	border:0px!important;
	position:relative;
	left:450px;
}

/* -------------------------    FIN FORMULARIO POPUP TORNEOS -------------------------------*/