



/*---------------登入會員資料上傳--------------*/	
#wrap {
width: 900px;
margin: 0 auto;
background:#fff;
}

.logout{
	float:right;
	margin-right:20px;
    font-family: "新細明體";
    font-size:15px;
    font-weight:700;
}

.logout a{
	color:#2e73c2;
	text-decoration:none;
}

.logout a:hover{
	color: #333;
	text-decoration:underline;
}

#login_upload  {
	border:#cccccc 1px solid;
	margin:5px 0 30px 0;
	width:100%;
	}
	
#login_upload ul {
	list-style:none;
	width:90%;
	margin:50px 0 40px 30px;
	}


#login_upload dd img{vertical-align:middle;}

#login_list {
	margin:6px auto;
	padding:10px auto;overflow:hidden;
	}

#login_upload ul li {
	height:40px;
	}

#login_list {
	margin:6px;
	padding:10px 0 10px 0px;
	border-bottom:1px solid #2856b4;
    }

#login_list dl {
	width:95%;
    splay:block;
	margin:10px auto 10px 20px;} 
	 
#login_list dt {
    display: block;
     margin: 10px auto 0px 0;
	padding-bottom:5px;
    text-align: left;  
}


#login_list dd {
    margin-left:0px;
	margin-right:0px;
	padding-bottom:5px;
	display:block;}
	
#login_list ul{
	padding:0px
		}	

dt, dd, li {
    line-height: 21px;
    vertical-align: baseline;
}

#login_explanation {
	margin:10px;
	padding:0px 0 4px 0px;
    }
h2{margin:0px auto;}

.btn {
	/*
    padding-top:30px;
	padding-left:148px;
    */
    background-color:#FFF !important;
    padding:0 !important /*0503 解決IE BUT 判定*/;
    margin: 0 70% 0 30% !important;
}


.btn_upload {
	/*
    padding:10px 0 10px 0;
	padding-left:218px;
    */
    margin: 0 60% 0 40%;
}
	
.generate {
	vertical-align:middle;
    
	}

input#ipt_login,input#ipt_password,input#ipt_captcha {
	border-radius: 4px;
	border:1px solid #999;
	color:#999;
	width:200px;
	height:28px;
	height:28px
	font-family:"微軟正黑體", "新細明體", Arial, sans-serif;
	font-size:13px;
	text-align:center;
	letter-spacing:0.2em;}
	
	

/*---------------字型--------------*/	
.style1 {
	text-align:center;
	font-size:16px;
	color:#F00;
	line-height: 150%;
	}
	
.style2 {
	text-align:center;
	font-size:13px;
	color:#333333;
	line-height: 150%;
	}
.style3 {
	font-size:13px;
	color:#F00;
	}
.style4 {
	font-size:15px;
	color:#333333;
	}
.style8 {
   color:#ffffff;
   font-family: "新細明體";
   font-size:14px;
   font-weight:900;
}	
.style9 {
   color:#2e73c2;
   font-family: "新細明體";
   font-size:15px;
   margin:0px 0 0 16px;
   font-weight:700;
}
.style10 {
   color:#525252;
   font-family: Arial, Helvetica, sans-serif;
   font-size:13px;
   line-height:26px; 
   font-family: "新細明體";
}
dd span{line-height:20px;   font-size:13px;}
/*---------------表格--------------*/
#table {
	margin:10px;
	padding-top:2px;
	padding-bottom:10px;
	border-bottom:1px solid #2856b4;
} 
.table1 {
	margin:0px;
   border: 0; 
   font-family: "新細明體";
   font-size:14px; 
   border-collpase:collpase; 
   width:500px;
   color:#333;
   line-height:180%;
   
} 
.table1 th { 
   background-color:88aada; 
} 
.table1 td { 
   border-bottom:1 solid #666666; 
} 
/*---------------程式控制用--------------*/
.over5mb {
    color: #ff3333;
}

