/* CSS Document */

legend, fieldset {
	color: blue;
	background-color: #eee;
}
.content {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
}

.required {
	color: #990000;
}
.label {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
	color: #487EC1;
}
.smalllabel {
	font-size: 1em;
	font-weight: bold;
	color: #0000ff;
}
#styleFormExample {
	width: 250px;
}
/*Form element is inside td tags.*/
#styleFormExample td {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
}
/*The asterics for required fields are inside span tags.*/
#styleFormExample span {
	color: #990000;
}
/*Element labels are inside div tags.*/
#styleFormExample div {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
	color: #487EC1;
}

#clientinfo {
	float: left;
	width: 100%
}

#houseinfo {
  /*clear:left;*/
	float: left;
	width: 100%;
}
#showservices {
	clear: right;
	float: left;
	width: 100%;	
}

#addnewservice {
  clear:right;
	float: left;
  width: 100%;
}

#roi {
  clear:right;
	float: left;
  width: 100%;
}


