.formLeft {
	font-size: 12px;
	font-weight: bold;
	color:#666;
	width: 220px;
	height: 28px;
	padding-top: 2px;
	float: left;
	display:block;
	display: inline;
	text-align:right;
	margin-right: 15px;
	}
.formLeft3 {
	font-size: 12px;
	font-weight: bold;
	color:#666;
	width: 220px;
	height: 48px;
	padding-top: 2px;
	float: left;
	display:block;
	display: inline;
	text-align:right;
	margin-right: 15px;
	}
.formRight3 {
	width: 270px;
	font-size: 12px;
	font-weight: bold;
	color:#d30e7a;
	display: inline;
	height: 50px;
	float: left;
	display:block;
	margin-right: 15px;
	
	}
.formRight {
	width: 270px;
	font-size: 12px;
	font-weight: bold;
	color:#d30e7a;
	display: inline;
	height: 30px;
	float: left;
	display:block;
	margin-right: 15px;
	
	}
.formLeft2 {
	font-size: 12px;
	font-weight: bold;
	color:#666;
	width: 220px;
	height: 20px;
	padding-top: 2px;
	float: left;
	display:block;
	display: inline;
	text-align:right;
	margin-right: 15px;
	}
.formRight2 {
	width: 270px;
	font-size: 12px;
	font-weight: bold;
	color:#d30e7a;
	display: inline;
	height: 22px;
	float: left;
	display:block;
	margin-right: 15px;
	
	}
.formAll2 {
	width: 580px;
	font-size: 12px;
	font-weight: bold;
	color:#666;
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.formAll {
	width: 580px;
	font-size: 14px;
	font-weight: bold;
	color:#d30e7a;
	display: inline;
	float: left;
	display:block;
	margin-right: 15px;
	}
		
.formAll3 {
	font-size: 12px;
	width: 580px;
	color: #333333;
    border: 1px solid #669900;
    padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #99ff99;
	}
.formRefer {
	font-size: 12px;
	font-weight: bold;
	color:#666;
	width: 90px;
	height: 28px;
	padding-top: 5px;
	float: left;
	display:block;
	display: inline;
	text-align:right;
	margin-right: 15px;
	}
.formRefer2 {
	width: 140px;
	font-size: 12px;
	font-weight: bold;
	color:#d30e7a;
	display: inline;
	height: 30px;
	float: left;
	display:block;
	margin-right: 15px;
	
	}
.mandatory {
	font-size: 11px;
	font-weight: bold;
	color:#ffcc00;
	width:400px;
	height: 18px;
	padding: 0;
	float: left;
	display:block;
	display: inline;
	text-align:left;
	margin-left: 25px;
	}
	
.formLeft a:link, .formLeft a:visited, .formLeft a:hover {
	color:#d30e7a;
	text-decoration: underline;
	}
.formRight a:link, .formRight a:hover, .formRight a:visited {
	color:#d30e7a;
	text-decoration: underline;
	}
.formAll a:link, .formAll a:hover, .formAll a:visited {
	color:#d30e7a;
	text-decoration: underline;
	}
.formRightHint a:link, .formRightHint a:hover, .formRightHint a:visited {
	color:#d30e7a;text-decoration: underline;
	}
.formRightHint2 a:link, .formRightHint2 a:hover, .formRightHint2 a:visited {
	color:#d30e7a;text-decoration: underline;
	}
	
	.formRightHint {
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	color:#d30e7a;
	display: inline;
	height: 30px;
	float: left;
	display:block;
	margin-right: 15px;
	background: url(../images/hintIcon.gif) top right no-repeat;
	background-postion: 
	}

.hint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
   	display: none;
    position: absolute;
	color: #333333;
    right:309px;
    width: 145px;
    margin-top: -4px;
    border: 1px solid #669900;
    padding: 10px 12px;
	background: #99ff99 url(../images/pointer.gif) no-repeat -10px 5px;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}
.myinputstyle {
	border: 1px solid #cccccc;
	background: url(none) no-repeat #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #333333;
}
.mylabelstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 12px;
	color: #333333;
}

.myinputstyle:hover {
	border: 1px solid #999999;
	background: url(none) no-repeat #FFFFFF;
	color: #333333;
}

.formRight a.buttonWhite:link, .formRight a.buttonWhite:visited {
    background: transparent url('../images/bg_button_a_white.gif') no-repeat scroll top right;
    color: #870472;
	text-decoration: none;
	font-weight:bold;
	font-size: 13px;
    height: 27px;
    margin-left: 5px;
    padding-right: 22px; /* sliding doors padding */
    float: left;
	display: block;
}

.formRight a.buttonWhite:link span, .formRight a.buttonWhite:visited span {
    background: transparent url('../images/bg_button_span_white.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 6px 0 7px 20px;
} 
.formRight a.buttonWhite:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

.formRight a.buttonWhite:hover span {
    background-position: bottom left;
} 

.formRight a.buttonForm:link, .formRight a.buttonForm:visited {
    background: transparent url('../images/bg_button_form_a.gif') no-repeat scroll top right;
    color: #870472;
	text-decoration: none;
	font-weight:bold;
	font-size: 13px;
    height: 27px;
    margin-left: 5px;
    padding-right: 22px; /* sliding doors padding */
    float: left;
	display: block;
}

.formRight a.buttonForm:link span, .formRight a.buttonForm:visited span {
    background: transparent url('../images/bg_button_form_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 6px 0 7px 20px;
} 
.formRight a.buttonForm:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
.formRight a.buttonForm:hover span {
    background-position: bottom left;
} 

.formRight a.buttonFormCancel:link, .formRight a.buttonFormCancel:visited {
    background: transparent url('../images/bg_button_form_a_cancel.gif') no-repeat scroll top right;
    color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-size: 13px;
    height: 27px;
    margin-left: 5px;
    padding-right: 22px; /* sliding doors padding */
    float: left;
	display: block;
}

.formRight a.buttonFormCancel:link span, .formRight a.buttonFormCancel:visited span {
    background: transparent url('../images/bg_button_form_span_cancel.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 6px 0 7px 20px;
} 
.formRight a.buttonFormCancel:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

.formRight a.buttonFormCancel:hover span {
    background-position: bottom left;
} 
/* Cancel */

a.buttonCancel, a.buttonCancel:visited {
    background: transparent url('../images/bg_button_a_cancel.gif') no-repeat scroll top right;
    color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-size: 13px;
    height: 27px;
    margin-left: 5px;
    padding-right: 22px; /* sliding doors padding */
    float: left;
	display: block;
}

a.buttonCancel span, a.buttonCancel:visited span {
    background: transparent url('../images/bg_button_span_cancel.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 6px 0 7px 20px;
} 
a.buttonCancel:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonCancel:hover span {
    background-position: bottom left;
} 

.formAll {
	font-size: 12px;
	width: 580px;
	color: #333333;
    border: 1px solid #669900;
    padding: 10px;
	background-color: #99ff99;
}

.noticeHdr {
	font-size: 14px;
	color:#333;
	margin: 0;
	padding: 0;
}

.notice ul {
	font-size: 12px;
	font-weight:normal;
	color:#333333;
	margin: 8px 5px 8px 20px;
}

.notice li {
	padding: 3px;
}

/* Ajax code rules */
#passworderrors, #errors, #deposit_errors, #securityerrors, #change_errors, #withdraw_errors, #regerrors, #bonus_status	{
	color: #FF0000;    
	font-weight: normal;    
	font-style: normal;
	margin-left: 10px;
	padding: 0;
	width: 580px;
	font-size: 14px;
	float: left;
	display:block;
	}	

.ajaxbox {      
	text-align:left;             
	margin: 0 15px 0 15px;
	padding: 0 10px 10px 10px;
	font: 14px verdana, arial, helvetica, sans-serif;  
	color:#ffcc00;   
	visibility:hidden; 
	}
	
.ajaxtextcolor {  
	color:#ffcc00;    
	font-weight: bold;    
	font-style: normal;    
	text-decoration: none;    
	}
.ajaxtext {      
	tajaxtextext-align:left;             
	margin: 0 15px 0 15px;
	padding: 0 10px 10px 10px;
	font: 14px verdana, arial, helvetica, sans-serif;  
	color:#ffcc00;   
 
	}
	
.redText
{color: #ffcc00}

