* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: Georgia, serif;
	color: #333;
	background: #d6d6d6 url('images/gent.gif') 250px 100px no-repeat fixed;
	}
#ie-warning {
	display: none;
	background: #000;
	color: #fff;
	font-size: 200%;
	padding: 25px;
	}
	
#header {
	background: #c00;
	padding: 10px 25px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	}
#header h2 {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	display: inline;
	}
#header h3 {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	display: inline;
	}
#header a {
	color: #fff;
	text-decoration: underline;
	}
#header a:hover {
	text-decoration: none;
	}
#header a .beta {
	color: #f66;
	}
	
	
#content {
	}

.speechbubble {
	width: 850px;
	margin-left: 50px;
	margin-top: 25px;
	}
.speechbubble-top {
	height: 40px;
	width: 850px;
	background: transparent url('images/speechbubble-top.png') no-repeat;
	}
.speechbubble-middle {
	background: transparent url('images/speechbubble-middle.png') repeat-y;
	padding: 0 50px;
	}	
.speechbubble-bottom {
	height: 247px;
	width: 850px;
	background: transparent url('images/speechbubble-bottom.png') no-repeat;
	}		
.speechbubble .question {
	font-size: 1.6em;
	line-height: 1.75;
	}
.speechbubble .speech-alert {
	color: #c00;
	font-style: italic;
	text-align: right;
	margin-top: 10px;
	}
.speechbubble input.text {
	color: #600;
	border: none;
	border-bottom: 1px dotted #333;
	background: transparent;
	font-size: 1em;
	font-family: Georgia, serif;
	}
.speechbubble input.arrow {
	font-size: 1em;
	margin-left: 10px;
	}

#results-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	background: #fff;
	padding: 10px 25px 10px 150px;
	}
#results-header h1 {
	font-size: 1em;
	}
#cover {
	position: fixed;
	top: 0;
	left: 10px;
	z-index: 999999;
	width: 106px;
	height: 160px;
	overflow: hidden;
	}
#results {
	background: transparent url('images/opacity.png');
	color: #fff;
	margin-left: 125px;
	width: 800px;
	padding: 65px 25px 25px 25px;
	}
#results-ama, #results-lt {
	float: left;
	width: 350px;
	}
#results-lt {
	margin-left: 45px;
	}
#results p {
	margin-bottom: 1em;
	}
#results li {
	margin-bottom: 0.5em;
	}
#results ul {
	margin-bottom: 1em;
	}
ul.booklist {
	}
ul.booklist li {
	margin-left: 1em;
	}
#results a {
	text-decoration: underline;
	color: #fff;
	}
#results a:hover {
	text-decoration: none;
	color: #fff;
	}
	
form.another {
	background: #fff;
	color: #000;
	padding: 10px;
	border: 2px solid #000;
	margin-bottom: 50px;
	width: 75%;
	}
form.another input {
	font-size: 1em;
	font-family: Georgia;
	}
form.another input.text {
	border: none;
	border-bottom: 1px dotted #000;
	background: transparent;
	color: #000;
	}
form.another input.please {
	font-size: 0.75em;
	}
#results form.another p {
	margin-bottom: 0;
	line-height: 2;
	}

.divider {
	border-bottom: 1px dotted #fff;
	width: 100%;
	margin: 1em 0;
	}
.capitalise {
	text-transform: capitalize;
	}
.clear {
	clear: both;
	}