/*Styling for AEM Feedback Form, CSCI-N 241, Fall 2011, By Cynthia Scott.*/

/*This is just for the Feedback Form style. The rest of the page is styled
by the main PrimeAbsStyle2 sheet. If the viewer zooms way out to a much
smaller page size, the bottom of the feedback form extends below the main content.*/

#feedback {
	width: 570px;
	padding-bottom: 10px; }

table.feed  {
	margin: 10px;
	padding: 10px;
	background: #fff5e8; }

th.feed  {
	width: 250px;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px; }

td.feed  {
	width: 300px;
	padding-top: 5px;
	padding-bottom: 10px; }


/*Styling for the nested address information table. It has no <th>
so does not inherit that alignment. */

table table.address  {
	width: 290px;
	margin-top: 2px;
	padding: 3px;
	border: thin solid #fbd7a1;  }

table table td.address {
	width: 280px;
	text-align: right;
	padding-bottom: 2px;
	padding-left: 5px; }  

