body#adminlogin {
	background: #ddd url(../images/logo.png) center left no-repeat;
}

body#userlogin {
 	background-color: #ddd;
}

label {
	float: left;
/*	height: 20px;*/
	width: 112px;
	text-align: right;
	font-weight: bold;
	color: #008ec5;
	display: block;
	padding-right: 8px;
}
input {
	width: 120px;
/*	display: inline;      */
/*	margin-bottom: 5px;*/

}


#copyright {
/*	position: absolute;
	bottom: 0px;*/
	color: #666;
	text-align: center;
	position: relative;
	top: -150px;
}


#container {
	position: absolute;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
	width: 95%;
}
.loginform-box {
	border-bottom: #666 1px solid;
	border-top: #ccc 1px solid;
	border-left: #bbb 1px solid;
	border-right: #bbb 1px solid;
	width: 300px;
	position: relative;
	top: -150px;
	margin: 0 auto;
	padding: 24px 128px 24px 16px;
}
.loginform-box#admin {
	background: #fff url(../icons/128x128/settings.png) 295px 30px no-repeat;
}
.loginform-box#user {
	background: #fff url(../icons/128x128/lock.png) 295px 30px no-repeat;
}
.loginform-box#cards {
	background: #fff url(../icons/128x128/cards.png) 310px 30px no-repeat;
}
.loginform-box#addr {
	background: #fff url(../icons/128x128/kfm_home.png) 310px 30px no-repeat;
}
.loginform-box#reg_app {
	background: #fff url(../icons/128x128/wp.png) 310px 30px no-repeat;
}

.loginform-box table tr {
	vertical-align: middle;
}

#loginhdr{
    margin: 0px 52px 16px 0px;
	text-align: right;
	border-bottom: #ddd 1px solid;
}
.loginFormUsername {
    background: url('../icons/form/user.png') no-repeat 0 1px;
    padding-left: 17px;
	height: 17px;
}
.loginFormUserpass {
    background: url('../icons/form/key.png') no-repeat 0 1px;
    padding-left: 17px;
	height: 17px;
}
.textarea{
	width: 300px;
	height: 100px;
}
.reg_app #container {
	top: 10%;
}
.reg_app .loginform-box {
	top: 0;
}
.reg_app .sub_tt {
	text-align: center;
}
.login_form_links a {
	margin: 10px;
}
#loginInfo {

    padding: 0;
    color: #666;
    text-align: center; 
    background: transparent;
    font-size: 100%;
}



