/* CSS Document */
.msg_no
{
	background:url(../images/exit.png) no-repeat;
	background-position:4px 0px;
	padding-bottom:20px;
}

.msg_ok
{
	background:url(../images/ok.png) no-repeat;
	background-position:4px 0px;
	padding-bottom:20px;
}

.msg_alert
{
	background:url(../images/alert.png) no-repeat;
	background-position:4px 0px;
	padding-bottom:20px;
}

.msgisi_no
{
	border:#FF0000 solid 1px;
	background:#ffe3e3;
	padding:10px 3px;
}

.msgisi_ok
{
	border:#22bf31 solid 1px;
	background:#e4fde8;
	padding:10px 3px;
}

.msgisi_alert
{
	border:#FF9900 solid 1px;
	background:#fef0d2;
	padding:10px 3px;
}