/* error message styles */

.msg {
	border: 1px solid #5F85B3;
	text-align: left;
	padding: 10px;
	font-size: 90%;
	background: #efefef url( '../images/icons/information.png' ) no-repeat 10px 10px;
	padding-left: 36px;
	margin: 20px auto;
width: 70%;
}

.msg p {
	padding: 0;
	margin: 0;
}

.msg ul {
	margin: 5px 0 0 2em;
}

.msg h5 {
	padding-bottom: 5px;
}

.msg a {
	font-weight: bold;
}

.success {
	background-image: url( '../images/icons/accept.png' );
	border-color: #6dc462;
	background-color: #ceebc7;
}

.warning {
	background-image: url( '../images/icons/error.png' );
	border-color: #ffe222;
	background-color: #fffbe2;
}

.help {
	background-image: url( '../images/icons/help.png' );
}

.error {
	background-image: url( '../images/icons/exclamation.png' );
	border-color: #f1795e;
	background-color: #fccdc0;
}