html {height: 100%;width: 100%;}
body {font: normal 12px Arial;color: #000;margin: 0;padding: 0;background: #E6E6E6 url('../images/rapido_logo.png') center 24px no-repeat;}
form{margin: 150px auto 0 auto;padding: 24px 0;width: 300px;border: 8px #ccc solid;border-radius:10px;background: #fff;}
div{padding: 0 20px;margin: 12px auto;}
div.error{font-weight: bold;color: #f44;font-size: 16px;}
input{width: 218px;padding: 6px 6px 6px 32px;font: normal 18px Arial;border: #aaa 1px solid;border-radius: 3px;box-shadow:  0 0 3px rgba(0,0,0,0.3);outline: none;}
button{background: #0C9114;padding: 2px;border: none; color: #fff;border-radius: 3px;cursor: pointer;}
button, button span{
	background: -moz-linear-gradient(top, #12A41B, #087F07);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12A41B), color-stop(100%,#087F07));
	background: -webkit-linear-gradient(top, #12A41B, #087F07);
	background: -o-linear-gradient(top, #12A41B, #087F07);
	background: -ms-linear-gradient(top, #12A41B, #087F07);
	background: linear-gradient(top, #12A41B, #087F07);}
button span{display: inline-block;width: 110px;padding: 2px;height: 100%;box-shadow: 0 0 4px rgba(255,255,255,0.7);border-radius: 3px;}
button:hover, button:hover span{
	background: -moz-linear-gradient(top, #087F07, #12A41B);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#087F07), color-stop(0%,#12A41B));
	background: -webkit-linear-gradient(top, #087F07, #12A41B);
	background: -o-linear-gradient(top, #087F07, #12A41B);
	background: -ms-linear-gradient(top, #087F07, #12A41B);
	background: linear-gradient(top, #087F07, #12A41B);}
