@import url("common.css");
@import url("top.css");

.container{ width:815px; }

.navigator ul { margin-left: 20px; *+margin-left: 16px; }

#gbody { margin: 0 auto; width:811px; }

#search { margin: 15px auto 0px; height: 45px; background: transparent url(../images/gbsearch.jpg) no-repeat center; }
#search span {
	display: block;
	float:left;
	width: 480px;
	padding: 18px 0 0 35px;
}

#search span.keywords {
	width: 200px;
	padding: 12px 0 0 20px;
	margin-left:0px;
}

#search input {
	height:18px;
	padding-top:3px;
	vertical-align:middle;
}

#search input.btn {
	height:22px;
	padding-top:0px;
	margin-left: 8px;
}

.gbookitem {
	margin-top: 30px;	
}

.gbookitem .header {
	height: 42px;
	background: transparent url(../images/gbitem_h.jpg) no-repeat center;
}

.gbookitem .header td {
	padding: 0 15px;
}

.gbookitem .body {
	background: transparent url(../images/gbitem_body_h.jpg) repeat-y center bottom;
}

.gbookitem .b {
	height: 21px;
	background: transparent url(../images/gbitem_body_b.jpg) no-repeat center bottom;
}

.gbookitem .text { border-left: 1px solid #eee; }
.gbookitem hr { color: #eee; border-top: 1px solid #eee;margin:10px auto; }

.Pager {
	float: right;
	padding: 15px;
}

#footer { padding-top: 70px; height: 58px; }

.Pager input { width:50px; border: 1px solid #ccc; }