@import url(layers.css);
@import url(text.css);

div#main {
	background-image: none;
}
div#text_area {
	margin-top: 2px;
	padding-bottom: 30px;
}
div#bill {
	margin-top: 2px;
}


/* cost calculator only */
table#calc td {
	background: #f3f9fc;
	text-align: center;
	vertical-align: middle;
}
table#calc td.activity {
	text-align: left;
	padding-left: 10px;
}
table#calc td#grandtotal {
	font-weight: bold;
}
table#calc input {
	text-align: center;
}


