.btn { display: block; position: relative; background: #aaa; padding: 8px; float: right; color: #fff; text-decoration: none; cursor: pointer; border:1px solid #666666; font-size:13px; margin-top:5px;	margin-left:3px; margin-right:3px; }
.btn * { font-style: normal; display: block; position: relative; }    /* background-image: url(../img/btn2.png); background-repeat: no-repeat; */
.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; }
.btn.small { background: #93adbc; padding: 4px; font-size:12px; float:top; }

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

.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn.blue { background: #93adbc;}
.btn.blueSm { background: #93adbc; padding: 4px; font-size:11px; float:left; }
.btn:hover { background-color: #c42a2a; color:#FFF;}
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(../img/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn.blue { border-color: #93adbc; }
* html .btn:hover { border-color: #a00; }
