
ul.msg
{
    list-style: none outside none;
    display:inline;
	list-style-type:none;
	clear:both;
}

li.msg{
  padding: 5px;
  margin-bottom: none;
  border: 0px solid transparent;
  border-radius: 0px;
	
}

.bg-color-grayLight {
  background-color: #D8D8D8  !important;
}

.bg-color-grayDark {
  background-color: #A8A8A8   !important;
}
