.z1 {z-index: 1;}
.z2 {z-index: 2;}
.z3 {z-index: 3;}
.z4 {z-index: 4;}
.z5 {z-index: 5;}
.z6 {z-index: 6;}
.z7 {z-index: 7;}
.z8 {z-index: 8;}
.z9 {z-index: 9;}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.float-left { float: left; }
.float-none { float: none; }
.float-right { float: right; }

.no-pad { padding: 0; }
.no-margin { margin: 0; }

.notify
{
	padding: 1em;
	border: 1px solid #FF8A00;
	background-color: #FFDAAF;
	font-size: 120%;
	text-align: center;
	margin: 0 auto 1em;
}
