/*login.htm*/
#wlpeLogin {
position: relative;
float:left;
/*top: 19px;*/
/*left: -48px;*/
width: 150px;
height: 130px;
margin-left:35px;
color: #000;
}
#wlpeLogin input {
width: 121px;
border-top:1px solid #7c7c7c;
border-left:1px solid #c3c3c3;
border-right:1px solid #c3c3c3;
border-bottom:1px solid #ddd;
background:#FFF;
margin-bottom:10px;
position:relative;
}
#wlpeLoginButton {
background-color: #E4E4E4;
color: red;
border: 0;
width: 86px;
height: 25px;
/*font-size: 0.8em;*/
padding: 0;
cursor: pointer;
font-weight: bold;
}
#wlpeLogin label {
/*font-size: 1em;*/
font: 12px/12px arial;
margin:0px;
position:relative;
top:0px;
float:left;
}
#wlpeLogoutButton {
background-color: #E4E4E4;
color: red;
border: 0;
width: 86px;
height: 25px;
/*font-size: 0.8em;*/
padding: 0;
cursor: pointer;
font-weight: bold;
}
#wlpeUserInfo {
background-color: transparent;
color: #838383;
border: 0;
/*font-size: 0.8em;*/
padding-left: 0.3em;
}
#wlpeRegisterButton {
background-color: transparent;
color: #838383;
border: 0;
/*font-size: 0.8em;*/
padding-left: 0.3em;
cursor: pointer;
}
#wlpeReminderButton {
background-color: transparent;
color: #838383;
border: 0;
font: 12px/12px arial;
/*font-size: 0.8em;*/
margin-top: 0.3em;
cursor: pointer;
z-index: 0;
}
#wlpeProfileButton {
background-color: transparent;
color: #838383;
border: 0;
/*font-size: 0.8em;*/
margin-top: 0.3em;
cursor: pointer;
z-index: 0;
}
#wlpeLoginFieldset,
#wlpeUserButtons,
#wlpeLoginButtons {
border: none;
}
#wlpeLoginFieldset {
	top:0px;
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#wlpeLoginFieldset #wlpeUsernameLabel, #wlpeLoginFieldset #wlpePasswordLabel, #wlpeLoginButtons {
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
}
#wlpeLoginButtons {
	clear:both;
	text-align:center;
	margin-top:10px;
}	
	/*end login.htm*/