h1 {
	padding-top: 1em;
}

fieldset { 
	border:0px solid #A0A0A0;
	width:720px;
}

legend {
  line-height: 1em;
  border-bottom: 0px solid #A0A0A0;
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

body {
	padding: 2em;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 2.5em;
	font-size: 10px;
	font-weight:normal;
	background-image:url("calcback.jpg");
	background-repeat:no-repeat;
}

#cabinetguide label {
    float: left;
    clear: left;
    width: 20em;
}

#cabinetguide input, #cabinetguide textarea {
    float: left;
}

.errors {
    font-weight: bolder;
    color: red;
    font-size: 14px;
    line-height: 1.2em;
}

.pagenote {
    font-weight: bolder;
    background-color: #ccc;
    font-size: 14px;
    font-style: italic;
    line-height: 1.2em;
    padding: 2px;
    margin: 4px 0;
    width: 30em;
}

.required {
    color: red;
}
