form {
	margin: 0px;
}

.label {
	text-align: right;
}

.textbox {
	width: 330px;
	font-family: verdana, sans-serif;
	font-size: 10pt;
}
.textbox.city { width: 127px; }
.textbox.state { width: 35px; }
.textbox.zip { width: 85px; }
.textbox.phone { width: 240px; }
.textbox.ext { width: 54px; }
.textbox.comments { width: 436px; height: 55px; }
.textbox.version { width: 436px; }

.error {
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
	background: url(error.gif) top left no-repeat;
	padding: 0px 0px 2px 20px;
}