/* .btn { border: 0; padding: 0; display: block; position: relative; float:left; background: #aaa; padding: 5px; color: #fff; text-decoration: none; cursor: pointer; margin-right: 1em; }
.btn * { font-style: normal; background-image: url(/mp/layouts/L0001/images/btn2.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 div{ background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn div i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn div div { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

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

a.btn:hover { background-color: #a00; }
a.btn:active { background-color: #444; }
.btn[class] {  background-image: url(/mp/layouts/L0001/images/shade.png); background-position: bottom; }

* html a.btn { border: 3px double #aaa; }
* html a.btn:hover { border-color: #a00; }

.btn_right { float: right; } */
