/* CSS Document */
#inputs {
	width:450px;
	float: left;
	background-color: #FFFFCC;
	border: solid #000000 1px;
	
}

#displays {
	width:300px;
	float: right;
	}

#results {
	width:98%;
	}
