﻿body
{
    margin: 0;
    padding: 0;
    background-color: #EEF2F6;
}
#header-left {
	background-image: url(images/Custom/ht-logo.png);
	height: 50px;
	width: 231px;
	margin-top: 10px;
	margin-left: 20px;
}
#login-user {
	background-image: url(icon/flat/login-user.png);
	height: 100px;
	width: 100px;
}
.login-panel .x-form-element { padding-left: 75px !important; }
.chrome 
{
    background: url('icon/used/chrome.png') no-repeat !important;
}
.ie 
{
    background: url('icon/used/ie.png') no-repeat !important;
}
.login-icon
{
    background: url('icon/login/login.png') no-repeat !important;
}

.btn-login
{
    background: url('icon/login/login.png') no-repeat !important;
}

.btn-login-reset
{
    background: url('icon/login/login-reset.png') no-repeat !important;
}

.text-lock
{
    background: url('icon/login/lock.gif') no-repeat !important;
    padding: 2px 0px 2px 18px;
}

.text-code
{
    background: url('icon/login/code.gif') no-repeat !important;
    padding: 2px 0px 2px 18px;
}

.text-user
{
    background: url('icon/login/user.png') no-repeat !important;
    padding: 2px 0px 2px 18px;
}

.text-dynamic
{
    background: url('icon/login/dynamic.png') no-repeat !important;
    padding: 2px 0px 2px 18px;
}
.btn-error {
	background: url(icon/used/error.png) no-repeat !important;
}