
img {
}
body {
    background-color: #D7EAD0;
    background-image: url("../images/login_bodybg.gif");
    background-position: 0 top;
    background-repeat: repeat-x;
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
}
a {
    color: #996600;
    text-decoration: none;
}
a:hover {
    color: #009933;
    text-decoration: underline;
}
form {
    margin: 0;
}
.login_table {
    background-image: url("../images/loginbg.jpg");
    border: 1px solid #8CB346;
    height: 540px;
    width: 780px;
}
.login_title {
    color: #216FBC;
    font-family: "標楷體";
    font-size: 30px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 20px;
}
.login_title img {
    vertical-align: -10px;
}
.login_border {
    height: 245px;
    margin-left: 30%;
    margin-top: 4%;
}
.login_border p{
    font-weight:bold;
	text-align:center;
}
.login_border h1 {
    background-color: #EAE89B;
    color: #996600;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 2px 0;
    text-align: center;
}
.login_border ul {
    list-style-type: none;
    margin: 10px 0 0 6px;
    padding: 0;
    width: 180px;
}
.login_border li {
    background-image: url("../images/icon_arrow1.gif");
    background-position: 0 center;
    background-repeat: no-repeat;
    border-bottom: 1px dashed #999999;
    display: block;
    line-height: 22px;
    padding-left: 15px;
}
.w01 {
    width: 140px;
}
.filllogin {
	margin:70px 0 30px 0;
	}
.footer {
	position:absolute;
	width:800px;
	text-align:center;
	top:500px;
	}