@charset "utf-8";
#contact   {
	border: 1px dotted #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 530px;
	background-color: #FFFFFF;
}
legend {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	padding-left: 20px;
	text-decoration: none;
	line-height: 2em;
}
.formsTable {
	width: 520px;
}

/* CSS Document */

.formLabels {
	font-weight: bold;
	text-align: right;
	height: 40px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 30px;
}
input, select {
	background-color: #9BDEFF;
	
	font-family: "Lucida Console";
	color: #666666;
	/*height: 25px;*/
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
.servicesCheckBox {
	margin-left: 10px;
}
