/* Блок с авторизацией пользователя */
.wlpemessage {
	display:block;
	width:244px;
	color:#FFF;
	background:#ff3200;
	position:absolute;
	margin-top:30px;
	z-index:2000;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	text-align:center;
}
.wlpemessagep {
	padding:3px 4px;
}
.wlpeblock {
	float:right;
	display:block;
	margin-top:4px;
	width:260px;
	height:96px;
	padding:0px 8px 5px 8px;
	border-radius:6px;
	box-sizing:border-box;
	background:#eee;
	text-align:center;
}
.wlpeblock .wlpetext {
	font-size:11px;
	height:18px;
	width:98px;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	padding-top:3px;
	text-align:center;
}
.wlpeblock .wlpelogin input, .wlpeblock .wlpepassword input{
	background:#f9f9f9;
	float:right;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	box-sizing:border-box;
	border:1px solid #b9b9b9;
	width:136px;
	height:20px;
	margin:0px;
	padding:0px 4px 0px 4px;
}
.wlpeblock .wlpelogin input:hover, .wlpeblock .wlpepassword input:hover{
	border:1px solid #555;
}
.wlpestr {
	height:28px;
}
.wlpebutton {
	border-radius:4px;
	box-shadow:rgba(0,0,0,0.333) 0px 0px 1px 1px inset;
	background:#7ca21d url(../i/nicebtn.png) repeat-x top;
	height:22px;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	float:right;
	padding:0px 12px;
	text-decoration:none;
	line-height:22px;
	color:#FFF;
	margin:6px 0px 0px 4px;
}
a.wlpebutton {
	text-decoration:none;
}
.wlpebutton:hover {
	box-shadow:rgba(0,0,0,0.333) 0px 1px 0px 1px inset;
	background:#799b0f;
	color:#FFF;
}
.red:hover {
	background:red;
}
#wlpeLoginForm {
	margin-top:-10px;
}
.wlpepadding {
	padding:0px;
}
.placeholder {
	color:#999;
}
#wlpeLoginForm .wlpebutton {
	margin-top:-2px;
}
*:first-child+html .wlpemessage {background:transparent;}
*:first-child+html .wlpebutton, :first-child+html a.wlpebutton {
	background:#333;
	height:22px;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	float:right;
	text-decoration:none;
	color:#f9f9f9;
	margin:0px;
	padding:0px 8px;
	margin-right:10px;
}
*:first-child+html .wlpebutton:hover {
	background:green;
	height:22px;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	float:right;
	text-decoration:none;
	color:#FFF;
	
}
.IPRBOOOKSOuterTplLK li{
	line-height:16px;
	margin-bottom:10px;
	background:url(../i/list.png) no-repeat left center;
	padding-left:28px;
}
.IPRBOOOKSOuterTplLK li a{
	font-size:12px;
}
.wlpeh3 {
	margin-top:-12px;
}