@charset "UTF-8";

#wplb_wrap {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	font-style: normal;
    width: 100%;
	}

#wplb_main {
	margin: 0 auto;
    padding-right: 5px;
    padding-left: 5px;
    width: 322px;
    height: 45px;
    background: #ececec;
    border-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;
	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: 14px;
	float: left;
	margin-right: 4px;
	}
	
#wplb_wrap .wplb_text{
	float: left;
	margin-top: 15px;
	font-size: 11px;
	color: #222;
	}
#loginform input[type='text'], #loginform input[type='button'], #loginform input[type='password']{
   /* margin-top: 10px !important;*/
}



