/* popup notice */
#wtf_popup_notice {
	border: 2px solid #999; 
	position: absolute; 
	top: 0; 
	left: 0; 
	display: none; 
	z-index: 1000; 
	background-color: #fff; 
	color: #000; 
	width: 400px; 
	padding: 10px 10px 15px 15px; 
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.popup_tail_top {
	background: url('/i/tail-top.png') transparent no-repeat left top; 
	height: 13px; 
	position: relative; 
	top: -23px; 
	width: 35px;
	font-size: 1px;
	z-index: 1001; 
}

#wtf_popup_notice .head {
	font-weight:bold; 
	font-size: 11pt;
}

#wtf_popup_notice .content {
	font-size: 10pt; 
	margin: 10px 0;
}

#wtf_popup_notice_close {
	height: 30px; 
	width: 60px; 
	border: 0;
}