@charset "UTF-8";

a .btn {color: #fff;}
.btn { display: block; position: relative; background: #aaa; padding: 5px; color: #fff; text-decoration: none; cursor: pointer; border:solid 1px #999999}
.btn:hover { background-color: #c00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(/img/shade.png); background-position: bottom; }

