@charset "utf-8";
/* CSS Document */

#btn-sign {
	width:350px;
	height:18px;
	margin:0 0px 15px 50px;
	float:left;
	text-align:right !important;
	border-bottom:#CCCCCC 1px solid;
}

#btn-sign a { color:#145621 !important; text-decoration:none !important; display:block; text-align:right !important; font-weight:bold;}
#btn-sign a:hover {text-decoration:underline !important;}

#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.login-popup{
	display:none;
	background: #333;
	padding: 10px; 	
	border: 2px solid #ddd;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
	margin:0px 20px;
}

img.btn_close {
	float: right; 
	margin: -28px -28px 0 0;
}


#popup-box1{width:620px; height:450px; float:left; margin:0px; padding:15px; background:#FFF; border:#EEE5AB 1px solid; overflow-y:scroll; overflow-x:hidden;}
#popup-box1 h1{width:600px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#C00; line-height:40px; text-align:center; font-weight:bold; margin-bottom:10px;}
#popup-box1 p{width:600px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#333; line-height:20px; text-align:justify; font-weight:normal;}
#popup-box1 p strong{font-weight:bold;}