body {
	font-family: Arial;
	font-size: 0.6875em;
	background:url('./images/login/bg-top.gif') repeat-x #ff8f27;
    margin:0px;
    padding:15px 0px 0px 0px;
	text-align:left;
}

a { text-decoration:none; }
a:hover { text-decoration: none; }

form,table,input,textarea,select {
    font-family: Arial;
    font-size:1em;
}

form {
    margin:0px;
    padding:0px;
}

h1 {
    float:right;
    padding:0px;
    margin:0em;
    background:url('./images/login/logo.gif') no-repeat 0px 0px;
    font-size:1em;
}
h1 a {
    color:#FFF;
    display:block;
    padding:40px 10px 20px 68px;
}
h1 a:hover { text-decoration:none; }
h1 a span { display:none; }

#top {
    background:url('./images/login/user-top.gif') no-repeat bottom left #222222;
    min-height:82px;
    _height:82px;
    position:relative;
}
#top h2 {
    margin:0px;
    padding:0px;
    font-size:1.65em;
    font-weight:normal;
    position:absolute;
    bottom:13px;
    left:80px;
    color:#FFF;
}

#data {
    clear:both;
    background:url('./images/login/bg-body.gif') repeat-x top left #fff;
    border-bottom:5px solid #FFB570;
    color:#000;
}
#data .info {
    width:400px;
    float:left;
    padding:15px 0px 15px 55px;
    background:url('./images/login/help.gif') no-repeat 13px 20px;
}
#data .info p {
    margin:0px;
    padding:8px 0px 8px 0px;
}

#login {
    margin:0px;
    padding:0px;
    color:#000;
    text-align:left;
    background:url('./images/login/bg-login-form.gif') repeat-y 0px 0px;
    width:324px;
    float:left;
}
#login .login-data {
    margin:0px;
    padding:15px 40px 15px 80px;
    background:url('./images/login/bg-login-form-top.gif') no-repeat 0px 0px;
}
#login table {
    margin:0px 0px 0px auto;
}
#login input.text {
    background:url('./images/login/input-text.gif') no-repeat 0px 0px;
    width:149px;
    height:20px;
    padding:4px 3px 4px 3px;
    font-size:1em;
    margin:0px;
    border:none;
}
input.button {
    background:url('./images/login/button-bg.gif') no-repeat top right;
    border:none;
    padding:5px 40px 5px 10px;
    width:150px;
    min-height:23px;
    _height:23px;
    color:#FFF;
    cursor:pointer;
    font-size:1em;
    font-weight:bold;  
    margin:0px;
}
input.button span {
    background:url('./images/login/button-bg.gif') no-repeat top right;
    text-align:center;
    display:block;
    float:left;
}

#bottom {
    clear:both;
    padding:10px 20px 10px 20px;
    text-align:right;
    color:#FFF;
}
#bottom a { color:#FFF; }
#bottom a:hover { color:#FFF; }


/**
 * Reporty
**/
.report {
    min-height:26px;
	_height:26px;
    text-align:left;
    margin:0 auto 5px auto;
    font-weight:bold;
    color:#000;
    font-size:1.3em;
    padding:5px 5px 5px 45px;
    position:relative;
}
.report ul {
    padding:0px 0px 0px 35px;
    margin:0px;
    font-weight:bold;
}
.report span.ico {
	display:block;
	width:36px;
	height:36px;
	margin:1px 3px 1px 1px;
	background:url('./images/login/msg-icons.gif') no-repeat top left;
    position:absolute;
    top:0px;
    left:0px;
}

.report span.ico_OK { background-position:0px 0px; }
.report span.ico_ERROR { background-position:-36px 0px; }
.report span.ico_INFO { background-position:-72px 0px; }
.report span.ico_ALERT { background-position:-108px 0px; }
.report span.ico_HELP { background-position:-144px 0px; }

.error-report-overlay {
    position:absolute;
    top:0px;
    left:0px;
    background:#000;
    filter:alpha(opacity = 80);
    -moz-opacity:0.8;
    opacity:0.8;
    height:0px;
    width:0px;
    z-index:100;
}
.error-report-block {
    position:absolute;
    background:url('./images/login/msg-block-bg.gif') repeat-y top left;
    top:0px;
    left:0px;
    width:316px;
    z-index:100;
}
.error-report-bottom {
    clear:both;
    background:url('./images/login/msg-block-bottom.gif') no-repeat bottom left;
    padding:13px 7px 5px 7px;
}
.error-report {
    color:#F00;
    font-size:1.3em;
    text-align:left;
    font-weight:bold;
    margin:0 auto 5px auto;
    padding:15px 15px 0px 60px;
    position:relative;
    background:url('./images/login/msg-block-top.gif') no-repeat top left;
}
.error-report span.ico {
    display:block;
	width:36px;
	height:36px;
	margin:1px 3px 1px 1px;
	background:url('./images/login/msg-icons.gif') no-repeat top left;
    background-position:-36px 0px;
    position:absolute;
    top:5px;
    left:5px;
}
.error-report-bottom .button {
    clear:both;
    float:right;
}

.cleaner {
    clear:both;
}