body {
	background-image: url(../background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
#container {
	position: relative;
	left: 35px;
	top: 34px;
	height: 100%;
}

#footer {
	position: absolute;
	background-image: url(../footer_bg.gif);
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.booklistTableLeft {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.booklistTableRight {
	background-color: #f6f6f6;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;


}
div, td {
	font-size: 12px;
}
input{
	font-size: 12px;
}
.tiny{
	font-size: 10px;
}