.modal-content {
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: .95em;
}

.modal-content .modal-body {
	background-color: #e4d3b8;
}

.modal-content a {
	color: #ff8a03;
	font-weight: bold;
}

.modal-content a:hover {
	color: #000;
	text-decoration: none;
}

.modal-content h4 {
	font-family: 'AsapBold', Arial, sans-serif;
	color: #FF8A03;
}

.modal-content .btn {
	background-color: #ff8a03;
	border-radius: 5px;
	color: #fff;
}

.modal-footer {
	background: url(../images/post-it-corner.png);
	border-top: none;
	display: block;
	padding-top: 0;
}