.form{
			position:relative;
			width:800px;
			height:1050px;
			padding-left: 20px;
			padding-top: 15px;
			background-color:#e5dfcd;
			border-radius: 20px;
			margin:auto;

}


input[type=date]{
	
	width:350px;
	height:35px;
	font: 14px normal normal uppercase helvetica, arial, serif;  
}


input[type=text],[type=email]{
	width:350px;
	height:35px;
	font: 14px normal normal uppercase helvetica, arial, serif; 
	
}

textarea{
	width: 350px;
	height: 80px;
	font: 14px normal normal uppercase helvetica, arial, serif;

}

input[type=peque]{
	width: 90px;
	height: 35px;
	font: 16px normal normal uppercase helvetica, arial, serif;

}

/*  Botón enviar */
	
input[type=submit]{
	position:relative;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	margin-left: 270px;
	border: 0px;
	background-color: #32A43E;
	font: 16px normal normal uppercase helvetica, arial, serif;

}

input[type=reset]{
	position:relative;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	margin-left: 100px;
	border: 0px;
	background-color: #32A43E;
	font: 16px normal normal uppercase helvetica, arial, serif;

}


p{
	text-shadow: 0 1px 0 #fff;
	font-size: 18px;

}

label{
	margin: 11px  20px 0 0;
	font-size: 16px;
	color: #191970;
	/*  
	text-transform: uppercase;
	*/
	text-shadow: 0px 1px 0px #fff;
}	

h4{
	text-shadow: 0 1px 0 #191970;
	font-size: 16px;
}
