/* alerts css file */

.msg
{
	width:auto;
	height: auto;
	margin:10px auto 0 auto;
	padding: 5px 5px 5px 40px;
	display: none;
}
		
.success
{
	background:#f5feec url(/images/alerts/tick.png) no-repeat scroll 10px 10px;
	border:1px solid #97b980;
}

.caution
{
	background:#ffffe0 url(/images/alerts/exclamation.png) no-repeat scroll 10px 10px;
	border:1px solid #ebd085;
}

.error
{
	background:#ffcccc url(/images/alerts/error.png) no-repeat scroll 10px 10px;
	border:#ff5953 1px solid;
}

.information
{
	background:#f7fbff url(/images/alerts/information.png) no-repeat scroll 10px 10px;
	border:#98b9e6 1px solid;
}

.standout
{
	background-color:#f6f6f6;
	border:1px solid #d9d9d9;
}
