/* CSS Document */

table.battery_table {
	margin-top: 18px;
	margin-left: 15px;
	width: 500px;
	border-collapse: collapse;
}

table.battery_table th {
	padding: 6px;
	background-color: #ADB528;
	font-size: 12px;
	color: #FFFFFF;
}

table.battery_table td {
	border-top: 1px solid #CCCCCC;
	text-align: left;
	font-size: 12px;
	padding: 6px;
	line-height: 18px;
}

.link_box {
	line-height: 18px;
	width: 520px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
.water_textbox1 {
	margin-bottom: 15px;
	line-height: 20px;
	width: 465px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D1D94A;
	padding-left: 10px;
	margin-left: 20px;
}
