/* ------ ---------------- Login page CSS --------------*/
body 
{
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

.loginStyle1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 70%;
	COLOR: rgb(27, 43, 48);
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
.loginStyle2 {
	FONT-WEIGHT: 100;
	FONT-SIZE: 70%;
	COLOR: rgb(27, 43, 48);
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
.loginStyle3 {
	FONT-WEIGHT: 100;
	FONT-SIZE: 80%;
	COLOR: #ac0202;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	WIDTH:220px;
}
.loginStyle4 {
	FONT-WEIGHT: 100;
	FONT-SIZE: 75%;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	WIDTH:220px;
}
.loginStyle5 {
	FONT-WEIGHT: 100;
	FONT-SIZE: 16px;
	COLOR: #000000;
	FONT-FAMILY: "Times New Roman", Times, serif;
	WIDTH:220px;
}

a:visited {color:#0000ff;} 

#Content 
{
	width:625px;
	height:308px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-image: url(../images/loginbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#Content2 
{
	width:625px;
	height:308px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-image: url(../images/loginbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#divlog2
{
	position:relative;
	width:750px;
	height:160px;
	top:25%;
	left:10%;
}

#divlog3
{
position:relative;
text-align:left;
width:100px;
height:50px;
top:5%;
left:4%;
}

#divlog4
{
position:absolute;
width:175px;
height:20px;
top:82%;
left:70%;
text-align:center
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #DD0000;
}
