@charset "utf-8";
/* CSS Document */

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


.btn { text-align:center; display: block; position: relative; 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; }
.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.blue { background: #4b81cb; color:#ffffff; }
.btn.green { background: #7ac142; color:#ffffff; }
.btn:hover { background-color: #3873C2; color: #d6e03d }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(shade.png); background-position: bottom; }


/*---------- centered button ----------*/

.btnC { display: block; position: relative; background: #aaa; padding: 5px; width: 120px; margin: 0px auto; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }

.btnC * { font-style: normal; background-image: url('../images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }

.btnC i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }

.btnC span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }

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

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



* html .btnC span,

* html .btnC i { width: 120px; text-align: center; padding: 0px; display: block; margin: 0px auto; background-image: none; cursor: pointer; }



.btnC.blue { background: #4b81cb;  color:#ffffff;}

.btnC.green { background: #9d4; }

.btnC.lime { background: #bbce00; }

.btnC.pink { background: #e1a; }

.btnC:hover { background-color: #3873C2; color: #d6e03d}

.btnC:active { background-color: #444; color: #fff; }

.btnC:visited {  color: #fff; }

.btnC[class] {  background-image: url('../images/btn.png'); background-position: bottom; }



* html .btnC { border: 3px double #aaa; }

* html .btnC.blue { border-color: #2ae; }

* html .btnC.green { border-color: #9d4; }

* html .btnC.lime { border-color: #bbce00; }

* html .btnC.pink { border-color: #e1a; }

* html .btnC:hover { border-color: #a00; }

.submit_btn, .reset_btn { visibility:hidden;
}

/*---------- centered button ----------*/
