.msg {
	position:relative;
	max-width:95%;
	padding:5px 35px 5px 40px;
	min-height:16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #80a3ca;
	background:#c9ddf3 url(msg/msg-icon-help.png) 8px 6px no-repeat;
	margin-bottom:10px;
	font-family:helvetica, arial, sans-serif;
	color:#555;
	font-size:13px;
	line-height:1.3em;
}

	.msg p {
		color:#555;
		font-size:13px;
		line-height:1.3em;
		margin-bottom:.2em;
		overflow:hidden;
	}
	
	.msg hr {
		background:#80a3ca;
		border:0;
		color:#80a3ca;
		margin:0 0 10px;
		padding:0;
	}
	
	.msg .close {
		position:absolute;
		top:5px;
		right:5px;
		font-size:15px;
		text-transform:uppercase;
		cursor:pointer;
	}
	
	.msg.warning {
		color:#cab737;
		border:1px solid #cab737;
		background:#fffb9b url(msg/msg-icon-warning.png) 8px 5px no-repeat;
	}
	
	.msg.error {
		color:#d79292;
		border:1px solid #d79292;
		background:#f3c9c9 url(msg/msg-icon-error.png) 8px 6px no-repeat;
	}
	
	.msg.success {
		color:#97b76c;
		border:1px solid #97b76c;
		background:#d8f0b8 url(msg/msg-icon-success.png) 8px 6px no-repeat;
	}
	
	.msg.help {
		color:#80a3ca;
		border:1px solid #80a3ca;
		background:#c9ddf3 url(msg/msg-icon-help.png) 8px 6px no-repeat;
	}

	.msg.no-icon, .msg.error.no-icon, .msg.warning.no-icon, .msg.success.no-icon, .msg.help.no-icon {
		background-image:none;	
	}
	
.msgform {
	position:relative;
	max-width:95%;
	padding:5px 35px 5px 40px;
	min-height:16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #80a3ca;
	background:#c9ddf3 url(msg/msg-icon-help.png) 8px 6px no-repeat;
	margin-bottom:10px;
	font-family:helvetica, arial, sans-serif;
	color:#555;
	font-size:13px;
	line-height:1.3em;
}

.msgform.error {
	color:#d79292;
	border:1px solid #d79292;
	background:#f3c9c9 url(msg/msg-icon-error.png) 8px 6px no-repeat;
}

.msgform.success {
    color:#97b76c;
    border:1px solid #97b76c;
    background:#d8f0b8 url(msg/msg-icon-success.png) 8px 6px no-repeat;
}

.msgform.warning {
    color:#8e6b1b;
    border:1px solid #8e6b1b;
    background:#fbf392 url(msg/msg-icon-warning.png) 8px 6px no-repeat;
}