@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;
}

div.FrameMsg {
	width: 402px;
}

.FrameMsg .FMNotification {
	width: 400px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.FrameMsg .FMNotification .FMBackground {
	background-color: #e4f3de;
}

.FrameMsg .FMNotification a.FMClose,
.FrameMsg .FMNotification a.FMClose:link,
.FrameMsg .FMNotification a.FMClose:visited,
.FrameMsg .FMNotification a.FMClose:focus,
.FrameMsg .FMNotification a.FMClose:hover {
	color: #000000;
}

.FrameMsg .FMNotification .FMMessage {
	color: #000000;
	padding: 8px;
}

.FrameMsg .FMNotification .FMMessage a {
	font-weight: normal;
}
