#login .first{ overflow:hidden }
button{ cursor:pointer }

/* General */
.wlpeMessage{
	width:357px;
	margin-top:10px;
	color:#333
}
#yui-main .wlpeMessage{ width:auto }
.wlpeMessage p{
	margin-bottom:10px
}
.wlpeMessageText{
	
	color:#900 !important
}

/* Login */
#wlpeLogin,#wlpeReset,#wlpeActivate{

	width:357px;	
	min-height:223px;
	height:auto !important;
	height:223px;

	background:#fff url('../images/login_form_bg.png') no-repeat -2px 0;

	margin:25px 0;
	padding:37px 10px 0;

}

#wlpeLoginForm{}
#wlpeLoginButtons{
	text-align:center;
	clear:both;
	margin-top:15px;
	
}
#wlpeLoginButtons button{ margin-right:5px; }

#wlpeUsernameLabel{}
#wlpeUsername{}

#wlpePasswordLabel{}
#wlpePassword{}

#wlpeStayLoggedInLabel{
	display:none
}

#wlpeStayLoggedIn{}

#wlpeLoginButton{

}
#wlpeReminderButton{

}

/* Reset */
#wlpeReset{
	background-image:url('../images/wlpe_reset_form_bg.png')
}

#wlpeResetEmail{}
#wlpeResetButtonFieldset{
	text-align:center;
	clear:both;
	margin-top:15px;	
}
#wlpeResetButtonFieldset button{ margin-right:5px; }

#wlpeResetButton{

}
#wlpeResetCancelButton{

}

/* Activate */
#wlpeActivate{

	background-image:url('../images/wlpe_activate_form_bg.png')

}

#wlpeActivate label{
	width:90%;
}
#wlpeActivate label span{
	width:175px;
}
#wlpeActivateButtonFieldset{
	text-align:center;
	clear:both;
	margin-top:15px;	
}
#wlpeActivateButtonFieldset button{ margin-right:5px; }

/* Profile */
#wlpeUser{
	
	/*background:#a2a2a2 url(../images/gradient_gray.jpg) repeat-x 0 -100px;*/
}

#wlpeUserProfileForm{}
#wlpeUserProfileInput{
	/*background:#a2a2a2 url(../images/gradient_gray.jpg) repeat-x 0 -100px;*/
	
}
#wlpeUserInfo{}

#wlpeProfileInfo{  }

#wlpeNewPasswordArea{
	/*background:url(../images/gradient_gray.jpg) repeat-x 0 -100px;*/
	
}
#wlpeNewPasswordAreaLegend{}
#wlpeNewPasswordInfo{}

#wlpeUserProfileButtons{
	border:0;
	/*background:#a2a2a2 url(../images/gradient_gray.jpg) repeat-x 0 -100px;*/
	
}

#wlpeUserProfileButtons button{ margin-right:5px; }

#wlpeUser .info{ font-style:italic; color:#2e8901 }
#wlpeUser legend{ 
	color:#333;
	font-weight:bold
}
#wlpeUser input{
	padding:3px;
	line-height:1.1em;
	height:1.2em;	
	border:1px solid #a2a2a2;
}