.errorbox {
	font-size: 9pt;
	color: #000000; 
	padding: 10px;
	border: 1px solid #0066dd; 
	background-color: none; 
	height: auto; 
	margin: 0 auto; 
	margin-bottom: 10px;
}

.errorbox p {
	color: #000000;
}

.errorbox h3 {
	font-size: 11pt;
}

.regbox ul {
	margin-bottom: 5px;
}

.errorbox ul li {
	font-size: 9pt;
	color: #aa0000;
	line-height: 1.05em;
}

.regbox {
	width: 300px; 
	float: left;
	padding-bottom: 20px;
	margin-bottom: 10px;
	min-height: 30px; 
	height: auto; 
}

.smallbox {
	width: 150px;
	font-size: 8pt;
}

/*------------- Form Security ------------- */
.fsec {
	display: none;
}

