p.error{
	width: 100%;
	background:  url("./../../../../images/cancel.png") top left no-repeat;
	background-position: 2% 50%;
	background-color: #FFDCDC;
	color: #A90300;
	border: 1px solid #FFB6B6;
	text-align: center;
	text-decoration: none;
	padding: 14px 0 14px 0;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 11px;
}

p.info{
	width: 100%;
	color: #0055bb;
	background:  url("./../../../../images/info.png") top left no-repeat;
	background-position: 2% 50%;
	background-color: #c3d2e5;
	border: 1px solid #84a7db;
	text-align: center;
	text-decoration: none;
	padding: 13px 0 13px 0;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 11px;
}

p.success{
	width: 100%;
	color: #81BD3E;
	background:  url("./../../../../images/ok.png") top left no-repeat;
	background-position: 2% 50%;
	background-color: #E4FFC7;
	border: 1px solid #81BD3E;
	text-align: center;
	text-decoration: none;
	padding: 13px 0 13px 0;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 11px;
}
