
h2 {
	margin-bottom: 1em;
	clear: both;
}

table {
	border-collapse: collapse;
}
td {
	/*background-color: #fffff0;*/
	border-bottom: 1px dotted #e7ab00;
	border-right: 1px solid #e7ab00;
	padding: 2px;
	font-size: 0.9em;
}
td:first-child {
	border-left: 1px solid #e7ab00;
}
th {
	padding: 2px 4px;
	background-color: #e7ab00;
	font-size: 0.9em;
}
dl {
	margin-left: 20px;
}
dt {
	padding-top: 9px;
	float: left;
	width: 150px;
	clear: both;
}
dt, label {
	font-size: 0.9em;
	color: #836531;
}
dd {
	margin: 0.5em;
	display: block;
	margin-top: 1em;
}
fieldset {
	border: 1px solid #e7ab00;
}
textarea,
select#clients,
select#projects,
select#tasks
 {
	width: 20em;
	font-size: 0.9em;
	font-family: arial;
}

#fromtocalendar{
	margin-top: -9em;
}
