form {
	color: #dadada;
}

textarea {
	width: 400px;
}

input[type=text] {
	width: 400px;
}

input#comprar {
	background-image: url('../imgs/css/boton.png');
	background-repeat: no-repeat;
	border: none;
	width: 156px;
	height: 31px;
	color: #007b7b;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 280px;
}

input#comprar:hover {
	background-image: url('../imgs/css/boton-hover.png');
	background-repeat: no-repeat;
	color: #7C9FC1;
	border: none;
	width: 156px;
	height: 31px;
}
