
	body {
		font-family: Verdana;
		font-size: 11px;
		color:white;
		background-color:#000000;
		text-align:center;
	}
	
	a:link, a:visited { color: white;	text-decoration: none; font-size: 10px;}
	a:hover { color: white;	text-decoration: underline; font-size: 10px;}
	a:active { color:orange; font-size: 10px;}
	
	#main{
		width:900px;
		height:500px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		background-image: url("../graphics/astarumlogin.jpg");
		background-repeat: no-repeat;
		}
		
	#index_box{
	font-family: Verdana;
		top:30px;
		float:left;
		width:300px;
		height:500px;
		padding-left:20px;
		padding-right:20px;
		z-index:4;
		text-align:left;
		color: #f0f0f0;
		clear:both;

		}
		
	.faq{
		color:orange;
		font-weight:900;
		}
		
	td{
	font-size:11px;
	font-weight:900;
	color:orange;
	}
		
		
		
		
	#mainmenutop{
		text-align:left;
		height:12px;
		z-index:3;
		clear:both;
		}
		
	#chunk{
		display:inline-block;
		float:left;
		text-align:left;
		margin-right:10px;
		font-weight:900;
		}
		
		#chunk_r{
		float:right;
		display:inline-block;
		text-align:right;
		margin-right:10px;
		font-weight:900;
		}
		
		
	#loginbox{
		position:relative;
		width:370px;
		height:26px;
		text-align:right;
		z-index:2;
		float:right;
		}
		
	#forgetpass{
		position:relative;
		float:right;
		text-align:left;
		z-index:15;
		}
		
	input{
		background-color:#3E3E40;
		border: 1px solid #666666;
		color:white;
		font-family: Verdana;
		font-size: 10px;
		height:20px;
		}
		

		
		
		
		