*{
margin: 0px;
padding: 0px;
font-family: 'Open Sans', sans-serif;
font-size:12px;
}
body{
background:url("white_carbon.png")
}
#searchtable{
	max-width:50%;
	margin:200px auto 30px auto;
}
#resulttable{
	margin:20px;
}
th,td{
	white-space:nowrap;
	padding:5px;
}
div.error{
	color:red;
	text-align:center;
}
input{
	padding:5px 10px;
	border: 1px solid gray;
	border-radius:4px;
}
#searchbutton{
	cursor:pointer;
	color:white;
	background:green;
	border:none;
}
#searchbutton:hover{
	background:lightgreen;
	border:none;
}
#logoutlink{
	text-decoration:none;
	color:white;
	background:red;
	padding:5px 10px;
	border-radius:5px;
}
#logoutlink:hover{
	background:orange;
}