
/* rounded corner buttons */
.btn { display: block; position: relative; background: #2ae; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; text-align:center;}
.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; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.btntwitterstore { background-color: #fff; color: #666; width:230px; margin: 0 0 0 50px}
.btn.btntwitterstore:hover { background-color: #f8f7f7; color: #ffffff;}
.btn.btnGray { background-color: #fff; color: #999;}
.btn.btnGray:hover { background-color: #f8f7f7; color: #999;}
.btn.btnOrange { background-color: #fb9d23; color: #fff; }
.btn.btnOrange:hover { background-color: #e88f1c;}
.btn.btnForm { background-color: #fb9d23; color: #fff; margin: 10px 0 10px 0; }
.btn.btnForm:hover { background-color: #e88f1c;}
.btn.btnBlue { background-color: #7ac2d6; color: #fff; }
.btn.btnBlue:hover { background-color: #53abc4; color: #fff;}
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(/images/btn.png); background-position: bottom; }

/* for IE6 */
* html .btn { border: 3px double #aaa; }
* html .btn.btnGray { border-color: #2ae; }
* html .btn.btnOrange { border-color: #9d4; }
* html .btn.btnForm { border-color: #9d4; }
* html .btn.btnBlue { border-color: #bbce00; }
* html .btn:hover { border-color: #a00; }


/*---------- centered buttons ----------*/
.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.btnGray { background-color: #fff; color: #999; }
.btnC.btnGray:hover { background-color: #f8f7f7; color: #999;}
.btnC.btnOrange { background-color: #fb9d23; color: #fff;}
.btnC.btnOrange:hover { background-color: #e88f1c;}
.btnC.btnBlue { background-color: #7ac2d6; color: #fff; }
.btnC.btnBlue:hover { background-color: #53abc4; color: #fff;}
.btnC:hover { background-color: #a00; }
.btnC:active { background-color: #444; }
.btnC[class] {  background-image: url(/images/btn.png); background-position: bottom; }

* html .btnC { border: 3px double #aaa; }
* html .btnC.btnGray { border-color: #2ae; }
* html .btnC.btnOrange { border-color: #9d4; }
* html .btnC.btnBlue { border-color: #bbce00; }
* html .btnC:hover { border-color: #a00; }




/*---------- centered buttons against blue bg ----------*/
.btnCblue { display: block; position: relative; background: #aaa; padding: 5px; width: 120px; margin: 0px auto; color: #fff; text-decoration: none; cursor: pointer; text-align: center;}
.btnCblue * { font-style: normal; background-image: url(/images/btnBlue.png); background-repeat: no-repeat; display: block; position: relative; }
.btnCblue i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnCblue span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnCblue span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnCblue span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnCblue span,
* html .btnCblue i { width: 120px; text-align: center; padding: 0px; display: block; margin: 0px auto; background-image: none; cursor: pointer; }


.btnCblue.btnGray { background-color: #fff; color: #999; }
.btnCblue.btnGray:hover { background-color: #f8f7f7; color: #999;}
.btnCblue.btnOrange { background-color: #fb9d23; color: #fff; }
.btnCblue.btnOrange:hover { background-color: #e88f1c;}
.btnCblue.btnBlue { background-color: #7ac2d6; color: #fff; }
.btnCblue.btnBlue:hover { background-color: #53abc4; color: #fff;}
.btnCblue:hover { background-color: #a00; }
.btnCblue:active { background-color: #444; }
.btnCblue[class] {  background-image: url(/images/btn.png); background-position: bottom; }

* html .btnCblue { border: 3px double #aaa; }
* html .btnCblue.btnGray { border-color: #2ae; }
* html .btnCblue.btnOrange { border-color: #9d4; }
* html .btnCblue.btnBlue { border-color: #bbce00; }
* html .btnCblue:hover { border-color: #a00; }



/*---------- right aligned button ----------*/
.btnR { display: block; position: relative; background: #aaa; padding: 5px; float: right; color: #fff; text-decoration: none; cursor: pointer; }
.btnR * { font-style: normal; background-image: url('/images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btnR i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnR span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnR span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnR span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnR span,
* html .btnR i { float: right; width: auto; background-image: none; cursor: pointer; }

.btnR.blue { background: #2ae; }
.btnR.green { background: #9d4; }
.btnR.lime { background: #bbce00; }
.btnR.pink { background: #e1a; }
.btnR:hover { background-color: #a00; color: #fff; }
.btnR:active { background-color: #444; color: #fff; }
.btnR[class] {  background-image: url('/images/btn.png'); background-position: bottom; }

* html .btnR { border: 3px double #aaa; }
* html .btnR.blue { border-color: #2ae; }
* html .btnR.green { border-color: #9d4; }
* html .btnR.lime { border-color: #bbce00; }
* html .btnR.pink { border-color: #e1a; }
* html .btnR:hover { border-color: #a00; }