@charset "utf-8";
/* CSS Document
If this form is used as an include if needed you must
define the following CSS in the calling script

#acctText
ul

*/

.loginForm {
	margin:0 auto; 
	padding:20px; 
	margin-bottom:20px;
	list-style-type:none;
}
.login-form_continue {text-align:center; width:180px; margin:0 auto; }
.login-form_continue input {border-radius:12px; border:2px #fff solid; padding:5px; }
.login-form_continue input:focus, input:hover{border-color:#ccc; }
.login-form_continue button {
	border-radius:12px; 
	border:2px transparent solid; 
	padding:5px;
	cursor:pointer;
	width:174px;
	height:58px;
	/* need to add in calling script if using image background
	background-repeat:no-repeat;
	background-position-x:5px;
	background-position-y:5px;
	*/
}
.login-form_continue button:focus, button:hover{border-color:#ccc; }

#errors {display:none; padding-bottom:10px; color:red; }

#login-form_reset {display:none; }
#login-form_resetText {text-align:center; }
#login-form_resetMsg {display:none; padding:20px; text-align:center; }

.oldB {overflow:hidden; }

.login-form_loginForm {
	width:430px;
	margin:0 auto; 
	padding:20px; 
	margin-bottom:20px;
	list-style-type:none;
}

#login-form_forgot {float:left; display:inline-block; margin-left:290px; margin-top:20px; }
#login-form_forgot a {text-decoration:none; }
#login-form_forgot a:hover, a:focus {text-decoration:underline; cursor:pointer; }