@CHARSET "ISO-8859-1";

.success {
	background: #EEFFEE url(/images/exclamation.gif) no-repeat scroll 15px
		50%;
	border-color: #66BB66;
	border-style: solid;
	border-width: 1px;
	margin: 1em 0;
	padding: 0.6em 2em 0.6em 45px;
	text-align: left;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 2em;
}

.warning {
	background: #FFF6BF url(/images/exclamation.gif) no-repeat scroll 15px
		50%;
	border-color: #FFD324;
	border-style: solid;
	border-width: 2px 0;
	margin: 1em 0;
	padding: 0.6em 2em 0.6em 75px;
	text-align: left;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 2em;
}

/*
.error {
	background:#FFDACA url(/images/information.gif) no-repeat scroll 15px 50%;
	border-color:#FF7349;
	border-style:solid;
	border-width:2px 0;
	margin:1em 0;
	padding:0.6em 2em 0.6em 75px;
	text-align:left;
	font-family:"Helvetica Neue",Arial,sans-serif;
	font-size: 12px;
	line-height:2em;
}
*/
.error p,.warning p,.success p {
	
}

.error h3,.warning h3 {
	color: #000;
	font-size: 14px;
	text-decoration: underline;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

.success h3 {
	color: #000;
	text-decoration: underline;
	display: inline;
	font-size: 13px;
	padding-right: 5px;
}