@charset "utf-8";
/* CSS Document */

.login_label, .login_input, .login_error  {
  padding:10px;
  color:#000;
  text-align:left;
  float:left; 
 
  font-size:12px;

}

.login_input {
  width:200px;
}

.login_error {
 
  color:#F00;
}

.login_input input {
 
}
#login {
  color:#385E83;
}

#datos-login {
	color:#385E83;
}

.alphacube_buttons input {
	border-style:none;
	background:url(../../images/bg-btn-login.jpg) no-repeat;
	width:87px; height:28px;
	color:#2E4C75;
	font-weight:bold;
}


