body {
	font-family: Arial;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/layout/top_background.jpg');
	background-repeat: repeat-x;
	background-position: 731px 152px;
}

a {
	color: #ffffff;
	font-size: 7.5pt;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
}

table {
font-size: 7.5pt;
background-color:#bfbebe;
border: solid #000000 1px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
align: center;
}

td {
border-width: 1;
border-style: solid;
border-color: #000000;
font-size: 7.5pt;
font-family: Verdana;
color: #000000;
text-align: center;
}

.topic {
font-size: 10pt;
color: #ffffff;
background-color: #000000;
height: 30px;
text-align: center;
font-weight: bold;
}

.title {
border-width: 1;
border-style: solid;
border-color: #000000;
text-align: center;
color: black;
font-weight: bold;
font-size: 7.5pt;
font-family: verdana;
background: white;
}

.textbox {
background: #B0B2B5; 
color: black; 
font-size: 7.5pt;
font-family: verdana; 
border-width: 1; 
border-color: black;
}

.button {
font-size: 7.5pt;
color: #ffffff;
background-color: #000000;
height: 20px;
text-align: center;
border: 1px solid #a9a9a9
}

.select {
background: #B0B2B5; 
color: black; 
font-size: 7.5pt; 
font-family: verdana; 
border-width: 1; 
border-color: black;
}


#left{
	position:absolute;
	top: 150px;
	left: 5px;
	width: 180px;
	height: 270px;
	z-index: 3;
}

#main{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 731px;
	height: 100%;
	background-image: url('../images/index/loginbg.jpg');
	background-repeat: no-repeat;
	z-index: 2;
}

#main2{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 731px;
	height: 100%;
	background-image: url('../images/index/loginbg2.jpg');
	background-repeat: no-repeat;
	z-index: 2;
}

#top{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 152px;
	background-image: url('../images/index/toploginbgstretch.jpg');
	z-index: 1;
}

#links{
	position: absolute;
	top: 130px;
	left: 400px;
}

#table{
	position: absolute;
	top: 200px;
	left: 300px;
}

#username{
	position: absolute;
	top: 358px;
	left: 455px;
	width: 224px;
	height: 24px;
	background-image: url('../images/index/inputbg.jpg');
	background-repeat: x;
	border: 0px;
}

#password{
	position: absolute;
	top: 398px;
	left: 455px;
	width: 224px;
	height: 24px;
	background-image: url('../images/index/inputbg.jpg');
	background-repeat: x;
	border: 0px;
}

#submit{
	position: absolute;
	top: 440px;
	left: 550px;
	width: 95px;
	height: 36px;
	background-image: url('../images/index/loginbutton.jpg');
	border: 0px;
}