/* =BUTTONS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.Button {
 text-align:center;
 display:block;
 height:32px;
 text-decoration:none;
border:none;
line-height:1.8em;
cursor:pointer;
color:#fff;
 background:#b5111b;
 margin-top:1px;
 border-radius:5px;
 min-width:52px;

 -webkit-appearance: button; /*for iPad*/
}


.Button:link,
 .Button:visited
 {

}




.Button:hover,
 .Button:active
 {
 background:#f18c21;
}


