.information p, .error p, .success p, .important p,
.informationSmall p, .errorSmall p, .successSmall p, .importantSmall p{
	padding:			0px 0px 10px 0px;
	margin:				0px 0px 0px 0px;
}

.information, .error, .success, .important{
	margin:				0px 0px 10px 0px;
}
	
.information{
	color:				#000000;
	background:			#E2F5F5 url(../../Images/layout/information.gif) top right no-repeat;
	border:				1px solid #377495;
	padding:			6px 100px 10px 10px;
}

.informationSmall{
	float:				left;
	color:				#000000;
	background:			#E2F5F5 url(../../Images/layout/information_small.gif) top right no-repeat;
	border:				1px solid #377495;
	padding:			6px 22px 6px 5px;
}


.error{
	color:				#000000;
	background:			#F8AFAF url(../../Images/layout/an_error_occured.gif) top right no-repeat;
	border:				1px solid #FF0000;
	padding:			6px 155px 10px 10px;
}

.errorSmall{
	float:				left;
	color:				#000000;
	background:			#F8AFAF url(../../Images/layout/an_error_occured_small.gif) top right no-repeat;
	border:				1px solid #FF0000;
	padding:			6px 22px 6px 5px;
}

.success{
	color:				#000000;
	background:			#E0ECCC url(../../Images/layout/success.gif) top right no-repeat;
	border:				1px solid #719637;
	padding:			6px 155px 10px 10px;
}

.successSmall{
	float:				left;
	color:				#000000;
	background:			#E0ECCC url(../../Images/layout/success_small.gif) top right no-repeat;
	border:				1px solid #719637;
	padding:			6px 22px 6px 5px;
}

.important{
	color:				#000000;
	background:			#FFFFCC url(../../Images/layout/important_message.gif) top right no-repeat;
	border:				1px solid #FF0000;
	padding:			6px 155px 10px 10px;
}

.importantSmall{
	float:				left;
	color:				#000000;
	background:			#FFFFCC url(../../Images/layout/important_message_small.gif) top right no-repeat;
	border:				1px solid #FF0000;
	padding:			6px 22px 6px 5px;
}

.importantHighlight
{
	color:				#000000;
	background:			#FFFFCC;
	border:				1px solid #FF0000;
}