.cosTable {
	background-color: #DDDDDD;
}
.cos_head_line {
	background-color: #FFC148;
}
.cos_head {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	padding: 4px;
}
.cosRow, .cosRowGreen {
	background-color: #FFFFFF;
}
.cosRowGreen {
	background-color: #f1f1F1;
}
.cos_cell{
	padding: 2px;
	font-size: 11px;
}
.cos_qty:link {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #727B64;
}
.cos_qty:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #727B64;
}
.cos_qty:hover{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
.cos_input {
	font-size: 11px;
	border: 1px solid #000000;
	margin: 1px;
	padding: 2px;
	width: 15px;
}
.cos_total {
	font-weight: bold;
	font-size: 11px;
	padding: 4px;
	background-color: #FFC148;
}
.cos_inreg_input {
	border: 1px solid #727B64;
	width: 200px;
	font-size: 12px;
	margin: 1px;
	padding: 2px;
	font-family: Verdana;
}