
#form_st table {
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 97%;
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 2%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E0DCC9;
	border-left-color: #CDC6A9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0DCC9;
}

#form_st table td {
	border-collapse: collapse;
	padding: 10px;
	background-image: url(../images/td_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	text-align: left;
}

#form_st table th {
	border-collapse: collapse;
	background-color: #EBE8DC;
	color: #544D30;
	letter-spacing: 1px;
	padding: 10px;
	background-image: url(../images/th_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 200px;
}

.typeSubmit {
	border: solid 1px #666666;
	width: 100px;
}

.col_blk {
	color: #000000;
}

.col_red {
	color: #FF0000;
}
