﻿@CHARSET "UTF-8";
#loading-mask{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:20000;
    background-color:white;
}
#loading{
    position:absolute;
    left:40%;
    top:40%;
    padding:2px;
    z-index:20001;
    height:auto;
}
#loading a {
    color:#225588;
}
#loading .loading-indicator{
    background:white;
    color:#444;
    font:bold 13px tahoma,arial,helvetica;
    padding:10px;
    margin:0;
    height:auto;
}
#loading-msg {
    font: normal 12px arial,tahoma,sans-serif;
}
    
    
#loginDialogId {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 480px;
	background: #FFF;
	border: 4px solid #EAEAEA;
	visibility:hidden;
}

body {
	background: #FFFFFF;
  font-family:Tahoma,sans-serif,Verdana, Geneva, Arial;
  font-size:12px;
}

.loginField{
	font-weight:bold;
}

#top {
	height: 300px;
	background: #FFF url(../images/logo.gif) no-repeat center center;
}

#center {
	height: 140px;
	margin-bottom: 10px;
	border-top: 1px dotted #CCCCCC;
}

#bottom {
	height: 19px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 9px;
	background: #FFF;
	text-align: right;
}

#close-window {
	float: right;
	width: 16px;
	height: 16px;
	margin: 10px;
	cursor: pointer;
}

#form {
	float: left;
	width: 300px;
	height: 140px;
}

#logo {
	float: left;
	width: 460px;
	height: 100px;
	padding: 20px;
}

#loginFormContainer {
	height: 140px;
}

.bt-left {
	float: left;
	text-align: left;
	padding-left: 20px;
	width: 98%;
}

#logo li {
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 4px;
}

.FP {
	background: url(../images/login.gif) no-repeat -17px 0px;
	width: 16px;
	margin-right: 4px;
}

.IE {
	background: url(../images/login.gif) no-repeat -51px 0px;
	width: 16px;
	margin-right: 4px;
}

.FF {
	background: url(../images/login.gif) no-repeat -68px 0px;
	width: 16px;
	margin-right: 4px;
}

.AP {
	background: url(../images/login.gif) no-repeat -0px 0px;
	width: 16px;
	margin-right: 4px;
}

.EL {
	background: url(../images/login.gif) no-repeat -34px 0px;
	width: 16px;
	margin-right: 4px;
}

.cross {
	background: url(../images/login.gif) no-repeat -85px 0px;
	width: 16px;
	margin-right: 4px;
}
