#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;
}

#top_footnote {
	text-align: right;
	list-style: none;
	margin: 0px 15px;
	font-weight: normal;
}

#graph_panel p {
	margin: 10px 0px 0px 0px;
}

fieldset {
	border: none;
	margin: 0 auto;
	display: inline;
	padding-top: 0px;
}

fieldset input, fieldset label {
	width: auto;
}

fieldset label {
	text-align: left;
	padding-left: 5px;
}

#submit {
	background-image: url(calculator.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 48px;
	width: 48px;
	border: none;
	margin: 10px 0px;
}

#calculator_note {
	margin: 15px;
	font-style: italic;
	font-weight: normal;
}
