body {
	background-color: #2f3338;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0px auto;
	width: 760px;
	text-align: left;
	background: #404952 url(images/containerbg.jpg) repeat-y 0 0;
}
#menu {
	width: 760px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#tagline {
	margin: 0;
	padding: 0;
}
#left {
	width: 160px;
	float: left;
	text-align: center;
}

#book {
	margin: 0;
	padding: 10px 0 0 0;
	font: bold 12px/22px Arial, Helvetica, sans-serif;
}

#content {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/contentbg.jpg) no-repeat 0 0;
	text-align: left;
}

#content table {
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a:link, a:visited {
	color: #FFFFFF;
}
a:hover {
 	color: #DDDDDD;
}

.clear {
	clear: both;
}
#footer {
	margin: 0px auto;
	padding: 10px 0 0 0;
	clear: both;
	position: relative;
	background: #404952 url(images/footer.jpg) no-repeat 0 0;
	width: 760px;
	font: normal 10px/18px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

#toc td{
	font-weight: bold;
	color:#FFFFFF;
}
#toc td.inline {
	font-weight: normal;
}



	/*payment form*/

.form {
	font-family: Arial, Helvetica, sans-serif;
	margin:20px;
	color:#FFF;
	font-size: 1em;
}
legend {
	padding-left:0.5em;
	background-color:#999;
	border:solid #FFF 1px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-1px;
	white-space:pre; /* hack: make sure */
	font-size: 1.1em;
}

label {
	margin: 0;
	padding:0.2em;
	margin-top:0.3em;
	text-align:right;
	width:130px;
	float:left;
}
.br {display:none;}  
  
.textfield {
	margin:3px;
	height:16px;
	width:160px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
}

.textfieldstate {
	margin:3px;
	height:16px;
	width:26px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:26px;
}

.textfieldreadonly{
	text-align: right;
	margin:3px;
	height:16px;
	width:160px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	background-color: #CCCCCC;
}
#ebookform label{
	width:90px;
}

#ebookform .textfield{
	width:200px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px;
}
fieldset>input.textfield {
	/*background: transparent url("images/textfield_bg.gif") no-repeat;*/
}
fieldset>textarea {
	/*background: transparent url("images/textarea_bg.gif") no-repeat;*/
}

