@charset "utf-8";
/* CSS Document */

p.message {
	background:#464646 url('../images/okIcon-24.png') no-repeat 18px 20px;
	padding:18px 18px 18px 50px;
	color:#ffffff;
}

p.message.ok {
	background:#464646 url('../images/okIcon-24.png') no-repeat 18px 20px;
}

p.message.warn {
	background:#464646 url('../images/warningIcon-24.png') no-repeat 18px 20px;
}

p.message.error {
	background:#464646 url('../images/errorIcon-24.png') no-repeat 18px 20px;
}