body, p, div, td, input, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

body{
	background:#f3f3f3;
}

.site_body{
	 width:99%;
	 height:99%;
	 position:absolute;
	 border-collapse: collapse;
}

.site_body td{
	vertical-align: middle;	
}

a, a:link, a:active, a:visited{
	color: #2A2AFF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img {border:none; }

.login_box{
	background: url('pics/login_bg.png') no-repeat;
	width:300px; 
	height:295px;
}

.login_box img{
	padding-top:20px;
}

.login_box p{
	color:#365d9f;
	font-size:21px;
	padding-bottom:10px;
}

.login_input{
	background: url(pics/text_box.png) no-repeat top center;
	padding:2px 4px;
	border:none;
}

.login_input input{
	color: #666;
	font-style:italic;
	background:none;
	border:none;
	height:25px;
	width:178px;
	line-height:25px;
}

.login_btn input{
	 background: url(pics/login_button.png) no-repeat top center;
	 height:70px;
	 width:69px;
	 border:none;
	 margin: 0px 0px 0px 10px;
	 cursor:pointer;
}