/* MODIFIERS */
.fleft {float: left;}
.fright {float: right;}
.aleft {text-align: left;}
.acenter {text-align: center;}
.aright {text-align: right;}
.access {display: none;}
.hidden {display: none !important;}
.clear {clear: both;}
.error {color: #CC0000;}
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.section {
	margin-bottom: 20px;
}

.c400 .formbox.section {	width: 595px;	}

.h50 {
	height: 53px;
}
.h70 {
	height: 70px;
}
