.contactform table td input, .contactform table td textarea {
	width:200px;
	background:#fff;
	border:1px solid #d0bb95;
	padding:3px;
	}
	
.contactform table td textarea {
	height: 80px;
	}
.contactform table td .submit {
	background: transparent url('../images/g-submit.gif') no-repeat;
	color:#fff;
	border: 0;
	line-height: 32px;
	height: 32px;
	width: 98px;
	padding: 0;
	text-align:left;
	padding-left:10px;
	cursor:pointer;
	}