form {
	display: block;
}
input, textarea  {
	float: left;
	display: block;
	width: 180px;
	border: 1px dotted #FFF;
	background-color: transparent;
	height: 20px;
	margin-left: 5px;
	font-size: 12px;
	color: #FFF;
	padding: 3px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	height: 125px;
	font: 12px Arial, Helvetica, sans-serif;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border: 1px solid #fff;
}
label {
	float: left;
	display: block;
	width: 60px;
	border: none;
	height: 20px;
	font-size: 10px;
	color: #FFF;
	padding: 3px;
	text-align: right;
	line-height: 20px;
}

.line {
	clear: both;
	width: 100%;
	height: 40px;
}
.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;
}
.send  {
	display: block;
	float: right;
	margin-top: 10px;
	width: auto;
}
.send a, .send a:visited {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
}
.send a:hover ,.send a:focus , .send a:active{
	color: #F0A800;
	font-size: 16px;
	font-weight: 700;
}

