#tabel1 {
	border: 1px solid #A0A6BC;
	border-bottom: 0;
}

#tabel1 th {
	border-bottom: 1px solid #A0A6BC;
	border-left: 1px solid #A0A6BC;
	padding: 5px;
	background: #E6E7EC;
	font-weight: bold;
	color: #505D89;
}

#tabel1 td {
	border-bottom: 1px solid #A0A6BC;
	border-left: 1px solid #A0A6BC;
	padding: 5px;
}

.first_td {
	border-left: 0 !important;
}

.last_td {
	text-align: right;
}

.total_td {
	text-align: right;
	border-left: 0 !important;
}

#tabel1 input {
	width: 50px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
	color: #4C5882;
	font-weight: bold;
}
#tabel1 b {
	color: #505D89;
}	

.cmd_submit {
	padding: 2px 5px;
	margin: 5px 0 0 5px;
	float: right;
	font-weight: bold;
	border: 1px solid #A0A6BC;
	font-size: 11px;
	background: #E6E7EC;
	color: #505D89;
}
