/* --- Topic/Reply Post Buttons --- */

.btn {
    background:   #167BBC;
    border-color: #167BBC;

    color:#fff;
    font-weight:bold;
    font-size:10px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    position: relative;
    padding: 5px;
    float: left;
}

.btn * {
    background-image: url(pic/btn.png);
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

.btn i {
    background-position: top left;
    position: absolute;
    margin-bottom: -5px;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
}
.btn span {
    background-position: bottom left;
    left: -5px;
    padding: 0 0 5px 10px;
    margin-bottom: -5px;
}

.btn span i {
    background-position: bottom right;
    margin-bottom: 0;
    position: absolute;
    left: 100%;
    width: 10px;
    height: 100%;
    top: 0;
}

.btn span span {
    background-position: top right;
    position: absolute;
    right: -10px;
    margin-left: 10px;
    top: -5px;
    height: 0;
}

* html .btn span,
* html .btn i {
  float: left;
  width: auto;
  background-image: none;
  cursor: pointer;
}

.btn:hover { background-color: #000; text-decoration: none; color: #fff;}
.btn:active { background-color: #FF0000; text-decoration: none; color: #fff;}
.btn[class] {  background-image: url(pic/btn_shade.png); background-position: bottom;}

* html .btn { border: 3px double #aaa; }
* html .btn:hover { border-color: #000; text-decoration: none; color: #fff;}



/* --- Form Button --- */

.formbutton, .formbutton_small {
    cursor:pointer;
    border:outset 1px #ccc;
    background:#999;
    color:#555;
    background:url(pic/formbg.gif) repeat-x left top;
}

.formbutton {
    font-size:10px;
    font-weight:bold;
    padding: 3px 5px;
}

.formbutton_small {
    font-size:9px;
    font-weight:bold;
    padding: 2px 3px;
}
