@charset "utf-8";

.bottoneCookie{
font-size:16px;
width:150px;
height:25px;
cursor:pointer;
text-align:center;
line-height:25px;
background-color:#FFF;
color:#000;
float:left;	
margin-left:20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-transform:uppercase;
-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
-webkit-transition: background-color 300ms cubic-bezier(0.42, 0, 0.58, 1), all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
-moz-transition: background-color 300ms cubic-bezier(0.42, 0, 0.58, 1), all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
-o-transition: background-color 300ms cubic-bezier(0.42, 0, 0.58, 1), all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
transition: background-color 300ms cubic-bezier(0.42, 0, 0.58, 1), all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.bottoneCookie:hover{
color: rgba(255,255,255,0.9);
background:#999999;
}


