﻿table {
	padding: 0;
	margin: 0 auto 5px auto;
	border-left: 1px solid #ffd29c;
	line-height: 150%;
	text-align: right;

}

caption {	 
	text-align: right;
	font-size: 12px;
	border: 1px #ffd29c solid;
	padding: 5px;
	background: #ffffff url('../images/cbg.gif') repeat-x;
	color: maroon;
	line-height: 150%;
}

th {
	border-right: 1px solid #ffd29c;
	border-bottom: 1px solid #ffd29c;
	border-top: 1px solid #ffd29c;
	letter-spacing: 1px;
	text-align: right;
	padding: 4px;
	font-size: 11px;
	font-weight: normal;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	color: #a97400;	
}

th.alt {
	border-top: 0;
	color: #8A3E0F;
	background: #fffaf0 url(../images/bullet2.gif) no-repeat;
}

th.title {
	height: 15px;
	background: #fee064 url(../images/header_bg.gif);
	border-top: 1px solid #ffd29c;
	text-align: center;
}

td {
	border-right:  1px solid #ffd29c;
	border-bottom: 1px solid #ffd29c;	
	padding: 5px;	
	font-size: 11px;
	background: #fff;
	color:#960;
}

td.alt {
	background: #fffaf0;
	color: #797268;
}

td.red {
	background: #FF4242;
	color: #FFF;
}

td.submit {
	text-align: center;
	background: #fff;
	color:#960;
}

tbody {
	width: 100%;
}

select {
	border:1px #F90 solid;
	padding: 1px;
	color: #8A3E0F;

}
input.textbox, td select ,td textarea {
	font-size:11px;
	color: #6e4100;
	border:1px #f8be79 solid;
	font-family: tahoma;
	margin-right: 3%;
}

 input.textbox  {
	width: 90%;
	padding: 2px 3px;
}


td textarea {
	width: 90%;
	padding: 2px 5px;
}




