.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(/Manager/Images/Dialogs/information.gif) top right no-repeat;
	border:				1px solid #377495;
	padding:			6px 100px 10px 10px;
}

.informationSmall{
	float:				left;
	color:				#000000;
	background:			#E2F5F5 url(/Manager/Images/Dialogs/information_small.gif) top right no-repeat;
	border:				1px solid #377495;
	padding:			6px 22px 6px 5px;
}

	.information a:link,
	.information a:visited,
	.informationSmall a:link,
	.informationSmall a:visited{
		color:				#377495;
	}


.error{
	color:				#000000;
	font-weight:		normal;
	background:			#F8AFAF url(/Manager/Images/Dialogs/an_error_occured.gif) top right no-repeat;
	border:				1px solid #FF0000;
	padding:			6px 155px 10px 10px;
}

.errorSmall{
	float:				left;
	color:				#000000;
	font-weight:		normal;
	background:			#F8AFAF url(/Manager/Images/Dialogs/an_error_occured_small.gif) top right no-repeat;
	border:				1px solid #FF0000;
	padding:			6px 22px 6px 5px;
}

	.error a:link,
	.error a:visited,
	.errorSmall a:link,
	.errorSmall a:visited{
		color:				#FF0000;
	}

.success{
	color:				#000000;
	font-weight:		normal;
	background:			#E0ECCC url(/Manager/Images/Dialogs/success.gif) top right no-repeat;
	border:				1px solid #719637;
	padding:			6px 155px 10px 10px;
}

.successSmall{
	float:				left;
	color:				#000000;
	font-weight:		normal;
	background:			#E0ECCC url(/Manager/Images/Dialogs/success_small.gif) top right no-repeat;
	border:				1px solid #719637;
	padding:			6px 22px 6px 5px;
}

.important{
	color:				#000000;
	font-weight:		normal;
	background:			#FFFFCC url(/Manager/Images/Dialogs/important_message.gif) top right no-repeat;
	border:				1px solid #FF0000;
	padding:			6px 155px 10px 10px;
}

.importantSmall{
	float:				left;
	color:				#000000;
	font-weight:		normal;
	background:			#FFFFCC url(/Manager/Images/Dialogs/important_message_small.gif) top right no-repeat;
	border:				1px solid #FF0000;
	padding:			6px 22px 6px 5px;
}

.importantHighlight{
	color:				#000000;
	font-weight:		normal;
	background:			#FFFFCC;
	border:				1px solid #FF0000;
}

.modalBackground{
	background: gray;
	filter:		alpha(opacity=70);
	opacity:	0.7;
}

.modalPopup{
	background: #FFF;
	padding:	10px;
	border:		1px solid #555;
	color:		#333;
	text-align: center;
	font-weight:normal;
}
