.dbtn { font-weight:bold; font-size:15px; display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff !important; text-decoration: none; cursor: pointer; }
.dbtn * { font-style: normal; background-image: url(http://monc.se/wp-content/uploads/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.dbtn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.dbtn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.dbtn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.dbtn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .dbtn span,
* html .dbtn i { float: left; width: auto; background-image: none; cursor: pointer; }

.dbtn.gray { background:#656565;}
.dbtn.blue { background: #2ae; }
.dbtn.green { background: #9d4; }
.dbtn.pink { background: #e1a; }
.dbtn:hover { background-color: #0033ff; }
.dbtn:active { background-color: #444; }
.dbtn[class] {  background-image: url(http://monc.se/wp-content/uploads/shade.png); background-position: bottom; }

* html .dbtn { border: 3px double #aaa; }
* html .dbtn.gray { background:#656565;}
* html .dbtn.blue { border-color: #2ae; }
* html .dbtn.green { border-color: #9d4; }
* html .dbtn.pink { border-color: #e1a; }
* html .dbtn:hover { border-color: #0033ff; }