@charset "utf-8";
/* CSS Document */
/*body { padding: 20px; font-size: 0.75em; font-family: verdana, sans-serif; }*/
.btn { display: block; z-index: -999;  background: #aaa; padding: 5px; float: left; color: #fff;  text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(../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 span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; margin-top: -3px; }
.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: 0px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background:    #369; }
.btn.orange { background:  #EF8A01; }
.btn.green { background: #9d4; }
.btn.red { background:  #a00; }
.btn.yellow { background:  #FF0; }
.btn:hover { background-color: #fdb813; }
.btn.red:hover { background-color: #CE51C1; }
.btn:active { background-color: #444; }
.btn[class] {
/*	background-image: url(../images/shade.png); */
	background-position: bottom;
}

* html .btn { border: 0px double #aaa; }
* html .btn.blue { border-color: #fdb813; }
* html .btn.orange { border-color: #FAB856; }
* html .btn.green { border-color: #9d4; }
* html .btn.red { border-color: #e1a; }
* html .btn.yellow { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

p { clear: both; padding-bottom: 2em;  }
/*form { margin-top: 2em; }*/
form p .btn { margin-right: 1em; }
textarea { margin: 1em 0;}

