#right_column label, #left_column label, #right_column input, #left_column input {
	display: block;
	width: 81px;
	float: left;
	margin-bottom: 10px;
}
#right_column label, #left_column label {
	text-align: right;
	width: 175px;
	padding-right: 5px;
	margin-bottom: 0px !important;
}

input.date {
	width: 15px !important; 
	margin-right: 4px;
}

input.dateYear {
	width: 31px !important;
}

br {
	clear: left;
}

#right_column {
	float: right;
	width: 270px;
	margin-right: 10px;
}
#left_column {
	width: 270px;
	margin-left: 10px;
}

#under_columns {
	text-align: center;
}

#submit {
	background-image: url(calculator.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 48px;
	width: 48px;
	border: none;
	margin: 10px 10px;
}

#footer_link {
	text-align: right;
	margin-right: 10px;
}

#report {
	width: 98%;
	margin: 10px;
}

#report th {
	text-decoration: underline;
	font-weight: bold;
}

#report .label {
	text-align: left;
}

#report .data {
	text-align: center;
}
