/* 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 p span {
		margin:				0;
		padding:			0;
		width:				100%;
		display:			block;
		float:				left;
		font-size:			2px;
	}
	
	.so .body {
		width:				96%;
		padding:			0 2%;
		font-weight:		bold;
		font-size:			11px;
	}
	
	.so .dft .body { background:		#6992ad; }
	.so .pos .body { background:		#0A0; }
	.so .neg .body { background:		#A00; }
	
	.so .dft .head { padding: 0; height: 10px; background: url(../images/backgrounds/system_msg.png) no-repeat 0 0; behavior: url(lib/scripts/iepngfix.htc); }
	.so .dft .foot { padding: 0; height: 10px; background: url(../images/backgrounds/system_msg.png) no-repeat 0 -10px; behavior: url(lib/scripts/iepngfix.htc); }
	
	.so .pos .head { padding: 0; height: 10px; background: url(../images/backgrounds/system_msg.png) no-repeat 0 -20px; behavior: url(lib/scripts/iepngfix.htc); }
	.so .pos .foot { padding: 0; height: 10px; background: url(../images/backgrounds/system_msg.png) no-repeat 0 -30px; behavior: url(lib/scripts/iepngfix.htc); }
	
	.so .neg .head { padding: 0; height: 10px; background: url(../images/backgrounds/system_msg.png) no-repeat 0 -40px; behavior: url(lib/scripts/iepngfix.htc); }
	.so .neg .foot { padding: 0; height: 10px; background: url(../images/backgrounds/system_msg.png) no-repeat 0 -50px; behavior: url(lib/scripts/iepngfix.htc); }