.modal_title {
	padding: 30px 20px 12px 20px;
	color: #7b7b7b;
	text-align:center;
	background-color: #fff;
}
.modal_title a {
	color: #7b7b7b;
	font-size: 26px;
	text-decoration: none;
}

.modal_content {
	background-color: #fff;
	padding: 6px 20px 40px 20px;
	text-align:center;
	color: #006ca0;
}
.modal_content a {
	color: #006ca0;
	font-size: 18px;
	text-decoration: none;
}

.modal_footer {
	padding: 12px 20px 10px 20px;
	background-color: #dededd;
	text-align: center;
}
.modal_footer a {
	color: #5c5c5c;
	text-decoration: underline;
}
.modal_footer a:hover {
	color: #5c5c5c;
	text-decoration: none;
}
.fancybox-outer {
 background-color: #dededd !important;
}
