@import url("../../Styles/General/Dialog.css");
@import url("../../Styles/General/EnlThumb.css");
@import url("../../Styles/General/FrameMsg.css");

div.dialog .dialogcontainer {
	background-color: #e4f3de;
}

div.dialog .dialogmessage h3 {
	background-color: #62bb46;
	color: #ffffff;
}

div.dialog button {
	background-color: #9cd387;
}

div.dialog button:hover {
	color: #002767;
}

div.dialog button.dialogdefaultbutton {
	background-color: #62bb46;
}
