body
{
	margin: 40px 130px 40px 130px;
	padding: 0px;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0px;
}

#header
{
	height: 61px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
}

#header-left {
	position:relative;
	left:0px;
	top:0px;
	width:248px;
	height:61px;
	float: left;
}

#header-logo {
	position:relative;
	left:0px;
	top:0px;
	width:248px;
	height:61px;
}

#header-right {
	position:relative;
	top:0px;
	width:269px;
	height:61px;
	float: right;
}

#header-buttons-spacer {
	position:relative;
	left:0px;
	top:0px;
	width:269px;
	height:34px;
}

#header_home {
	position:relative;
	left:0px;
	top:0px;
	width:44px;
	height:27px;
}

#header_view_book {
	position:relative;
	left:0px;
	top:0px;
	width:116px;
	height:27px;
}

#header_sign_book {
	position:relative;
	left:0px;
	top:0px;
	width:109px;
	height:27px;
}

#content-book
{
	background-color: #212121;
	padding: 20px;
	color: #9F9F9F;
}

#content-book input
{
	margin: 2px 0px 8px 0px;
	width: 100%;
}

#content-book textarea
{
	margin: 2px 0px 8px 0px;
	width: 100%;
	height: 200px;
}

#content-book #submit
{
	width: 54px;
	height: 26px;
	margin: -9px -1px -11px 0px;
}

.errors {
	color: white;
}

.comment
{
	background-color: #212121;
	padding: 20px;
	color: #9F9F9F;
	margin: 0px 0px 3px 0px;
}

.comment .comment-text
{
	color: white;
	margin: 0px 0px 20px 0px;
}

.comment .comment-details { color: #7A7A7A; font-size: 10px;}

