/* 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:			10px 0;
		width:				100%;
		color:				#FFF;
		float:				left;
	}
	
	.so div {
		padding:			10px;
		border-top:			solid 1px #FFF;
	}
	
	.so div p {
		font-weight:		bold;
		font-size:			11px;
	}
	
	.so .dft { background:		#6992ad; }
	.so .pos { background:		#0A0; }
	.so .neg { background:		#A00; }
