﻿html
{
	height: 100%;
	border: none;
	overflow: auto;
}

body
{
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: 100%;
	border: none;
	background: #ffffff;
	text-align: center;
}

* html body
{
	overflow: hidden;
}

* + html body
{
	overflow: hidden;
}

form
{
	display: inline;	
}

#wrapper
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container
{
	width: 374px;
	height: 311px;
	margin-left: auto;
	margin-right: auto;
	/*background: url('../img/login.jpg');*/
	position: relative;
	text-align: left;
}

#logo
{
	position: absolute;
	top: 48px;
	left: 0px;
}

#contents
{
	position: absolute;
	top: 127px;
	left: 0px;
	width: 372px;
	height: 182px;
	border: 1px solid #c9c9c9;
	background: #f8f8f8;
}

#securitylabel
{
	position: absolute;
	top: 15px;
	left: 14px;
}

#usernamelabel
{
	position: absolute;
	top: 57px;
	left: 14px;
}

#usernameinput
{
	position: absolute;
	top: 54px;
	left: 127px;
}

#usernameinput input
{
	width: 225px;
	height: 16px;
	font-size: 13px;
	border: 1px solid #c9c9c9;
}

#passwordlabel
{
	position: absolute;
	top: 85px;
	left: 14px;
}

#passwordinput
{
	position: absolute;
	top: 80px;
	left: 127px;
}

#passwordinput input
{
	width: 225px;
	height: 16px;
	font-size: 13px;
	border: 1px solid #c9c9c9;
}

#loginbutton
{
	display: block;
	width: 70px;
	height: 17px;
	text-align: center;
	vertical-align: baseline;
	border: 1px solid #c9c9c9;
	color: #5d666c;
	text-decoration: none;
	position: absolute;
	top: 110px;
	left: 127px;
	line-height: 17px;
}

#resetpwdbutton
{
	display: block;
	width: 70px;
	height: 17px;
	text-align: center;
	vertical-align: baseline;
	border: 1px solid #c9c9c9;
	color: #5d666c;
	text-decoration: none;
	position: absolute;
	top: 110px;
	left: 127px;
	line-height: 17px;
}

#forgetpwdlabel
{
	position: absolute;
	top: 113px;
	left: 209px;
	width: 145px;
	text-align: right;
}

a, a:visited
{
	color: #4343ff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#logoutheader
{
	position: absolute;
	top: 15px;
	left: 14px;
	font-size: 16px;
	font-weight: bold;
}

#logouttext
{
	position: absolute;
	top: 57px;
	left: 14px;
}

#logoutlinks
{
	position: absolute;
	top: 85px;
	left: 14px;
	line-height:14px;
}

#sep
{
	position: absolute;
	top: 141px;
	left: 14px;
	width: 340px;
	height: 1px;
	background: #e6e4e5;
	overflow: hidden;
}

#iplabel
{
	position: absolute;
	top: 149px;
	left: 14px;
}

#sllink
{
	position: absolute;
	top: 163px;
	left: 275px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 13px;
}

#sllink img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 3px;
}

.logintext, .logouttext
{
	font-family: verdana, arial, Sans-serif;
	font-size: 11px;
	color: #5d666c;
}