#rfpform {
	width: 350px;
}

#rfpform div.breaker {
	margin-bottom: 10px;
}

#rfpform textarea {
	width: 346px;
	border: 1px solid #AAAAAA;
}

#rfpform table {
	margin: 0;
	padding: 0;
	width: 100%;
}

#rfpform td {
	padding-bottom: 4px;
}
#rfpform table td:first-child {
	width: 175px;
}
#rfpform table td:last-child {
	width: auto;
}

#rfpform table td table.guest_rooms {
	width: 350px;
	border: 1px solid #AAAAAA;
	background-color: #c7b56b;
	color: #000000;
}
#rfpform table td table td:first-child {
	width: auto;
}
#rfpform table td table td:last-child {
	width: auto;
}

#rfpform td.field2 {
	border-right: 1px solid #AAAAAA;
}
#rfpform td.field3 {
}

#rfpform .center {
	text-align: center;
}
#rfpform input.days {
	text-align: center;
}

#rfpform span.req {
	margin-left: 5px;
	color: #FF0000;
}
