#iFrameNotificationWrapper ul li {
	padding: 10px;
    background: white;
	border: 2px solid rgb(0,0,0);
    margin-bottom: 5px;
    border-radius: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

.iFrameNotificationMessage {
    color: 									rgb(0,0,0);
	font-size:								14px;
}

.iFrameNotificationMessage p label {
    color: 									rgb(0,0,0);
	text-decoration:						underline;
}

.iFrameNotificationMessage p a:hover {
    border-bottom: none;
}