#topofform label
	{
	float:left;
	margin-left:5px;
	width:120px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	padding-right:5px;
	}
	
.formentry
{
	width:180px;
	margin-bottom:5px;
	background:#ff6600;
	border: 2px solid #ff6600;
	-moz-border-radius:8px;
}

#zipCode
{
	width:3.7em;
}

#loadsearchlink
{
	font-size:.5em;
	color:#000000;
	margin-left:15em;
}

#loadsearchlink:hover
{
	color:#ff6600;
}

#fieldsrequired
{
	font-weight:bold;
	font-size:.5em;
	color:#ff1111;
	margin-left:15em;
}

#password2
{
	margin-top:7px;
}

#topofform textarea
	{
	width:250px;
	height:150px;
	background:#ff6600;
	border:2px solid #ff6600;
	margin-bottom:5px;
	-moz-border-radius:8px;
	}
	
#submit-button
{
	text-indent:-5000px;
	clear:both;
	float:left;
	margin-left:128px;
	margin-top:5px;
	width:90px;
	height:30px;
	color:#000000;
	border:transparent;
	background-image: url('post-button.png');
	-moz-border-radius:8px;
	font-size: 0px;
	line-height: 0px;

}

#submit-button  {background-position: -1px -0px;}
#submit-button:hover {background-position: -91px -0px;}
#submit-button:active {background-position: -181px -0px;}

#create-account-button
{
	text-indent:-5000px;
	clear:both;
	float:left;
	margin-left:128px;
	margin-top:5px;
	width:90px;
	height:30px;
	border:transparent;
	background-image: url('post-button.png');
	-moz-border-radius:8px;
	font-size: 0px;
	line-height: 0px;
}

#create-account-button  {background-position: -1px -30px;}
#create-account-button:hover {background-position: -91px -30px;}
#create-account-button:active {background-position: -181px -30px;}

#search-button
{
	float:right;
	text-align:center;
	margin-right:20.7em;
	margin-top:0px;
	width:90px;
	color:#000000;
	font-weight:bold;
	font-size:80%;
	border:3px outset #ff6600;
	background:#ff6600;
	-moz-border-radius:8px;
}

#search-button:hover
{
	border:3px inset #ff6600;
}

br
	{
	clear:left;
	}

#topofform
{
	margin-top:16px;
}
