
.popup_overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 998;
}

.popup_custom {
	position: absolute;
	width: 600px;
	height: 410px;
	left:50%;
	top:200px;
    margin-left:-300px;
	background: #fff;
	border: 3px solid #a5a3a1;
	border-radius: 5px;
	z-index: 999;
}

.popup_tw {
	position: absolute;
	width: 600px;
	height: 410px;
	left:50%;
	top:150px;
    margin-left:-300px;
	background: #fff;
	border: 3px solid #a5a3a1;
	border-radius: 5px;
	z-index: 999;
}

.twboxes {
	margin-top: 14px;
	width: 370px;
	float: right;
}

.twboxes strong {
	display: inline-block;
	padding-bottom: 5px;
}

.bunnyimg {
	padding: 10px;
	float: left;
	margin-top: 40px;
	width: 200px;
}

.popup_custom .pc_title {
    background: url("./images/popup_title_bg.png") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #E0E0E0;
    color: #3787C4;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    text-shadow: 1px 0 0 #FFFFFF;
}

.popup_custom h3 {
	padding-bottom: 5px;
}

.popup_custom h3:nth-of-type(2) {
	margin-top: 40px;
}

.popup_custom .pc_title .pc_no {
	background: url("./images/popup_no.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 17px;
    margin: 10px 10px 0 0;
    overflow: hidden;
    text-indent: 50px;
    width: 17px;
}
.popup_custom p a {
	text-decoration: underline;
}