@charset "utf-8";
/* CSS Document */

#formdesign table th,
#formdesign table td {
	border: 1px solid #9BA2B0;
	line-height: 1.2;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 92%;
	text-transform: capitalize;
	vertical-align: middle;
}

#formdesign table th {
	color: #333333;
	background-color: #E2E4E7;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
}
