.logon
{
	position: absolute;
	z-index: 0; /*background: url(images/logon.png) no-repeat;*/
	background: no-repeat;
	width: 380px;
	height: 258px;
	left: 50%;
	top: 50%;
	margin-top: -129px;
	margin-left: -190px;
}

.ilogin
{
	position: absolute;
	top: 110px;
	left: 120px;
	font-size: 18px;
	width: 220px;
	z-index: 1001;
}

.idlogin
{
	position: absolute;
	top: 110px;
	left: 120px;
	font-size: 18px;
	width: 223px;
}

.ipassword
{
	position: absolute;
	top: 150px;
	left: 120px;
	font-size: 18px;
	width: 220px;
}

.ienter
{
	position: absolute;
	top: 190px;
	right: 37px;
	width: 110px;
	font-size: 18px;
}

.copirait
{
	position: absolute;
	top: 210px;
	left: 35px;
}

.copirait A, .copirait A:hover
{
	color: Black;
	font-size: 11px;
	text-decoration: none;
}

.msg
{
	position: absolute;
	z-index: 0;
	width: 380px;
	left: 50%;
	top: 50%;
	margin-top: 135px;
	margin-left: -155px;
	color: Red;
}

.logon-clients
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 330px;
	bottom: 0px;
	padding: 15px;
	overflow: auto;
	overflow-x: hidden;
	border-left: 3px;
	background-color: #eee;
	border-left: 3px solid black;
	color: Black;
	margin-top: 70px;
}

.logon-clients ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.logon-clients h1
{
	font-size: 1.5em;
}

.logon-clients li
{
	margin: 10px 0;
}

.logon-clients img
{
	border: 0px;
}

.logon-head
{
	position: absolute;
	background-color: #000;
	padding: 0 0 0 1.4em;
	top: 0;
	width: 100%;
	height: 70px;
}

.logon-head img
{
	margin: 1.25em 0 0 1.4em;
	border: 0px;
}
