/* this style is to be used when a table is used to layout a form*/
form {scrollbar-face-color: #360808;
scrollbar-shadow-color: #C08A5A;
scrollbar-highlight-color: #C08A5A;
scrollbar-3dlight-color: #C08A5A;
scrollbar-darkshadow-color: #360808;
scrollbar-track-color: #C08A5A;
scrollbar-arrow-color: #C08A5A;}

table.form_table {
    border-spacing: 0px;
    border-collapse: collapse; 
    background: #fff;
    border: 0;
}
table.form_table th {
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 0;
}
table.form_table td {

    border: 0;
	padding:2px;
}
table.form_table thead th {

    font-weight: bold;
    color: #000;
    border: 0;
}
table.form_table th.Corner {

    border: 0;
}
/*table.nested_table tr.Odd {
    background: #F6F4E4;
}*/

input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	height:15px;
	padding-left: 3px;
	background-color:#fff;
	border-width: 1px;
	border: 1px solid #89503B;

}

textarea, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	padding-left: 3px;	
	background-color:#fff;	
	border-width: 1px;
	border: 1px solid #C08A5A;

}


.form_field_on
{
	padding-left: 3px;
	background-color: #FFFACD;
	border-width: 1px;
	border: 1px solid #CCCCCC;
}

.form_button
{
	background:#C08A5A;
	color: #fff;
	font-weight:bold;
	height:25px;
	font-size: 11px;
	border: 1px #C08A5A solid;
	clear: both;
}