/* ***********************************
	Global Login
 ************************************* */
div.pgaHide {
	display: none;
}
div.pgaShow {
	display: block;
}
.pga_msError {
	color:red;
}
/* ***********************************
	Login Box
 ************************************* */
div#login {
	border-bottom:3px solid #fff;
	_height: 24px;
}
div#loginBar {
	position:relative;
	background:#253255 url(pga-arrow-brown.jpg) no-repeat scroll left center;
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
	line-height:24px;
	padding-bottom:0px;
	padding-left:25px;
	padding-top:0px;
	width:281px;
}
div.loginTitle {
	position:relative;
	float:left;
	width: 47%;
	height: 24px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	height: 24px
}
div.loginOptions {
	position:relative;
	float:left;
	height: 24px;
	width: 50%;
	text-align: right;
	color: #fff;
	overflow: hidden;
}
div.loginOptions a {
	color: #fff !important;
}
div.clearAll {
	font-size: 0px;
	height: 0px;
	clear:both;
	line-height: 0;
}
div.loginHide {
	position:relative;
	height:0px;
	display:none;
	visibility:hidden;
}
div#loginContent {
	padding: 5px 10px;
	margin-bottom: 3px;
	background: #d9d1c6 url(login_bg.jpg) no-repeat;
	/*overflow: hidden;*/
}
div#registerContent {
	background:#d9d1c6;
	margin-bottom: 3px;
	padding: 10px;
	display: none;
}
div.loginShow {
	display: block !important;
}
form.noPad {
	margin: 0;
	padding: 0;
}
div.formText {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
input.loginField {
	width: 143px;
	height: 14px;
	background: #ebebeb;
	border: solid 1px #c1bcb2;
}
div.formRow {
	height: 20px;
	padding-bottom: 6px;
	overflow:hidden;
}
div.formText {
	float: left;
	width: 127px;
	_width: 125px;
	height: 13px;
	padding-top: 5px;
	text-align: right;
	padding-right: 14px;
}
div.formInput {
	float: left;
	width: 145px;
	height: 18px;
	text-align: right;
}
input.checkBox {
	width: 10px;
	height: 10px;
	background: #ebebeb;
	border: solid 1px #c1bcb2;
}
div.rememberText {
	float: left;
	padding-top: 2px;
	width: 265px;
	text-align: right;
}
div#checkbox {
	float: right;
	width: 13px;
	height: 14px;
	background: url(uncheckbox.jpg) no-repeat;
	cursor: pointer;
}
div.checked {
	background: url(checkedbox.jpg) no-repeat !important;
}

div.formRow2 {
	height: 20px;
	overflow:hidden;
}
div.pointCursor {
	cursor: pointer;
}
input.pga_msLoginSubmit {
	position:relative;
	width: 68px;
	height: 18px;
	background:url(submit.jpg) no-repeat;
	border: none !important;
	cursor: pointer;
}

/* ***********************************
	Reset Password
 ************************************* */
div#pga_msPasswordReset {
	position:relative;
	background: #9C958A url(acct_reset_bkgnd.gif) no-repeat;
	width: 286px;	
	padding: 5px 10px;
	text-align: right;
	color: #fff;
}
div#pga_msPasswordReset input {
	border: none;
}
input.forgetPasswordEmail {
	background:#EBEBEB none repeat scroll 0%;
	border:1px solid #C1BCB2;
	height:14px;
	width:143px;
}
div.formForgot {
	position: relative;
	float: left;
	width: 72%;
	text-align: right;
	padding-top: 5px;
}
div.formSubmit {
	position: relative;
	float: right;
	width: 27%;
	text-align: right;
}
/* ***********************************
	Errors
 ************************************* */
div#pga_msErrors {
	background: #999287 url(acct_reset_bkgnd.gif) no-repeat;
	padding: 5px 10px;
	margin-bottom: 3px;
}
div#pga_msResetPassword {
	background: #999287 url(acct_reset_bkgnd.gif) no-repeat;
	padding: 5px 10px;
	margin-bottom: 3px;
}
input.pga_msPasswordResetSubmit {
	position:relative;
	width: 128px;
	height: 28px;
	background:url(acct_reset_btn.gif) no-repeat;
	border: none !important;
	cursor: pointer;
}
