/*----------- Tables -------------*/
#fieldset { 
	background: #FFF;
	border: 1px solid #E4D2AB;
	margin: 0 0 0 10px;
	width: 290px;
	}
	legend {
	font-size:10px; font-weight:bold; font-style:italic; 
	color:#6F513B;
	margin: 0;
	padding:0 10px;
	}
	fieldset th {
	padding: 5px 9px;
	text-align: right;
	width: 100px;
	}
	fieldset td {
	font-size: 11px;
	padding: 5px 5px;
	}
	fieldset td input, fieldset td select, fieldset td textarea  {
	border: 1px solid;
	border-color: #666 #EEE #EEE #666;
	background-color: #FFF7E5;
	width: 150px;
	padding:0 0 0 5px;
	}
	fieldset td select.state { width:auto; }
	fieldset td input.tic, fieldset td select.tic {
	clear: left;
	border: none;
	background-color: transparent;
	width: auto;
	vertical-align: middle;
	}
	.vtop { /* use this to top align a cell */
	vertical-align: top;
	}
	.submit { 
	width:auto;
	background:url(../images/old/bgsubmit.gif) repeat-x; 
	border:1px solid;
	border-color: #9A7052 #530B0D #530B0D #9A7052;
	color:#9A7052;
	font-size:11px;
	padding:2px 5px;
	cursor:pointer;
	}
	.submit a:hover { border-color: #530B0D #9A7052 #9A7052 #530B0D; color:#FFF; }
	
#emailform { width:140px; margin:0 auto; }
	#emailform input { width:130px; font-size:10px; }
	#emailform .submit { width:auto; color:#000; } 	


#fieldsethome { 
	background: #FFF;
	border: 1px solid #E4D2AB;
	margin: 0 0 0 10px;
	width: 290px;
	}
	legend {
	font-size:10px; font-weight:bold; font-style:italic; 
	color:#6F513B;
	margin: 0;
	padding:0 10px;
	}
	fieldsethome th {
	padding: 5px 9px;
	text-align: right;
	width: 100px;
	}
	fieldsethome td {
	font-size: 11px;
	padding: 5px 5px;
	}
	fieldsethome td input, fieldsethome td select, fieldsethome td textarea  {
	border: 1px solid;
	border-color: #666 #EEE #EEE #666;
	background-color: #FFF7E5;
	width: 150px;
	padding:0 0 0 5px;
	}
	fieldsethome td select.state { width:auto; }
	fieldsethome td input.tic, fieldsethome td select.tic {
	clear: left;
	border: none;
	background-color: transparent;
	width: auto;
	vertical-align: middle;
	}
	.vtop { /* use this to top align a cell */
	vertical-align: top;
	}
	.submit { 
	width:auto;
	background:url(../images/old/bgsubmit.gif) repeat-x; 
	border:1px solid;
	border-color: #9A7052 #530B0D #530B0D #9A7052;
	color:#9A7052;
	font-size:11px;
	padding:2px 5px;
	cursor:pointer;
	}
	.submit a:hover { border-color: #530B0D #9A7052 #9A7052 #530B0D; color:#FFF; }
	
