#newacct {
	overflow: hidden;
	padding-left: 2px;
}

	#newacct fieldset,
	#newacct label {
		display: block;
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	
		label[for="newacct-firstname"],
		label[for="newacct-lastname"] {
			margin-top: 0;
		}
	
		#newacct label.small {
			width: 45%;
		}
	
		#newacct label input,
		#newacct label select {
			display: block;
			width: 85%;
			clear: left;
		}
		
			#newacct label.small input,
			#newacct label.small select {
				width: 88%;
			}
	
			#newacct label input[type="checkbox"] {
				display: inline;
				width: auto;
				float: none;
			}
		
	#newacct input[type="submit"] {
		display: block;
		width: 125px;
		float: right;
		margin-right: 25px;
	}


label.erroroutline input,
label div.selectwrap.erroroutline,
label div.erroroutline {
    /*outline: 2px solid red;*/
    border: 3px solid red !important;
    margin: -2px !important;
}



