@charset "utf-8";
/* CSS Document */

.buton_cifre{
	width:60px;
	height:60px;
	line-height:24px;
	vertical-align:middle;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border: 2px solid #c5dbec;
	background: #dfeffc url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.buton_login {
	font-family: Arial, Helvetica, sans-serif;
    cursor:pointer;
    width: 80px;
    height: 40px;
	border:none;
	font-size: 20px !important;
	color:#FFF;
	text-align:center;
	
	border: 2px solid #c5dbec;
	background: #dfeffc url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.buton_cifre:hover, .buton_login:hover{
	background: #dfeffc url("images/ui-bg_glass_85_dfeffc_1x400h.png") 50% 50% repeat-x;
	border: 2px solid #ff9830;
}

body{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
