#input_panel label, #input_panel input {
	display: block;
	width: 102px;
	float: left;
	margin-bottom: 10px;
}

#input_panel {
  width: 350px;
	text-align: center;
	margin: 10px auto;
}

#input_panel label {
	text-align: left;
	width: 175px;
	padding-right: 65px;
	margin-bottom: 0px !important;
}

input.date {
	width: 20px !important; 
	margin-right: 5px;
}

input.dateYear {
	width: 40px !important;
}

br {
	clear: left;
}


#graph_panel {
	text-align: right;
}

#submit {
	background-image: url(calculator.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 48px;
	width: 48px;
	border: none;
	margin: 10px 103px;
}

#report {
	width: 350px;
	margin: 10px auto;
	font-size: 10pt;
}

#report .label {
	text-align: left;
}

#report .value {
	text-align: right;
}

#minimumDistribution {
	margin-top: 10px;
	border-top: 1px black solid;
}

