/*links - begin*/
a, a:visited {
	color: #cc0033;
	text-decoration: underline;
	font-style:italic;
}
.menu li.cur a, .menu li.cur a:visited {
    color: #6A6A6A;
    text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.nodec {
	font-style:normal;
}
/*links - end*/
/* fixed footer */
* {
  	margin: 0;
  	padding: 0;
}
html, body {height: 100%;}
#container-content {
	min-width: 1024px;
	min-height: 100vh;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*header - begin*/
body {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:	13px;
	font-style:	normal;
	color:	#595959;
	background: #fff;
	width: 100%;
	min-width: 1024px;
}
#loginbox {
	width:343px;
	margin:0 auto;
}
.logo {
	margin:0;
	padding-top:20px;
	font-size:11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo img {
}
.logo p {
	margin:0 0 0 21px;
	padding:17px 0 16px 20px;
	width:110px;
	background:url('/static/admin/images/v_dot.png') repeat-y left top;
	line-height:1.2;
}
.logo p a {
    line-height: 1.4;
}
.logo p a:hover{
	text-decoration:none;
}
.exit {
	float:right;
	width:88px;
	margin:80px 65px 0 0;
	background:url('/static/admin/images/exit.gif') no-repeat left center;
}
.exit a {
	padding-left:32px;
	line-height:26px;
	font-size:19px;
	font-style:italic;
}
/* login - block */
.login-block {
	width: 288px;
	height: auto;
	position: relative;
	margin: 18px auto 50px;
	background: #F4F4E8 url("/static/admin/images/dot_gray.png") repeat-x left bottom;
	color: #595959;
}
.login-block-pad {
	padding: 13px 0 24px 41px;
}
.login-block h2 {
	font-size: 20px;
	line-height: 33px;
	font-weight: normal;
	font-style: italic;
	padding: 0 0 6px 0;
}
.login-block input.form-field {
	width: 198px;
	height: 20px;
	padding: 5px 4px 3px 6px;
	color:	#6f6f6f;
	font-size: 14px;
	font-family: Tahoma;
	border: 1px solid #dcdad8;
	border-top-color: #aaa9a6;
	margin: 1px 0 0 -2px;
}
.login-block .field-box {
	position: relative;
	margin: 0 0 10px 0;
}
.login-block .default-field {
	position: absolute;
	width: 150px;
	height: 16px;
	top: 3px;
	left: 0;
	color:	#6f6f6f;
	font-size: 14px;
	font-family: Tahoma;
	text-align: left;
	cursor: text;
}
.login-block .default-field span {
	display: block;
	padding: 8px 0 0 5px;
}
.login-block .checkbox {
	float: left;
	width: 25px;
}
.login-block .remember {
	margin-left: 35px;
}
.login-block img {
	vertical-align: middle;
}
.login-block .submit {
	width: 92px;
	height: 25px;
	border: none;
	padding: 0;
	margin: 6px 0 0 -1px;
	color:	#333736;
	cursor: pointer;
	background: url("/static/admin/images/enter.gif") no-repeat left top;
}
.login-block .loader {
	position: absolute;
	top: 8px;
	width: 16px;
	height: 16px;
	left: 50%;
	margin-left: -8px;
	display: none;
}
.login-block .disabled {
	position: absolute;
	display: none;
	top: -49px ! important;
	left: 40px ! important;
	width: 92px ! important;
	height: 25px ! important;
	background: #f4f4e8 ! important;
 	filter:alpha(opacity=55);
    -moz-opacity: 0.55;
    opacity: 0.55;
}
.login-block .inputresult {
	display: none;
	font-family: "Trebuchet MS";
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	color: #b11e2e;
}
.login-block .inputresult div {
	padding: 3px 10px 0 0;
}
#footer.log_f p {
    margin: 0 auto;
    text-align: center;
    width: 250px;
    padding: 80px 0 0 30px;
    font-size: 13px;
}