@charset "utf-8";
/* Erik Meyer's CSS Reset */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,    
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,    
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,    
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {    
vertical-align: baselinebaseline;    
font-family: inherit;    
font-weight: inherit;    
font-style: inherit;    
font-size: 100%;    
outline: 0;    
padding: 0;    
margin: 0;    
border: 0;    
}    
/* remember to define focus styles! */  
:focus {    
outline: 0;    
}    
body {    
background: white;    
line-height: 1;    
color: black;    
}    
ol, ul {    
list-style: none;    
}    
/* tables still need cellspacing="0" in the markup */  
table {    
border-collapse: separate;    
border-spacing: 0;    
}    
caption, th, td {    
font-weight: normal;    
text-align: left;    
}    
/* remove possible quote marks (") from <q> & <blockquote> */  
blockquote:before, blockquote:after, q:before, q:after {    
content: "";  
}  
blockquote, q {  
quotes: "" "";    
}    
/* end Erik Meyer's CSS Reset */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體";
	font-size: 12px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
#container {width:760px;margin:0 auto 0 auto;overflow:hidden;}

#wbar {	border-bottom:1px dotted #dddddd;text-align:right;margin-top:20px;line-height:50px;}
#wbar h1, #wbar h1 a {height:50px;width:200px;}
#wbar h1 {background:url(images/logo.jpg) no-repeat;float:left;}
#wbar span {display:none;}
#wbar h1 a {display:block;}

#wheader {display:none;}

#content {overflow:hidden;margin-top:20px;}

#module {overflow:hidden;}

#col_1 {width:500px;overflow:hidden;float:left;}
/* register */
#register {overflow:hidden;background:url(images/register_right_arrow.gif) no-repeat right 70px;padding-right:10px;}
.r_box {background-color:#eeeeee;overflow:hidden;	padding:10px;}
.r_flow {height:30px;background:url(images/r_flow_b.gif) no-repeat;}
.current {
	width:120px;
	height:30px;
	overflow:hidden;
	background:url(images/r_flow_a.gif) no-repeat;
	display:block;
	text-indent:-9999px;
}
/* r_step1 */
#r_step1 {}
#r_step1 #rule {margin:10px 0 10px 0;}
#r_step1 p {text-align:center;}
#r_step1 .current {background:url(images/r_flow_a.gif) no-repeat;}
/* r_step2 */
#r_step2 {}
#r_step2 .current {background:url(images/r_flow_a.gif) no-repeat -120px;margin-left:120px;}
.form-enter {margin:10px 0 10px 0;background-color:#fff;padding:20px 10px 10px 70px;color:#888;}
.form-enter label {display:block;float:left;line-height:20px;padding-right:5px;width:120px;text-align:right;}
.form-enter .inputTxt {width:120px;}
.form-enter p {margin-bottom:10px;}
.form-enter .padding {padding-left:125px}
/* r_step3 */
#r_step3 {}
#r_step3 .current {background:url(images/r_flow_a.gif) no-repeat -240px;margin-left:240px;}
#r_step3 #s3_content {
	background:#fff url(images/s3_content.gif) no-repeat left 30px;
	margin:10px 0 10px 0;
	padding:10px 10px 10px 210px;
	line-height:20px;
	color:#888;
	overflow:hidden;
}
#s3_content h3 {
	color:#000;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	border-bottom:1px dotted #ddd;
}
#s3_content h4 {
	color:#000;
	font-size: 13px;
	line-height: 30px;
	border-bottom:1px dotted #ddd;
}
#s3_content p {margin-bottom:20px;}
#s3_content .tips {color: #C60000;}
#s3_content li {padding-left:15px;background:url(images/arrow_2.gif) no-repeat left center;}
#s3_content .s3_pwTips{
	padding:0 10px 10px 10px;
	margin-top:10px;
	background-color:#FFFFCC;
	border:1px dotted #ddd;
}
/* getpw */
#getpw h2 {font-size:18px;color:#A8A8A8;}
/* col_2 */
#col_2 {width:250px;overflow:hidden;float:right;}
#col_2 .login_btn {width:250px;height:50px;margin-bottom:5px;}
#login_y span, #login_w span {display:none;}
#login_y a, #login_w a {display:block;width:250px;height:50px;}
#login_y {background:url(images/login_y.jpg) no-repeat;}
#login_w {background:url(images/login_w.jpg) no-repeat;}
#form-login {color:#888888;margin-top:10px;background-color:#eeeeee;padding:5px;border:1px solid #dddddd;}
#form-login fieldset {padding:10px;border:1px dotted #dddddd;background-color:#ffffff;}
#form-login .login_title {
	font-size: 13px;
	color: #000000;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #dddddd;
	font-weight: normal;
}
#form-login .errMsg {color:#E80000}
#form-login label {display:block;float:left;line-height:20px;text-align:right;width:50px;padding-right:5px;}
#form-login .inputTxt {width:120px;}
#form-login .padding {margin-left:55px;}
#form-login p {margin-bottom:5px;}
/* footer */
#footer {
	height:150px;
	background:url(images/footer.gif) repeat-x top;
	margin-top:50px;
	text-align:center;
	padding-top:20px;
	line-height:20px;
	color:#888;
	clear:both;
}
