/* Pop up styles */
BODY {
	background-color: #D6D7D9;
}

.popup_header {
	background: url(http://images.match.com/match/presentations/nonemoreblack/header/13597_hdrbg.gif) no-repeat;
	height:40px;
	position:relative;
	width:100%;
}
.close_popup {
	left:340px;
	position:absolute;
	top:8px;
	z-index:2;
}

.close_popup A {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

.close_popup A:hover {
	color: #FFF;
	text-decoration: underline;
}

.popup_container {
	background-color: #FFF;
	width: 775px;
}

.popup_content {
	padding: 20px 15px;
}

