body{
	font-family:trebuchet ms, verdana, arial, helvetica, sans-serif;
}
.logo {
	border:0;
	padding:20px 100px 20px 0px;
}
img 
{ 
  border:0; 
}  
input.texto {
	height: 40px;
	width:680px;
	font-size: 24px;
	margin-left:5px;
}
input.boton {
	height: 40px;
	border: 1px solid #B0B0B0;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	padding: 12px 30px 12px 30px;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.18, rgb(143,143,143)),
		color-stop(0.65, rgb(184,184,184)),
		color-stop(0.83, rgb(194,194,194))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(143,143,143) 18%,
		rgb(184,184,184) 65%,
		rgb(194,194,194) 83%
	);
}
input.boton:hover {
	color: #fff;
	text-decoration: none;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.39, rgb(171,43,43)),
		color-stop(0.7, rgb(207,72,72))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(171,43,43) 39%,
		rgb(207,72,72) 70%
	);
	border: 1px solid #8d0000;
}
input.boton:active {
	position: relative;
	top: 1px;
		background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.14, rgb(143,3,3)),
		color-stop(0.91, rgb(245,39,39))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(143,3,3) 14%,
		rgb(245,39,39) 91%
	);
}
