.warning
{
color: #F3B806;
background: inherit;
text-transform: none;
font-size: 10px;
}
.required
{
color:red;
background: inherit;
text-transform: none;
font-weight: bold;
font-size: 12px;
margin-bottom: 5px;
margin-top: 10px;
top:5px;
}
.label
{
background: inherit;
color: #9CB5CB;
text-transform: none;
font-weight: bold;
font-size: 14px;
margin-bottom: 5px;
margin-top: 10px;
}
.sublabel1
{
	background: inherit;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	font-size: inherit;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	top: 5px;
	bottom: 5px;
}
.sublabel2
{
	background: inherit;
	color: #9CB5CB;
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom: 25px;
}
.headerlightblue2
{
background: inherit;
color: #9CB5CB;
text-transform: none;
font-weight: bold;
font-size: 18px;
margin-bottom: 5px;
padding-bottom: 20px;
}
.state
{
position:relative;
left:135pt;
background: inherit;
color: #9CB5CB;
text-transform: none;
font-weight: bold;
font-size: 14px;
margin-bottom: 5px;
margin-top: 10px;
}
.zip
{
position:relative;
left:150pt;
background: inherit;
color: #9CB5CB;
text-transform: none;
font-weight: bold;
font-size: 14px;
margin-bottom: 5px;
margin-top: 10px;
}
input#statebox
{
	position:relative;
	left:5pt;
}
input#zipbox
{
	position:relative;
	left:15pt;
}
.formbox
{
margin-top:5px;
margin-bottom:10px;
}
.fs1
{
	margin-bottom:15px;
	border:none;
	margin-top: 10px;
}
.availability
{
position:relative;
top:50px;
}
.checkbox
{
	position:relative;
	left: 3px;
}
/* Begin code for test.html file */
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
