.mdm {
  list-style-type: square;
  color:#COCOCO;
  list-style-image: url(../images/bullet-arrowRight-gray.png);
  background-color: transparent;  
  border-color: black;
  border-width: 0px;
  border-style: solid;
  display: table;
  margin: auto;
}

.mdmError {
  background-image: url(../images/icon-error.gif);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  min-height: 40px;
  color:	#ff0000;
font-family: arial;
font-size:	12px;
text-align:	left;
}

.mdmAlert {
  background-image: url(../images/icon-alert.gif);
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  min-height: 40px;
color:	#ff0000;
font-family: arial;
font-size:	12px;
text-align:	left;
}

.mdmOkay {
  background-image: url(../images/icon-okay.gif);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  min-height: 40px;
  color:	#ff0000;
font-family: arial;
font-size:	12px;
text-align:	left;
}

.redField {
color:	#ff0000;
font-family: arial;
font-size:	12px;
text-align:	left;
}
/* Message Display Module ends   */