/* SYSTEM OUTPUT MESSAGES
	These are the styles for the messages that are displayed
	when there is an error or when an action is completed
------------------------------------------------------------ */
	
	.so{
		padding:			5px 0;
		width:				100%;
		color:				#FFF;
		float:				left;
	}
	
	.so p{
		padding:			5px;
		font-weight:		bold;
		color:				#FFF;
	}
		
	.dft{ background:		#06F; }
	.pos{ background:		#0A0; }
	.neg{ background:		#A00; }