#wplb_wrap {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	font-style: normal;
	}

#wplb_main {
	float: left;
	margin-right: 6px;
	padding-right: 10px;
	padding-left: 5px;
	min-width: 315px;
	min-height: 45px;
	background: #ececec;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottom-right: 7px;
	-moz-border-radius-bottom-left: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	}
	
#wplb_wrap .wplb_field {
	padding: 0px;
	padding-left: 1px;
	color: #666;
	width: 80px;
	height: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	float: left;
	margin-right: 3px;
	margin-top: 7px;
	}
	
#wplb_wrap .wplb_pass {
	padding: 0px;
	padding-left: 1px;
	color: #666;
	width: 80px;
	height: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	float: left;
	margin-right: 3px;
	margin-top: 7px;
	}
	
#wplb_wrap .wplb_button {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 8px;
	margin-top: 9px;
	min-width: 45px;
	height: 23px;
	font-size: 11px;
	background: #f0f0f0;
	color: #222;
	}
	
#wplb_wrap .wplb_link {
	padding-top: 7px;	
	text-decoration: none;
	font-weight: bold;
	color: #444;
	font-size: 13px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	background: #ececec;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	height: 25px;
	}
	
#wplb_wrap .wplb_link:hover {
	text-decoration: none;
	color: #222;
	background: #f0f0f0;
	}
	
#wplb_wrap .wplb_check {
	margin-top: 8px;
	float: left;
	margin-right: 4px;
	}
	
#wplb_wrap .wplb_text{
	float: left;
	margin-top: 5px;
	font-size: 11px;
	color: #222;
	}
