﻿/* Messages */
.message {
	margin: 15px 0;
	padding: 10px 10px 10px 45px !important;
	border: 1px solid #ccc;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

.good {
	color: #060;
	border-color: #9c9;
	background: url(images/icon_good.gif) #E2F9E3 10px center no-repeat;
}

.alert {
	color: #C3A83E;
	border-color: #D4B743;
	background: url(images/icon_alert.gif) #FBF7E6 10px center no-repeat;
}

.bad {
	color: #fff;
	border-color: #c99;
	background: url(images/icon_bad.gif) #c00 10px center no-repeat;
}

.bad p {
	color: #fff;
}
