/*---------- Content Button Styles ----------*/

.button{
background: #9f9f9f url(img/overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
height: 24px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
line-height: 1;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
border: 1px solid #ebebeb;
}
