*{
	font-family:"LiHei Pro",Helvetica, "新細明體", Arial;
}
html,body{
	padding:0px;
	margin:0px;
	height:100%;
	overflow: hidden;
	background-image: url(../images/admin/bodybg.gif);
	background-repeat: repeat;
}
a:link,a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

#div_changePW{
	background-color: #99CCFF;
	position: absolute;
	height: 120px;
	width: 300px;
	font-size: 12px;
	padding: 20px;
	display: none;
}
#c_index{
	margin: auto;
	width: 760px;
	height:460px;
	background-image: url(../images/admin/index_bg.jpg);
	padding: 0px;
}
#c_index2{
	margin: auto;
	width: 760px;
	height:460px;
	background-image: url(../images/admin/index2_bg.jpg);
	padding: 0px;
}
#c_index #login{
	font-size: 12px;
	width: 300px;
	height:150px;
	position: relative;
	left: 450px;
	top: 230px;
	margin: 0px;
	padding: 0px;
}

#index_module{
	font-size: 12px;
	width: 260px;
	height:100px;
	position: relative;
	left: 450px;
	top: 240px;
	margin: 0px;
	padding: 0px;
}

.btn_login{
	background-image: url(../images/admin/btn_login.gif);
	height: 20px;
	width: 60px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}
.login_input{
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
