form {
	padding-top: 25px;
	display: block;
	padding-bottom: 25px;
}
input, label { 	text-shadow: 0px 1px 2px rgba(0,0,0,0.6); }
input, textarea  {
	float: left;
	display: block;
	width: 175px;
	border: 1px dotted #DFD285;
	background-color: transparent;
	height: 20px;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	padding: 3px;
	vertical-align: middle;
}
textarea {
	height: 150px;
	margin-bottom: 25px;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border: 1px solid #fff;
}
label {
	float: left;
	display: block;
	width: 80px;
	border: none;
	height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #DFD285;
	padding: 3px;
	text-align: right;
	vertical-align: middle;
	line-height: 20px;
}

.line {
	clear: both;
	width: 100%;
	height: 35px;
}
.data input {
	width: 125px;
	margin-right: 15px;
}
.dni input {
	width: 55px;
}
.line.impreza {
	height: auto;
	margin-bottom: 20px;
}

.impreza label {
	float: none;
	width: auto;
	text-align: left;
}
.impreza input {
	float: none;
	width: auto;
	text-align: left;
	display: inline;
	margin-left: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	line-height: normal;
	margin-bottom: 5px;
}
.radio {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
}
.send  {
	font-style: normal;
	letter-spacing: -0.1ex;
	color: #FFF;
	font-size: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3A25D;
	display: block;
	text-align: center;
	padding-top: 10px;
}
.send a, .send a:visited {
	color: #FFF;
}



.send img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

