@charset "utf-8";
/* CSS Document */

input{
	margin-bottom:15px;
	display:inline;
}

label{
	display:block;
}

#userNameStatus{
}

#passwordError{
}

#regSubmit{
	display:block; 
	padding:15px;
	width:125px;
}

.error{
	color:#FF0000;
}

.details{
	color:#8D8D8D;
	font-size:9px;
	font-style:italic;
}

.success{
	color:#339933;
	font-weight:bold;
}

.orange{
	color:#f26726
}

#zipCodeDiv{
	margin-left:auto;
	margin-right:auto;
	width: 300px;
	border:#FF0000 dotted 1px;
	background-color:#FFD9D9;
}
