	form#comment {
		background: #e1e8b0; /*  url(images/bg-h.gif) repeat-x; */
		padding:10px;
}
	form#comment .rt {
		margin-right: 3px;
	}
	form#comment h5 {
		margin-top:0;
	}
	form#comment p{
		margin:0 0 3px 0;
		font-size:80%;
		color: #8a982c;
	}
	form#comment .btn {
		background-color: #8a982c;
		color: #ddd;
	}
	form#comment input, form#comment textarea, form#comment select {
		font-size: 100%;
		font-family: verdana, tahoma, arial, sans-serif;
		border: 1px solid #8a982c;
	}
	form#comment .fname {
		width:139px;
	}
	form#comment .lname {
		width:139px;
	}
	form#comment .mi {
		width:33px;
	}
	form#comment .phone {
		width:139px;
	}
	form#comment .email, form#comment table, form#comment textarea {
		width:285px;
	}
	form#comment .addr {
		width: 285px;
	}
	form#comment .state {
		width:175px;
	}
	form#comment .zipcode {
		width: 103px;
	}
	form#comment textarea {
		height: 100px;
		overflow: auto;
	}
	form#comment table {
		border-collapse: collapse;
		padding: 0;
		font-size: 100%;
		height: 400px;
	}
	form#comment table td {
		white-space: nowrap;
	}
	form#comment .area {
		width: 285px;
	}

