@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images_Bills/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.cat_head {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}



.lable_txt {
	color: #666;
	padding: 0 10px;
	font-size: 13px;
}



.txt {
	width: 250px;
	margin: 0 10px;
	padding: 3px;
	border: 1px solid #d7d7d7;
	color: #666;
	background: #fafafa;
}



.txt a { color: #666;	text-decoration: none; }
.txt a:hover {	color: #CC0000; }




.txt2 {
	width: 200px;
	margin: 0 10px;
	padding: 3px;
	border: 1px solid #d7d7d7;
	color: #666;
	background: #fafafa;
}



.num {
	width: 120px;
	padding: 3px;
	border: 1px solid #d7d7d7;
	color: #666;
	background: #fafafa;
}



.area {
	width: 250px;
	height: 78px;
	border: 1px solid #d7d7d7;
	margin: 0 10px;
	color: #7C705D;
	padding: 3px;
	background: #fafafa;
	overflow: auto;
}



.drp_bid {
	width: 258px;
	margin: 0 10px;
	padding: 2px;
	color: #7C705D;
	border: 1px solid #d7d7d7;
	background: #fafafa;
}



.sub_btn {
	background: url(images_Bills/btn-submit.gif) no-repeat;
	border: 0 none;
	height: 20px;
	width: 65px;
}



.res_btn {
	background: url(images_Bills/btn-reset.gif) no-repeat;
	border: 0 none;
	height: 20px;
	width: 54px;
}



.brw_btn {
	background: url(images_Bills/btn-browse.gif) no-repeat;
	border: 0 none;
	height: 20px;
	width: 54px;
}



.fin_btn {
	background: url(images_Bills/btn-find.gif) no-repeat;
	border: 0 none;
	height: 20px;
	width: 54px;
}



.pri_btn {
	background: url(images_Bills/btn-print.gif) no-repeat;
	border: 0 none;
	height: 20px;
	width: 54px;
}