/*  bober  2012.09.20 css document  */
/* 公用CSS 開始*/
body{margin:0px; padding:0px;  font-family:Arial; font-size:12px;  color:#414141;}
div,ul,ol,li,dl,dt,dd,a,img,from,p,h1,h2,h3,h4,h5,h6,span,input{margin:0; padding:0; border:0px;}
select{font-family:Arial; font-size:12px;}
input{font-family:Arial; font-size:12px; line-height:20px; text-indent:4px; border:0px;}
option{ text-align:left;}
em{font-style:normal;color:#f00;}
a{ color:#013978;}
.hidden{ display:none;}
.clear{ clear:both;}
.right{ float:right;}
.left{float:left;}

/* 公用CSS 結束*/


/* facebook 弹窗  */
#dialog-overlay {
	width:100%; 
	height:100%;
	filter:alpha(opacity=40); 
	-moz-opacity:0.4; 
	-khtml-opacity: 0.4; 
	opacity: 0.4; 
	position:absolute;
	background:#000; 
	top:0; left:0; 
	z-index:3000; 
    display:none;
}
#dialog-box-1 {
	width:512px;
	height:338px;
	background:url(../images/fb_regBg.png) no-repeat;
	position:fixed; 
	z-index:5000; 
	display:none;
	overflow:hidden;
}

.dialog-content {
	text-align:left; 
	padding:35px 35px 0 50px; 
	margin:0px;
	color:#333; 
	font-family:arial;
	font-size:12px;
	line-height:16px; 
}
.fb_title{font-size:24px; font-weight:bold; color:#1a5f8c; line-height:40px; padding:5px 0 0 10px; }
.dialog-content p{padding-bottom:30px;}
.dialog-content table{ color:#5d5d5d; font-size:14px; width:100%;}
.dialog-content table h4{ font-size:16px; color:#030303; font-weight:bold; margin:0; padding:10px 0 0px; background:none;}
.dialog-content table h4 a{font-size:12px;}
.dialog-content table h6{ font-size:12px; color:#5d5d5d; margin:0; padding:0; line-height:16px; padding-top:5px;}
.dialog-content table a{padding-left:10px; font-weight:normal; font-size:12px;}
.fb_input1{  margin-top:0px; width:270px; height:24px; border:1px solid #878787;}
.fb_input{  margin-top:0px; width:218px; height:24px; border:1px solid #878787;}
.fb_button{ margin-top:0px; width:88px; height:28px; border:0; background:url(../images/fb_connectBtn.png) no-repeat; cursor:pointer;}

/*未注册弹窗，增加的CSS*/
#dialog-box-2 {
	width:622px;
	height:338px;
	background:url(../images/fb_noregBg.png) no-repeat;
	position:fixed; 
	z-index:5000; 
	display:none;
	overflow:hidden;
}
.dialog-content2 {
	text-align:left; 
	padding:30px 35px 0 35px; 
	margin:0px;
	color:#333; 
	font-family:arial;
	font-size:12px;
	line-height:16px; 
}
.dialog-content2 h2{font-size:24px; font-weight:bold; color:#1a5f8c; margin:0; padding:0; border:0px; padding-left:10px; line-height:40px; height:40px;}
.dialog-content2 table{ font-size:12px; width:100%; float:left; margin-left:10px;}
.dialog-content2 table a{padding-left:10px; font-weight:normal; font-size:12px;}
.fbq_login{float:left; width:306px; height:auto;}
.fb_pra{padding-top:30px; color:#5d5d5d; padding-bottom:2px; padding-left:10px; padding-left:0px\9; text-align:left; display:inline-table; float:left;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
.fb_pra{padding-top:30px; color:#5d5d5d; padding-bottom:2px; padding-left:10px; text-align:left; display:inline-table; float:left;}
}
.fb_pra1{padding-top:0px; color:#303030; padding-bottom:10px; text-align:left; }
.fb_reg{float:right; width:180px; height:130px; padding-top:20px; padding-left:30px; margin-top:40px; border-left:1px solid #dbdbdb; line-height:24px;}
.fb_button2{ margin-top:0px; width:164px; height:32px; border:0; background:url(../images/fb_cnaBtn.png) no-repeat; cursor:pointer;}

.fb_noregtips{display:none; width:198px; *margin-left:4px; padding-left:20px; height:18px; font-size:11px; line-height:18px; border:1px solid #f69d00; background:url(/my/images/e_mail-Tip.gif) 4px center no-repeat #ffffcc; margin-bottom:3px; color:#F00; overflow:hidden;}
.fb_regtips{display:none;width:120px; margin-left:4px; padding-left:20px; height:20; font-size:11px; line-height:20px; border:1px solid #e17100; background:url(/my/images/e_mail-Tip.gif) 4px center no-repeat #ffffcc; margin-bottom:6px; color:#F00; overflow:hidden; top:227px; left:322px; *left:326px; position:absolute;} 
