@charset "utf-8";
/*scalable buttons*/
.btn { display: block; position: relative; background: #eee; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; font-weight:bold; margin:3px;}
.btn * { font-style: normal; background-image: url(../images/regImages/btn.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[class] { background-image: url(../images/regImages/shade.png); background-position: center; }
.btn:active { background-color: #444; }
.clear{clear:both;}

.btn.registerl{ background-color: #901f4f; width:130px; margin-left:20px;}
.btn.registerl:hover { background-color: #f9b921; }

.btn.registerm{ background-color: #901f4f; font-size:15px; width:100px; /*border-left:solid 140px #ccc;*/margin-left:140px; text-decoration:none;}
.btn.registerm:hover { background-color: #f9b921; }

.btn.registerr{ background-color: #901f4f; float:right; width:130px; margin-right:20px;}
.btn.registerr:hover { background-color: #f9b921; }

.btn.purple{ background-color: #901f4f; font-weight:normal; width:93px;; text-align:center; text-decoration:none; margin-left:0px;}
.btn.purple:hover { background-color: #CC0099;  text-decoration:none;}

.btn.payments{ background-color: #901f4f ; font-weight:normal; text-align:center; text-decoration:none; margin-left:0px; float:right;}
.btn.payments:hover { background-color: #CC0099;  text-decoration:none;}

.btn.cards{ background-color: #901f4f ; font-weight:normal; text-align:center; text-decoration:none; margin:0 auto; width:100px; }
.btn.cards:hover { background-color: #CC0099;  text-decoration:none;}

