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