
.popup_notify{
	display: none;
	background: #f3f3f3;
	border: solid 5px #9f57a8; 
	border-radius:10px;
	position: absolute;
}

.popup_content{
	width: 100%;
	margin: 0 auto;
}

.popup_msg{
	display: inline-block;
	width: 93%;
	font-weight: bold;
	color: #7d9d3c;
	margin-top: 20px;
	text-align: center;
}

.popup_close{
	background: url('/images/close_x.gif') no-repeat;
	float: right;
	width: 13px;
	height: 12px;
	margin: 1px;
}

.popup_link a{
	display: inline-block;
	color: #64316c;
	font-weight: bold;
	width: 93%;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
}
