#LoginWithAjax {
	color: #fff;
	position: relative;
	padding: 5px;
	width: 95%;
	font-family: Helvetica, Arial, sans-serif;
}

/*Logged out CSS*/
#LoginWithAjax input#lwa_user_login, #LoginWithAjax input#lwa_user_pass {
	font-family: Helvetica, Arial, sans-serif;
	width: 100px;
	color: #fff;
	background: #000;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	margin: 0 5px;
	}

#LoginWithAjax input.lwa_submit {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	background: #000;
	border:none;
	margin: 0 5px;
	}

#LoginWithAjax input.lwa_submit:hover {
	color: #000;
	background: #f00;
	}

#LoginWithAjax_Loading { position:absolute; width:100%; height:100%; background:#FFFFFF url(loading.gif) 50% 50% no-repeat; left:0px; top:0px; opacity:0.8; filter:alpha(opacity=80)}

#LoginWithAjax_Status.invalid, #LoginWithAjax_Status.confirm { text-align:left; display:block; padding:3px; margin-bottom:8px; }
#LoginWithAjax_Status.invalid { color:#fff; background:#000; border:1px solid #f00; }
#LoginWithAjax_Status.confirm { color:#fff background:#000; border:1px solid #0f0; }

/*Forgotten password*/
#LoginWithAjax_Remember { margin-top:5px; display:none; }
#LoginWithAjax_Remember p { padding: 0px 0px 3px 0px }
#LoginWithAjax_Remember strong {
	text-transform: uppercase;
}
#LoginWithAjax_Remember input#lwa_user_remember {
	font-family: Helvetica, Arial, sans-serif;
	width: 200px;
	color: #fff;
	background: #000;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	margin: 0 5px;
	}