.callout.callout-danger {
    background:#bb4f4c;
	color:#ffffff;
}
.callout.callout-success{
	border-left-color: #084b23;
    background:#2f8652;
	color:#ffffff;
}
.msgImgList{
	list-style: none;
	margin: 0;
	padding: 0;
}
.msgImgList li{
	float: left;
	margin-right: 10px;
}
.ajx_msg{
    position: absolute;
    top: 0;
    right: 10px;
}
label span{
	color: red;
}

