.container {width:710px;}

body {
	font-size: 87.5%;   /* 14px */
}
h1,h2,h3 {
	letter-spacing:-1px;
	color:#295ADF;
}
h1 {
	font-size:240%;
	color:#555;
	line-height:1.2em;
}
h3 {
	color:#295ADF;
	line-height:1.2em;
	margin:1em 0 0.4em 0;
}
p {
	margin-bottom:1.35em;
}
.small {
line-height:1.3em;
}
.box {
background:url(../img/box.png) top left no-repeat;
padding:0;
}
.box .content {
padding: 0 1em ;
}
.box .hd {
background:url(../img/box.png) top left no-repeat;
height:12px;
}
.box .ft {
background:url(../img/box.png) bottom left no-repeat;
height:12px;
}

/* ----- TABLES --------------- */
table {
	width:100%;
}
table.gridh {
	margin:0 0 1.5em;
	border-collapse:collapse;
	border-spacing:0;
	border-bottom:1px solid #eee;
	width:100%;
}
table.gridh th {font-weight:bold}
table.gridh th,
table.gridh td {
	padding:0.4 0.5em 0.4em 0.5em;
	border-top:1px solid #eee;
	vertical-align:top;
	text-align:left;
}
table tr.smoke {
	background:#eee;
}
tr.borderTop th,
tr.borderTop td {
	border-top:1px solid #ddd;
}
tr.borderBottom th,
tr.borderBottom td {
	border-bottom:1px solid #ddd;
}

/* ----- FORMS --------------- */
form {
	margin: 0;
	padding: 0;
}

dl.forms {
	width: 100%;
}

dl.forms dt {
	margin: 0;
	padding: 1.2em 0 0 0;
}

dl.forms label { font-weight: normal; }

dl.forms dd {
	margin: 0;
	padding: 0;
}

dl.forms dd.help {
	clear: left;
	padding-top: 2px;
	font-size: 90%;
	color: #999;
}

dl.forms input, dl.forms textarea { width: 300px; }

dl.forms dd.radio input { width: auto; }

dl.forms textarea { height: 150px; }

dl.forms input, button, textarea, select { font-size:1.2em;}

.required {
	color: #FF0000;
	font-weight: bold;
}

form h2 {
	clear:left;
	color:#666;
	font-weight:bold;
	font-size:120%;
	background:#eee;
	padding:0.1em 0.6em;
	margin:0.3em 0 0 0;
}
div.field {
	padding:4px 0;
	vertical-align:middle;
}
div.field input.text {
	width:200px;
}
div.field label {
	width:112px;
	padding-left:8px;
	float:left;
	clear:left;
	font-weight:normal;
}

input.text, input.title, textarea, select { font-size:100%;margin:0;padding:0.2em;border:1px solid #bbb;}

form {font-size:0.9em;}


/* ----- BLOCKS --------------- */
.more-books {border-top:1px solid #eee;margin-top:1.5em;padding-top:1em;}

/* ----- FOOTER --------------- */
#footer {border-top:1px solid #eee;margin-top:1.5em;padding-top:1em;}

.button-bar {margin:1em 0;padding:1em 0;border:1px solid #eee;border-width:1px 0;}
