.errorbox {
	font-size: 9pt;
	color: #000000; 
	padding: 10px;
	border: 3px solid #f3d39f;
	background-color: #fff; 
	height: auto; 
	margin: 0 auto; 
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 3px #FF0000;
	-webkit-box-shadow: 0 0 3px #FF0000;
}

.errorbox p {
	color: #000000;
}

.errorbox h3 {
	font-size: 11px;
	color: #880000;
}

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

.errorbox ul li {
	font-size: 9pt;
	color: #880000;
	line-height: 20px;
	list-style: circle;
}

.regbox {
	width: 280px; 
	padding-bottom: 10px;
	margin-bottom: 20px;
	min-height: 40px; 
	height: auto; 
}

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

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