form#budget {
	float:left;
	clear:both;
	width:498px;
	padding:10px 0 10px 10px;
	background-color:#e0f0bc;
	margin-bottom:20px;
}
form#budget fieldset {
	float:left;
	width:100%;
}
form#budget label, form#budget input, form#budget select, form#budget button {
	float:left;
	clear:left;
}
form#budget label {
	float:left;
	width:352px;
}
form#budget label sub {
	font-size:8.25pt;
}
form#budget input, form#budget select {
	float:left;
	clear:none;
	width:100px;
}
form#budget input {
	text-align:right;
}
form#budget button {
	float:left;
}

form#budget fieldset div.col {
	float:left;
	clear:both;
	width:234px;;
	padding-right:10px;
}
form#budget fieldset div.row {
	float:left;
	clear:left;
	width:488px;
	height:25px;
}
form#budget fieldset div.row strong {
	border-bottom:dotted 1px #84a334;
}
form#budget img {
	float:right;
	clear:none;
	margin:3px 0 0 10px;
}

form#budget strong {
	float:left;
	width:100%;
	padding-bottom:5px;
	color:#333;
}


table#bdgt {
	border-spacing:1px;
	background-color:#eef0e5;
	empty-cells:show;
	width:508px;
	text-align:left;
	margin-bottom:20px;
}

table#bdgt th, table#bdgt td {
	padding:4px 3px;
}
table#bdgt th {
	font-weight:bold;
}
table#bdgt tbody td {
	background-color:#fff;
}
table#bdgt tbody td:first-child {
	width:20%;
}
table#bdgt div.bar {
	line-height:20px;
	height:20px;
	background-color:#e5eef0;
	text-indent:4px;
}



#hlp_budget {
	position:absolute;
	width:240px;
	font-size:8.25pt;
	display:none;
	padding:10px;
	background-color:#fff;
	border:solid 1px #963;
}
#hlp_budget li {
	display:none;
}

.bpf {
	padding-bottom:20px;
	float:left;
	width:100%;
}