/* Login form
	#wlpeLogin {
		width: 279px;
		height: 223px;
		border: 5px solid #dbdbdb;
		background: #00202f url(../images/fade-to-blue.gif) no-repeat left bottom;
		padding: 0;
		font-size:11px;
		margin: 20px 0 0 20px;
	}
	#wlpeLoginForm {
		background: transparent url(../images/bg-client-login.gif) no-repeat left top;
		padding: 57px 8px 14px 8px;
	}
	#wlpeLoginForm fieldset {
		border: none;
	}
	#wlpeLoginForm fieldset, #wlpeLoginForm form, #wlpeLoginForm label, #wlpeLoginForm legend, #wlpeLoginForm input, #wlpeLoginForm textarea {
		display: block;
	}
	#wlpeLoginForm label {
		font-size: 12px;
		color: #fff;
	}
	#wlpeLoginForm input {
		width: 180px;
		margin-bottom: 5px;
	}
	#wlpeLoginButton {
		background: #89c6c1;
		border: none;
		color: #fff;
		font-weight: bold;
		padding: 4px 12px;
		margin-top: 10px;
		margin-right:20px;
		float: right;
		clear: right;
		cursor: pointer;
	}
	#wlpeReminderButton {
		border: none;
		background: none;
		float: right;
		clear: both;
		margin-top: 8px;
		margin-right:17px;
		color: #fff;
		font-size: 9px;
		padding: 0;
	} */
