@charset "utf-8";

#wlpe_table {
	width: 550px;
	margin: 0;
	padding: 0;
	background: none;
}
#wlpe_table td {
	margin: 0 5px 0 0;
}
#wlpeUserRegisterForm {
	margin: 0;
	padding: 0;	
}
#wlpeUserRegisterForm span {
	color: #CCCCCC;
}
input[type="radio"] {
	margin: 5px 0 0 0;
	width: 22px;
}
#wlpeUserRegisterForm fieldset {
	margin: 0 0 1px 1px;
	font-size: 11px;
	color: #CCCCCC;
	border: none;
}
#wlpeUserRegisterForm .input {
	margin: 0 0 20px 0;
	padding: 6px 3px 3px 3px;
    width: 230px;
	height: 17px;
	font-size: 11px;
	color: #FFFFFF;
	background: #292929;
	border: 1px solid #333;
}
#wlpeUserRegisterForm .input:focus {
	color: #FFFFFF;
	background: #333;
	border: 1px dotted #444;
}
#wlpeSaveRegisterButton {
	margin: 0;
	padding: 0;
	width: 70px;
	height: 25px;
	background: #fff200;
	border: none;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;	
	border: 1px solid #fff200;
}
#wlpeUserProfileForm {
	margin: 0;
	padding: 0;	
}
#wlpeUserProfileForm fieldset {
	margin: 0 0 1px 1px;
	font-size: 11px;
	color: #CCCCCC;
	border: none;
}
#wlpeUserProfileForm .input {
	margin: 0 0 20px 0;
	padding: 6px 3px 3px 3px;
    width: 230px;
	height: 17px;
	font-size: 11px;
	color: #FFFFFF;
	background: #292929;
	border: 1px solid #333;
}
#wlpeUserProfileForm .input:focus {
	color: #FFFFFF;
	background: #333;
	border: 1px dotted #444;
}
.wlpeMessageText {
	color: #FFFF00;
}
.wlpeButton {
	margin: 0 0 0 5px;
	padding: 0;
	width: 70px;
	height: 25px;
	background: #fff200;
	border: none;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;	
	border: 1px solid #fff200;
}
.wlpeProfile {
	background: none;
	border: none;
	margin: 0;
	width: 90px;
	text-align: left;
	font-size: 11px;
	color: #777;
	cursor: pointer;
	text-transform: none;
}
.wlpeCancel {
	background: none;
	border: none;
	margin: 0;
	width: 40px;
	text-align: left;
	font-size: 11px;
	color: #777;
	cursor: pointer;
	text-transform: none;
}
