form.services {
	padding-top:5px;
}

@media only screen and (max-width: 1100px) {
  div.servicesFieldset {
	  border:solid black thin;
	  width:auto;
	  background-color:#88A1AD;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
  }
}

@media only screen and (min-width: 1101px) {
  div.servicesFieldset {
	  border:solid black thin;
	  width:50%;
	  background-color:#88A1AD;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
  }
}

fieldset.services {
	border:none;
	margin:0 0 0 0;
	padding:0px 0 5px 0px;	
}
legend.services {
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#A6743A;
	color:white;
	padding:5px;
	font-size: 20px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
label.fieldServices {
	text-align:right;
	width:150px;
	float:left;
	font-weight:bold;
	padding-right:5px;
}
input.textbox-measurements {
	width:150px;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
fieldset p.services {
	font-family:Verdana, Geneva, sans-serif;
	clear:both;
	padding:5px;
	color: white;
}
label span, .required {
	color:red;
	font-weight:bold;
}
.form-comments {
	width: 90%;
	height: auto;	
}