@charset "utf-8";
#Logo {
	position: absolute;
	width: 269px;
	height: 135px;
	z-index: 100;
	left: 40px;
	top: 45px;
	display: none;
}
#TableContent {
	position: relative;
	width: 80%;
	height: auto;
	z-index: 2;
	left: 10%;
	top: 0px;
	text-align: center;
	padding-top: 22px;
	border-radius: 20px;
	border: 5px double #4B4B25;
	padding-bottom: 25px;
	background-color: #F0F0E1;
	padding-right: 10px;
	padding-left: 15px;
}
#Search {
	position: relative;
	width: 56%;
	height: 50px;
	z-index: 1;
	left: 22%;
	top: 10px;
	border-radius: 50px 50px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
	color: #000;
	vertical-align: middle;
	padding-top: 14px;
}
#AddBar {
	position: relative;
	width: 100%;
	height: 102px;
	z-index: 3;
	left: 0%;
	bottom: -125px;
	text-align: center;
	padding-top: 2px;
	border-radius: 10px;
	top: 0px;
}
