﻿.modal-header {
	background: #393939;
	color: #fff;
}
.modal-header span {
	font-size: 20px;
}

.modal-body {
	background:#ebebeb;
}

.close {
	color: #fff;
	opacity: 1;
}

	.close:hover {
		color:#ebebeb;
	}

 a.link-button {background: #797979; font-family: 'ProximaNovaSemiBold', Arial, Helvetica, sans-serif; text-transform:uppercase; color: #fff; padding: 5px 10px; float: left; margin: 0 0 0 157px;}
 a.link-button:hover {background: #946806; text-decoration: none;}

