body{
	 background:#fff url(img/bg.gif) repeat-x ;
     margin:0;	 
	 SCROLLBAR-HIGHLIGHT-COLOR:#ffffff ; 
	 SCROLLBAR-SHADOW-COLO:#666666 ; 
	 SCROLLBAR-3DLIGHT-COLOR:#666666 ; 
	 SCROLLBAR-ARROW-COLOR:#ffffff ; 
	 SCROLLBAR-TRACK-COLOR:#ffffff ; 
	 SCROLLBAR-DARKSHADOW-COLOR:#ffffff;
	 overflow:yes;	 
	 }

.manage {
	border: 1px solid #868686;
	background-color: #fff;
	margin-top: 60px;
}

#title {
	padding-left: 20px;
	font-size: 14px;
	color: #868686;
}

input.button{
	border: #acb5b5 3px double; 
	color: #2b333c; 
	background:#ffffff url("img/mmbg.gif") repeat-x;
}

input.text, input.numpassword {
	padding: 0.15em 0.25em 0.20em 0.25em;	
	border: #acb5b5 3px double; 
	background:#ffffff url("img/bg_diag.png") repeat-x bottom;
	margin: 0 10px;
	}

input.text {	
	width: 200px;	
	}

input.numpassword {	
	width: 130px;	
	}

#login input {
	margin-left: 70px;
}

.tel {
	background: url("img/line.gif") no-repeat;
	font-size: 14px;
	color: #868686;
}

.copyright {
	font-family: Verdana;
	font-size: 10px;
	color: #868686;
	padding: 20px 0 0 50px;	
}

.copyright a {
	color: #868686;
}