/* CSS Document */

body {
	background-color:#99cc99;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
}

a {
	color:black;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#title_bar {
	background-color:#006633;
	border-bottom:#ff9933 solid 2px;
}

#blank_bar {
	background-color:#006633;
	height:12px;
	font-size:1px;
}

#bottom_bar {
	clear:both;
	background-color:#006633;
	height:5px;
	font-size:1px;
}

#left_bar {
	display:none;
}

#center_page {
	max-width:100%;
	background-color:#ffffff;
	padding-top:10px;
}

	#center_page .title {
		font-size:20px;
		font-weight:bold;
		color:#006633;
	}
	
	#center_page .subtitle {
		font-size:18px;
		font-weight:bold;
		color:#99cc99;
	}
	
	#center_page .content {
		font-size:14px;
		font-weight:normal;
		color:#006633;
	}

#page_wrapper {
	width:100%;
	padding:0px;
	margin:0px;
}

#book {
	width:600px;
	margin-left:30px;
	/*height:110px;*/
	min-height:120px;
	background-color:#d6ebd6;
	border:1px solid #99cc99;
}

#process_order{
	width:600px;
	margin-left:30px;
	padding:2px;
	background-color:#d6ebd6;
	border:1px solid #99cc99;
}

#book_submit {
	width:600px;
	margin-left:30px;
	height:100px;
	text-align:right;
}

#book_image {
	float:left;
	width:100px;
	padding-top:15px;
	text-align:center;
}

#book_content {
	float:right;
	font-family:Arial;
	font-size:12px;
	color:#006633;
	text-align:left;
	width:490px;
	padding-top:15px;
}

.author {
	font-size:14px;
	font-weight:bold;
	color:#006633;
}

.small_link {
	font-size:10px;
}

.book_publisher {
	font-size:11px;
	font-weight:bold;
	color:#999999;
}

.book_title {
	font-size:14px;
	color:#006633;
	font-weight:bold;
}

.book_detail {
	font-size:11px;
	color:#006633;
}

.book_input {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	border:1px solid #006633;
	text-align:center;
	width:30px;
}

form {
	margin:0px;
	padding:0px;
}

.book_submit {
	background:#99cc99;
	color:#006633;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	border:1px solid #006633;
}

.book_reset {
	background:#99cc99;
	color:#006633;
	font-size:11px;
	font-weight:bold;
	font-family:Arial;
	border:1px solid #006633;
}

.process_link {
	color:#006633;
	font-size:12px;
}

#process_total {
	width:450px;
	text-align:right;
	font-family:Arial;
	font-size:14px;
	color:#006633;
	border-right:1px solid #006633;
	padding-right:5px;
}

#powered {
	position:absolute;
	top:600px;
	left:2px;
	width:171px;
}