/*more buttons*/
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; font-color: #fff; text-decoration: none; cursor: pointer; margin: 5px 5px 10px 5px; font: 24px Arial,Verdana,sans-serif; }
.btn * { font-style: normal; background-image: url(http://web1.ncaa.org/web_files/ui/css/img/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.blue { background: #083D84;font-color:#fff; }
.btn:hover { background-color: #999;font-color:#fff }
.btn:active { background-color: #444;font-color:#fff}
.btn[class] {  background-image: url(http://web1.ncaa.org/web_files/ui/css/img/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
a.btn {font-color:#fff;color:#fff;}