@charset "utf-8";
/* CSS Document */

#error{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FF0;
	padding-bottom:10px;
	border-bottom:#6F5800 solid 1px;
}
.boxA {
	background-color: #f1961a;
	width: 200px;
	border:1px solid #5d5d5d;
	color: #333;
	margin:2px 0 3px 10px;
}
.boxB {
	background-color: #f1961a;
	width: 240px;
	border:1px solid #5d5d5d;
	color: #333;
	margin:3px 0 3px 10px;
}
.text_tanks_form{
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#c4bfaa;
}