@charset "utf-8";
/* CSS Document */
.buton_login {
    cursor:pointer;
    width: 80px;
    height: 40px;
	border:none;
	font-size: 20px !important;
	color:#FFF;
	text-align:center;
	
	background: -webkit-linear-gradient(#969696, #696969);
	background: -o-linear-gradient(#969696, #696969);
	background: -moz-linear-gradient(#969696, #696969);
	background: linear-gradient(#969696, #696969);
	-moz-border-radius: 10px;
	border-radius: 10px;
}

body{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
