body
{
	width:100%;
	height:100%;
	margin:0px;
	background-color:#f8f8f8;
	font-family:MS Sans Serif, Tahoma, Arial;
	font-size:12px;
}

h2
{
	font-family: Trebuchet MS;
	font-weight:bold;
	font-size:16px;
	margin:0px;
}

label
{
	width:100px;
	display:block;
	float:left;
	padding-top:6px;
}
label.noTab	
{
	width:auto;
	display:inline;
	float:none;
	padding-top:auto;
}

A
{
    FONT-SIZE: 12px;
    COLOR: blue;
    font-family:MS Sans Serif, Tahoma, Arial;
    TEXT-DECORATION: none
}
A:link
{
    TEXT-DECORATION: none
}
A:visited
{
    TEXT-DECORATION: none
}
A:active
{
    TEXT-DECORATION: none
}
A:hover
{
    TEXT-DECORATION: none
}


.buttonLogin
{
	margin-top:10px;
	width:100px;
	font-size:12px;
	padding:2px;
	
}

.inputStyle
{
	font-family:Arial;
	font-size:12px;
	width:200px;
	margin:2px 0px;
}

#divContainer
{
	position: absolute;
	width:350px;
	height:300px;
	left:50%;
	top: 50%;
	margin-left: -175px;
	margin-top: -150px;
	border: solid 1px #666666;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=4);
	background-color:#ECE9D8;
}

#divHeader
{
	height:90px;
	border-bottom:solid 1px #cccccc;
	color:#1651A1;
	background: #eeeeee url(../system3/gfx/system/imgLogin.jpg) no-repeat;
}

#divLogin
{
	padding:10px;
}

#divSub
{
	background-color:#f9f9f9;
	padding: 4px 10px 4px 10px;
	border-bottom:solid 1px #cccccc;
	color:#666666;
}

#divCopyright
{
	width:100%;
	position:absolute;
	bottom:5px;
	text-align:center;
	color:#666666;
}
