body{
	padding: 5px;
	font-size:18px;
}
.floatBox{
	width:235px;
	height:50px;
	float:left;
	display:block;
}
div{
	overflow:scroll;
}
table{
	width:100%;
}
#wrapper{
	width:900px;
	margin:0px auto;
}
#dataEntry{
	width:550px;
	float:left;
	height:600px;
	background-color:lightgreen;
	margin-right:10px;
	padding:0px 10px;
}

#dataShow{
	width:550px;
	height:600px;
	background-color:lightblue;
	margin-left:10px;
	padding:0px 10px;
}

th{
	font-weight:bold;
}

td,th{
border: 1px solid white;
}
#res td, #res th{
	background-color:#F0F0F0;
	padding:3px;
}

select,input,textarea{
	font-size:18px;
	padding:2px;
	width:225px;
	margin:2px;
	border-radius:3px;
	display:block;
}
a {
	display:inline-block;
	padding:3px;
	text-decoration:none;
	margin:3px;
	background-color: white;
	border:1px solid black;
	border-radius:5px;
	color:black;
}
a:hover{
	background-color: navy;
	color:white;
}
.search-box{
	float:left;
	padding:5px;
	margin:5px;
	width:210px;
	height:50px;
}
select.home{
	width:200px;
}
input[type="submit"]{
	width:150px;
}

label{
	font-weight:bold;
}