.wrapper {
	width: 500px;
	min-width: 280px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -250px;
}
h1 {
	margin-top: 10px;
	font-weight: 400;
	font-size: 30px;
	float: right;
	color: #393939;
	text-shadow: 0 1px 0 #fff;
}
.inner {
	width: 460px;
	margin: auto;
}
.logo {
	height: 40px;
	width: 500px;
	background: url(../../../media/images/interface2013/logo.png) no-repeat;
}
.logoP1 {
	height: 100px;
	width: 500px;
	background: url(../../../media/images/interface2013/logoP1.gif) no-repeat;
}
.lg-body {
	margin-top: 10px;
	height: 235px;
	/*
	background: url(../../../media/images/interface/login-bg.jpg);
	*/
	background: url(../../../media/images/interface2013/login-bg.jpg);
	border-radius: 5px;
	border: 1px solid #444;
	border-bottom: 4px solid #333;
	box-shadow: inset 0 1px 0 0 #999;
}
#lg-head {
	height: 26px;
	margin: 10px 0;
	background: url(../../../media/images/interface2013/login-sprite.png) no-repeat 0 0;
}
#lg-head p {
	padding: 6px 0 0 34px;
	font-size: 17px;
	color: #d3d3d3;
	text-shadow: 0 1px 0 #292929;
}
.separator {
	height: 2px;
	background: url(../../../media/images/interface2013/separator-dark-hz.png) repeat-x;
	margin: 14px 0;
}
.login {
	width: 460px;
	margin: auto;
	padding-top: 5px;

/*
background-color: blue;
*/

}
.login ul li {
margin: 1em 0 0 0;
padding: 0;

/*
background-color: pink;
*/
}
#usr-field, #psw-field {
	background: url(../../../media/images/interface2013/nav/nav-hover.png);
	/*
	background-color: yellow;
	*/

	border-radius: 3px;
	box-shadow: inset 0px 0px 1px 0px #000;
	/*
	height: 32px;
	position: relative;
	*/
	vertical-align: middle;
}
#usr-field-icon {
	/*
	display: block;
	*/
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url(../../../media/images/interface2013/login-sprite.png) no-repeat 0 -28px;
	/*
	position: absolute;
	top: 8px;
	left: 8px;
	*/
	margin: 0.4em 0.5em 0 0.2em;
}
#psw-field-icon {
	/*
	display: block;
	*/
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url(../../../media/images/interface2013/login-sprite.png) no-repeat 0 -48px;
	/*
	position: absolute;
	top: 6px;
	left: 8px;
	*/
	margin: 0.4em 0.5em 0 0.2em;
}

.login-text-input
{
/*
display: inline;
width: 100%;
height: 32px;
*/
width: 88%;
/*
background: transparent;
*/
background-color: transparent;
/*
background-color: wheat;
*/
border: none;
box-shadow: none;
padding: 0;
margin: 0;
font-size: 1em;
color: #ccc;
text-shadow: 0 1px 0 #292929;

/*
text-indent: 40px;
font-size: 12px;
*/
position: relative;
top: -4px;
height: 1.3em;
}

#checkbox {
	margin: 16px 0 16px 4px;
}
.checkbox-text {
	color: #d3d3d3;
	margin-left: 6px;
	font-size: 13px;
	float: none;
}
.submit {
	width: 82px;
	height: 26px;
	border: 1px solid #444 !important;
	font-size: 13px !important;
	padding: 0;
}
#lost-psw {
	float: right;
	margin-top: -24px;
}
#lost-psw a {
	color: #d3d3d3;
	font-size: 13px;
}
label.error {
	width: 22px;
	height: 22px;
	display: block;
	clear: both;
	text-indent: -9999px;
	position: absolute;
	top: 6px;
	right: 6px;
	background: url(../../../media/images/interface2013/login-sprite.png) no-repeat 0 -68px;
	border: none;
	float: none;
}

/* ADAPTIVE LAYOUT */

@media only screen and (min-width: 0px) and (max-width: 500px){
	.wrapper {
	width: 300px;
	position: relative;
	top: 0;
	left: 0;
	margin: 4px auto !important;
	}
	.inner, .login, fieldset, .logo {
		width: 280px !important;
		margin: auto;
	}
	.logo h1 {
		display: none;
	}
	#lg-head {
		background: none;
	}
	#lg-head p {
		padding: 2px 0 0 2px;
	}
	.separator {
		margin: 6px 0 0 0;
	}
}

.img-box-lite-icon-error
{
display: inline-block;

text-align: center;

background-color: transparent;
background-image: url("../../../media/images/icons/error.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;

/*
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='<?php print(ICON_IMG_URL); ?>/error.png', sizingMethod='scale');
*/

width: 48px;
height: 48px;
margin: 0 0 0 0;
margin: 0.3em;
}

/* additional error box styles */
/* NOTE: duplicate of same style in styhlesheet.php */
.error_box
{
font-weight: normal;
border: 1px solid #990000;
background-color: #FFCCCC;
width: 450px;
}


/* NOTE: duplicate of same style in styhlesheet.php */
.notice_box
{
/* MODS PER PER GRPHDSNR
font-weight: normal;
border: 1px solid #000099;
background-color: #CCCCFF;
width: 450px;
*/
color: #3a87ad;
background-color: #d9edf7;
border: 1px solid #bce8f1;
width: 700px;
}

/* NOTE: duplicate of same style in another css file */
.lite-footer-box
, .lite-footer-box-NOTLOGGEDIN
{
text-align: center;
/*
color: rgb(170, 170, 170);
*/
color: black;
margin: 0.2em 0 0 0;

margin-left: auto;
margin-right: auto;
}

/* NOTE: duplicate of same style in another css file */
.lite-footer-box-NOTLOGGEDIN
{
/*
color: rgb(120, 120, 120);
*/
color: white;
font-size: small;
}
