#content {
	/*background: rgba(0, 0, 0, 0.8); width:300px;  height: 300px; color: rgb(255, 255, 255);*/
	background: url(fondoLogin.png); width:400px;  height: 400px; background-repeat:no-repeat;  
	 
}
.formu{
	background: url(formulario.png);
	background-repeat:no-repeat;
padding-left:25px;
border-width:0px;
width: 280px; 
height:45px;


}

.button {
   border-top: 1px solid #383a3b;
   background: #899399;
   background: -webkit-gradient(linear, left top, left bottom, from(#a3a3a3), to(#899399));
   background: -webkit-linear-gradient(top, #a3a3a3, #899399);
   background: -moz-linear-gradient(top, #a3a3a3, #899399);
   background: -ms-linear-gradient(top, #a3a3a3, #899399);
   background: -o-linear-gradient(top, #a3a3a3, #899399);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
 .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
 .button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }