.block{ display: block; }
.bold{ font-weight: bold; }
.centered{ text-align: center; }
.justified{ text-align: justify; }
.fullWidth{ width: 100% !important; }
.sidebar{}

.pageBreak{ page-break-before: always; }
.block-links a{ display: block; }

.error{ border: 5px double black; padding: 5px 10px; background: #FFF;
	color: #DC143C; font-weight: bold; font-size: 12px; }

#procError{ margin: 5px 20%; width: auto; }

/* Form stuff */
.formField{ position: relative; clear: both; }
.fieldName{ float: left; text-align: right; margin-right: 5px; }
.fieldInput{ float: left; margin-left: 5px; }
#ops{ clear: both; text-align: center; }
/* END Form stuff */
