/* SMALL V2 BUTTON */

.sbtn {
   background: url('/images/bbtn/bbtn_left.gif') no-repeat;
   height: 20px;
}

.sbtn .btnr {
   background: url('/images/bbtn/bbtn_right.gif') no-repeat;
   background-position: top right;
   height: 20px;
}

#app_header .sbtn {
   background: url('/images/bbtn_head/bbtn_head_left.gif') no-repeat;
}

#app_header .sbtn .btnr {
   background: url('/images/bbtn_head/bbtn_head_right.gif') no-repeat;
   background-position: top right;
}

.sbtn .btnr .text {
   color: white;
   font-size: 12px;
   font-family: Arial;
   font-weight: normal;
   margin: 2px 9px 3px 9px;
   display: inline; /* IE hack */
}

.sbtn a,
.sbtn a:link,
.sbtn a:visited,
.sbtn a:hover {
   /* color: white; */
   color: #6D6D6D;
   text-decoration: none;
}

.sbtn a:hover {
   text-decoration: underline;
}
