form table {
  margin:1em 0 1em 0;
}

form th {

}

form th, form td {
	padding: 4px;
}

form th, form tbody input {
	font-size: 11px;
}

form td {
	text-align: left;
}

form th,
form tbody td {
  line-height:2em;
}

form th {
  width:10em;
  text-align:left;
  padding-left:0.5em;
  vertical-align:top;
}

form input {
  width:26em;
	border: 1px solid #666;
	padding: 2px;
}

form td {
  padding: 0px;
  font-weight:normal;
	padding-top: 4px;
}

form textarea {
  width:99%;
  height:12em;
  border: 1px solid #666;
}

.submit {
	font-size: 12px;
	width: 10em;
	border: 0px;
	background:transparent url(../images/g-button-green.png) no-repeat;
	height: 20px;
	width: 155px;
	color: #88475C;
	text-transform: uppercase;
}
