
/* Custom Popup */
.popupLayout{
	width:100%; height:100%; position:fixed;  top:0px;
	background:rgba(0,0,0,0.7); display:none; z-index:100; 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#a0000000,endColorstr=#a0000000);
}
.popupLayout .message{
	 min-height:230px; position:absolute; top:50%; left:50%; background:#fff; width:100%; 
	min-width:320px; max-width:320px; height: 230px; margin-left: -160px; margin-top: -115px;
	
}
.popupLayout .message .close_btn{
	display:none; position:absolute; width:24px; height:24px; border-radius:12px; right:0; background:#888; text-align:center; margin-top:10px; margin-right:10px; color:white; font-size:16px; 
}
.popupLayout .message .contents{
	width:80%; margin:0px auto; display:table; padding-top:30px; padding-bottom:20px; line-height:160%;
}
.popupLayout .message .title{
	 font-weight:bold; font-size:18px;
}
.popupLayout .message .content{
	 font-size:16px; padding:20px 0; min-height:50px;
}
.popupLayout .message .btn{
	width:100%; margin:0px auto; padding:12px 0; background:#888; color:white; text-align:center; cursor:pointer;
}


/* Custom inputPopup */
.popupInputLayout{
	width:100%; height:100%; position:fixed;  top:0px;
	background:rgba(0,0,0,0.7); display:none; z-index:100; 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#a0000000,endColorstr=#a0000000);
}
.popupInputLayout .message{
	 min-height:230px; position:absolute; top:50%; left:50%; background:#fff; width:100%; 
	min-width:320px; max-width:320px; min-height: 230px; margin-left: -160px; margin-top: -115px; 
	
}
.popupInputLayout .message .close_btn{
	display:none; position:absolute; width:24px; height:24px; border-radius:12px; right:0; background:#888; text-align:center; margin-top:10px; margin-right:10px; color:white; font-size:16px; 
}
.popupInputLayout .message .contents{
	width:80%; margin:0px auto; display:table; padding-top:30px; padding-bottom:20px; line-height:160%; text-align:center;
}
.popupInputLayout .message .title{
	 font-weight:bold; font-size:18px; text-align:left;
}
.popupInputLayout .message .content{
	 font-size:16px; padding-top:10px; min-height:50px; text-align:left; margin-top:5px; padding-bottom:15px;
}
.popupInputLayout .message .btn{
	width:auto; display:inline-block;zoom:1;*display:inline; padding:12px 20px; background:#888; color:white; text-align:center; cursor:pointer;
}
.popupInputLayout .message .pwdTxt{
	padding:10px; border:1px solid; width:90%;
}


/* Custom inputPopup */
.popupbuyLayout{
	width:100%; height:100%; position:fixed;  top:0px;
	background:rgba(0,0,0,0.9); display:none; z-index:100; 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#a0000000,endColorstr=#a0000000);
}
.popupbuyLayout .message{
	 min-height:230px; position:absolute; top:50%; left:50%; background:#fff; width:100%; 
	min-width:320px; max-width:320px; height: 230px; margin-left: -160px; margin-top: -115px; 
	text-align:center;
	
}
.popupbuyLayout .message .contents{
	width:80%; margin:0px auto; display:table; padding-top:30px; padding-bottom:20px; line-height:160%; text-align:center;
}
.popupbuyLayout .message .title{
	font-weight:bold; font-size:18px; text-align:left;
}
.popupbuyLayout .message .content{
	 font-size:16px; padding-top:10px; min-height:50px; text-align:left; margin-top:5px; padding-bottom:15px; font-size:0.95em; letter-spacing:-1px;
}
.popupbuyLayout .message .btn{
	width:auto; display:inline-block;zoom:1;*display:inline; padding:12px 20px; background:#888; color:white; text-align:center; margin:5px;
	cursor:pointer;
}

/* Custom Popup */
.popupVideoLayout{
	width:100%; height:100%; position:fixed; 
	background:rgba(0,0,0,0.7); display:none; z-index:100; 
}
.popupVideoLayout .message{
	 min-height:230px; position:absolute; top:5%; left:5%; background:#fff; width:90%; height:90%;
	min-width:320px;  
	
}
.popupVideoLayout .message .close_btn{
	display:none; position:absolute; width:40px; height:30px; border-radius:20px; right:0; background:#888; text-align:center; margin-top:10px; margin-right:10px; color:white; font-size:16px; padding-top:10px;
	cursor:pointer;
}
.popupVideoLayout .message .contents{
	width:80%; margin:0px auto; display:table; padding-top:30px; padding-bottom:20px; line-height:160%;
}
.popupVideoLayout .message .title{
	 font-weight:bold; font-size:18px;
}
.popupVideoLayout .message .content{
	 font-size:16px; padding:20px 0; min-height:50px;
}
.popupVideoLayout .message .btn{
	width:100%; margin:0px auto; padding:12px 0; background:#888; color:white; text-align:center;
}

.goTop{
	width:50px; height:50px; position:fixed; bottom:10px; left:10px; z-index:99; display:none;
}
.goTop img{
	width:100%; 
}
