.modal-body .explanation-textblock {
	color: #333;
}

.modal-dialog {
	margin-top: 80px;
}

.modal-title {
	color: #999;
	font-size: 1.3em;
	font-weight: 200;
}

.modal-alert
, .modal-error
, .modal-failure {
	background: #ee3939;
	color: #fff;
	font-weight: 200;
}

.modal-alert .modal-title
, .modal-error .modal-title
, .modal-failure .modal-title {
	color: #faa;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1em;
}


.modal-warning {
	background: #fff8b1;
	color: #4f4800;
	font-weight: 200;
}

.modal-warning .modal-title {
	color: #a19628;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1em;
}


.modal-success {
	background: #2eb329;
	color: #efe;
	font-weight: 200;
}

.modal-success .modal-title {
	color: #060;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1em;
}
