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