body { padding-top: 70px; }

.modal-header, h4, .close {
	background-color: LightSteelBlue;
	color:white !important;
	text-align: center;
	font-size: 28px;
	padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-footer {
	background-color: LightSteelBlue;
	text-align: center;
	padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modal-body {
	padding-left: 40px;
	padding-right: 40px;
}

