
#center {
/* 	border:solid 1px #f00; */
	color:#000;
}
#center img {
	display:inline;
}

#center fieldset {
	border:solid 1px #000;
	padding:5px;
}
#center legend {
	padding:2px;
	font-weight:bold;
	text-decoration:underline;
}
#center input,select,textarea {
	border:solid 1px #000;
	margin:1px;
	padding:1px;
}
#center table {
	width:100%;
}
#center tr {
	
}
#center td {
	vertical-align:top;
	text-align:left;
}
#center tr th {
	width:120px;
	text-align:left;
	white-space:nowrap;
	vertical-align:top;
}
#center .subm {
	margin:2px;
	text-align:center;
	
}
#center .subm input {
	background-color:#f0f700;
	font-weight:bold;
	padding:4px;
}

#center #bad {
	font-weight:bold;
	margin:5px;
	color:#f00;
}
#center #good {
	font-weight:bold;
	margin:5px;
	color:#090;
}

#msgs {
	background-color:#bbb;
}
#msgs th {
	padding:2px;
	background-color:#ccc;
}
#msgs td {
	padding:2px;
}
#msgs tr {
	background-color:#eee;
}

#services {
	list-style: disc;
	margin-left: 15px;
}
