@charset "utf-8";
/* CSS Document */

#opaque {
    /* position: fixed; */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 666;
    display: none;
    background-color: black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

#popup {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -247px;
	overflow: auto;
	display: none;
	z-index: 800;
	background-image:url("../img/popup/popup-top.png");
	background-repeat:no-repeat;
	padding-top:20px;
	text-align:left;
	width:508px;
}

.popup-content  {
	background-image:url("../img/popup/popup-mid.png");
	background-repeat:repeat-y;
	padding:10px 40px 15px 30px;
}

.popup-inner  {
	background-image:url("../img/popup/popup-bottom.png");
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:34px;
}

.popup-close  {
	height:25px;
	overflow:hidden;
	position:absolute;
	right:27px;
	top:12px;
	width:26px;
}

.popup-close a {
	background-image:url("../img/popup/close.gif");
	background-repeat:no-repeat;
	color:#6B2646;
	display:block;
	font-weight:bold;
	height:25px;
	line-height:24px;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	text-indent:-5000px;
	width:26px;
}
