@charset "utf-8";
.fadeUp{
	/*background-color:#262626;
	border:3px solid #424242;*/
	color: #C6C2A9;
	display: none;
	margin: 0 auto;
	position: absolute;
	padding:0px;
	top: 50px;
	text-align: left;
	z-index: 999;
}
.cen{margin-left:auto;margin-right:auto;text-align:center;}
.fadeUp ul{list-style-type:disc;margin-left:20px;}
.fadeUp ul li{color:#999999;line-height:12px;}
.fadeUp p{line-height:13px;}

.transparent{
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	zoom: 1;
}
.fade {position: relative;}
#fadeContainer{
	background-color:#111111;
	display: none;
	height: 100%;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 998;
}
#fadeUpDiv{
	background:#262626;
	margin:0;
	padding:0;
}
#fadeUpContent{
	background:#262626;
}


#LoadingContainer #contentDiv { 
	background:#d9ecf2;
	border: 2px solid #3488b6;
	width:350px;
	height:200px;
}

#LoadingContainer #msgArea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1e4b63;
	text-align: center;
	padding-top: 40px
}

#LoadingContainer #closeBtn { 
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}

#LoadingContainer #subBtn { 
	padding-top: 30px;
	text-align: center;
}

#LoadingContainer .icon{ 
	background:#09699b;
	border: 2px solid #accdde;
	width:auto;
	height:25;
	padding: 0px 5px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
}

#LoadingContainer #pasArea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1e4b63;
	text-align: center;
	padding-top: 15px
}

#pas_forgotDlg{
	text-align: left;
	padding-left: 20px
}

/* popup css */
#PopupContainer { 
	background:#c5e2f2;
	border: 2px solid #f2f2f2;
	width:auto;
	height:auto;
}
#popupDiv { 
	margin: 5px;
	background:#ffffff;
}
#popTopic { 
	height: 29px;
	line-height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #f7faf1;
	font-weight: bold;
	background: #0b608f;
	padding-left: 10px;
}
#popBox { 
	padding-top: 10px;
	padding-bottom: 10px;
}
#popClose { 
	float:right;
	width:24px; 
	height:24px; 
	position: absolute;
	top:8px;
	right:8px;
}
#popClose a{
	display: block;
	width:24px; 
	height:24px; 
	background-image:url(../images/_tw/popup_close.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.login {
	font-size: 13px;
	line-height: 35px;
	color: #333;
}
.keyin {
	font-size:13px;
	color:#5d5d5d;
	margin: 2px;
	padding: 0px 5px 0px 5px;
	*padding: 0px 1px 0px 1px;
	background-color: #f1f1f1;
	border: 1px solid #b0b0b0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	height: 24px;
}

.success_prompt {
	background:url(../images/success_prompt.gif) no-repeat scroll 5px 5px;
	color:#E6FFE6;
	margin:0;
	padding:5px 5px 3px 23px;
	font-size:15px;
}
.caution_prompt{
	background:url(../images/caution_prompt.gif) no-repeat scroll 5px 5px;
	color:#FFF2E9;
	margin:0;
	padding:5px 5px 3px 23px;
	font-size:15px;
}
.reminder_prompt{
	background: url(../images/reminder_prompt.gif) no-repeat scroll 5px 5px;
	color:#0b608f;
	margin:0;
	padding:5px 5px 3px 23px;
	font-size:13px;
}