.page_title{
color:#D11513;
font-size:28px;
margin-top:5px;
margin-bottom:10px;
line-height:120%;
font-family:Century Gothic,Arial, Helvetica, sans-serif;
text-transform:capitalize;
}

.myclubsbox_title{
color:#FB1313;
font-size:14px;
margin-top:5px;
margin-bottom:10px;
font-family:Century Gothic,Arial, Helvetica, sans-serif;
font-weight:bold;
}

.inputbox{
	background-color: #fff;
	border: solid 1px #d11513;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.btnlogin 
{
	margin-right: 15px;
	cursor: pointer;
	width: 91px;
	height: 24px;
	border: 0;
	background: url(../img/login.png);
}

.labelmiddle{
	padding-top:6px;
}

.forgot_link{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.forgot_link:hover{
	color: #333333;
	text-decoration:underline;
}

.loginerror{
	width:600px; 
	background-color: #FFd200; 
	color:#000000; 
	padding:10px; 
	margin: 0 auto;
	margin-top:20px;
	line-height:130%;
}

.loginerror a, .page_text a{
	text-decoration:none;
	font-style:italic;
	color:#333333;
}

.loginerror a:hover, .page_text a:hover{
	text-decoration:underline;
}



.biginput{
	border: solid 1px #d11f13;
	font-family: Trebuchet MS, Arial;
	width:155px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #fff;
	margin-left: 0px;
	padding-left:3px;
	padding-top:4px;
	padding-bottom: 4px;
}

.btngenpassword{
	margin-right: 5px;
	cursor: pointer;
	width: 154px;
	height: 24px;
	border: 0;
	background: url(../img/genpassword.png);
}

.btncontinue 
{
	margin-right: 15px;
	cursor: pointer;
	width: 91px;
	height: 24px;
	border: 0;
	background: url(../img/continue.png);
	vertical-align:middle;
}

.page_text{
	 line-height:130%;
}

div.selectit 
{
	overflow: hidden;
	background-color: #ffffff;
	width: 180px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display: none;
	cursor: pointer;
	position: absolute;
	vertical-align:middle;
	border: solid 2px #D11513;
	margin-top: 1px;
}

div.selectit2
{
	overflow: hidden;
	background-color: #ffffff;
	width: 180px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display: none;
	cursor: pointer;
	position: absolute;
	vertical-align:middle;
	border: solid 2px #000000;
	margin-top: 1px;
}

div.selectitddl
{
	overflow: hidden;
	background-color: #ffffff;
	width: 40px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display: none;
	cursor: pointer;
	position: absolute;
	vertical-align:middle;
	border: solid 2px #D11513;
	margin-top: 1px;
	text-align: center;
}


.biginputddl {
	border: solid 1px #d11f13;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #fff;
	margin-left: 0px;
	padding-left:3px;
	padding-top:4px;
	padding-bottom: 4px;
	width: 40px;
}

.registertable{
	font-size:12px;
	padding:10px;
}

h2
{
	color:#333;
	font-size:14px;
	padding:5px 0px 5px 0px;
	font-weight: normal;
	border-bottom: dotted 1px #333;
	margin-right: 25px;
}

.btnregister 
{
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
	cursor: pointer;
	width: 91px;
	height: 24px;
	border: 0;
	background: url(../img/register.png);
}

.yellow {
	color: #d11513;
	font-weight: bold;
}

.btnverify 
{
	margin-right: 15px;
	cursor: pointer;
	width: 91px;
	height: 24px;
	border: 0;
	background: url(../img/verify.png);
	vertical-align:middle;
}

.account_links
{
	float:right; padding-top:10px;
}

.account_links a
{	
	color: #333;
	text-decoration: none;
}

.account_links a:hover
{	
	color: #999;
	text-decoration: underline;
}

.col1{
	float:left;
	width:100px;
	padding-bottom:6px;
	padding-top:6px;
}
.col2{
	float:left;
	width:200px;
	padding-bottom:6px;
}
.col3{
	float:left;
	width:100px;
	padding-bottom:6px;
	padding-top:6px;
}
.col4{
	float:left;
	width:200px;
	padding-bottom:6px;
}
.btnupdate 
{
	margin-right: 15px;
	cursor: pointer;
	width: 91px;
	height: 24px;
	border: 0;
	background: url(../img/update.png);
	vertical-align:middle;
}

.btnchangepic
{
	margin-right: 15px;
	cursor: pointer;
	width: 115px;
	height: 24px;
	border: 0;
	background: url(../img/changephoto.png);
	vertical-align:middle;
}

.btnsavepass
{
	margin-right: 15px;
	cursor: pointer;
	width: 115px;
	height: 24px;
	border: 0;
	background: url(../img/savepassword.png);
	vertical-align:middle;
}

.btnremovepic
{
	margin-right: 15px;
	cursor: pointer;
	width: 115px;
	height: 24px;
	border: 0;
	background: url(../img/removephoto.png);
	vertical-align:middle;
}

.btnsavephoto
{
	margin-right: 15px;
	margin-top:5px;
	cursor: pointer;
	width: 115px;
	height: 24px;
	border: 0;
	background: url(../img/savephoto.png);
	vertical-align:middle;
}

.btnsubmitcode 
{
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
	cursor: pointer;
	width: 118px;
	height: 24px;
	border: 0;
	background: url(../img/submitcode.png);
	vertical-align:middle;
}

.redeembtn
{
	margin-right: 15px;
	cursor: pointer;
	width: 140px;
	height: 24px;
	border: 0;
	background: url(../img/btnredeem.png);
	vertical-align:middle;
}

.redeembtn:hover
{
	background: url(../img/btnredeemhover.png);
}

.redeembtn_comingsoon
{
	background-image: url(../img/coming_soon.png);
	background-repeat: no-repeat;
	background-position:center;
	cursor: default;	
}


.redeembtnna
{
	background-image: url(../img/redeem_na.png);
	background-repeat: no-repeat;
	background-position:center;
}

.redeembutton
{
	width:75px;
	height:19px;
	border:0;
	background:url(../img/redeem.png);
	cursor:pointer;
}

.redeembutton:hover
{
	width:75px;
	height:19px;
	border:0;
	background:url(../img/redeem_over.png);
	cursor:pointer;
}