.IMNotificationMessage {
	font-size: 10px;
}

.IMNotificationMessage .separator {
	height:1px;
	border-top: 1px solid #CCC; /* NOT THEMED */
	margin: 10px 0 6px 0;
	padding: 0;
}

.IMNotificationMessage .separator+.NotificationMessage-TitleBar {
	padding-top: 5px;
}

.IMNotificationMessage .messageActions {
	display:block;
	margin:0;
	padding:0;
	padding-bottom: 0.75em;
}

.IMNotificationMessage .messageActions .messageAction {
	display: inline;
	list-style-type: none;
	margin: 0 1em;
	cursor: pointer;
	text-decoration: underline;
}

.IMNotificationMessage .NotificationMessage-TitleBar {
	position: relative;
}
.IMNotificationMessage .NotificationMessage-TitleBar .NotificationMessage-MessageTitle {
	font-size: 11px;
}

.IMNotificationMessage .NotificationMessage-TitleBar .NotificationMessage-MessageCloseIcon {
	position: absolute;
	top: 1px;
	right:0;
	cursor: pointer;
}

.IMNotificationMessage .NotificationMessage-TitleBar .NotificationMessage-CloseText {
	cursor: pointer;
	opacity: 0;
}

.dj_ie .IMNotificationMessage .NotificationMessage-TitleBar .NotificationMessage-CloseText {
	visibility: hidden;
}

.IMNotificationMessage .NotificationMessage-MessageText {
	width: 200px;
	color: #FFF;
	padding: 0.75em 0;
    font-weight: bold;
}

.IMNotificationMessage .NotificationMessage-MessageText .dijitInline {
	float: left;
	margin: 0 5px 12px 0;
}
