body {
  color: #aaa;
}

input,
#header,
textarea,
#tabs,
.tabs,
#intro,
#flash{
	display:none;
}

#page{
	position:absolute;
	top:50;
	left:80px;
}


table#tasks td,
table#tasks th{
	padding-left:0;
	border-bottom: 1px solid #eee;
}

form#paidform{
	display:none;
}
td.selfinfo{
	width:400px;
}
div.selfinfo{
	width:400px;
}

div.totals,
table.totals{
	width: 250px;
}

th.hours{
	text-align: right;
}

th.hours,
th.fee{
	width:50px;
}

#send{
	display: none;
}


div.comment{
        width: 440px;
}

