.first {
	margin-top: 0;
	padding-top: 0;
}
h1 {
	line-height: 100%;
	padding-bottom: 0.6em;
}
h2 {
	line-height: 100%;
	padding-top: 0;
	font-size: 125%;
}
h2.match_progress {
	padding: 1em 0 0 0;
}
ul {
	padding: .6em 0 .6em 1em;
	line-height: 110%;
}
p {
	line-height: 110%;
}
b.emphasis {
	color: #80A81B;
}
#body #cwrap {
	margin: auto;
	width: 950px;
}
.quiz_details {
	height: 450px;
}
.quiz_Lsidebar {
	width: 145px;
	padding: 0 20px 0 0;
	float: left;
}
#quiz_center_col {
	float: left;
	width: 458px;
}
#quiz_photo_zoom {
	width: 458px;
	height: 417px;
}
#quiz_loader {
	width: 458px;
	height: 417px;
}
#quiz_loader.loading {
	background: url(/images/loading.gif) no-repeat center center;
}
#quiz_photo_zoom img {
	width: 458px;
	height: 417px;
}
#quiz_completed {
	width: 458px;
	height: 417px;
	display: none;
}
#quiz_completed #message {
background-color: #CBE370;
	padding: 150px 0 0 50px;
	width: 408px;
  height: 267px;
}
#message h2 {
	font-size: 40pt;
	color: #43A006;
	padding: 0 0 0 48px;
	margin: 0;
	background: url(../images/checkmark_43px.png) top left no-repeat;
}
#quiz_completed #message.hmm {
	padding:75px 0 0 35px;
	width: 421px;
  height: 342px;
  background-color:#FDEFA5;
}
#message.hmm h2 {
	font-size: 30pt;
	color: #71695E;
	background: url(../images/warning.png) top left no-repeat;
}
#message p {
	padding: 0 0 0 48px;
}
#message.hmm p {
	margin-top: 10px;
	font-size: 20pt;
}
#message a {
	font-size: 170%;
}
#message.hmm p a {
	font-size: 20pt;
}
.continue_link {
	padding-top: 0.5em;
}
.quiz_Rsidebar {
	width: 270px;
	padding: 0 0 0 15px;
	float: left;
}
.quiz_widgets {
	margin-top: 10px;
}
.quiz_widgets button {
	overflow: hidden;
	display: block;
	clear: both;
	margin-bottom: 8px;
	font-size: 140%;
	width: 140px;
}
.quiz_widgets button.override {
	overflow: hidden;
	clear: none;
	float: left;
	margin-top: 15px;
	width: auto;
}
.quiz_widgets button.skip {
	overflow: hidden;
	width: 80px;
}
.progress {
	width: 240px;
	padding: 10px 0 0 0;
}
.progress div {
	width: 25px;
	height: 25px;
	margin: 0 3px 3px 0;
	float: left;
	border: 1px solid #999;
	background-color: #ccc;
}
.progress div.favorite {
	background-color: #fff;
}
.progress div.eliminated {
	background-color: #888;
}
.quiz_photostrip {
	margin-top: 8px;
	height: 150px;
	width: 805px;
	overflow: none;
}
.quiz_photostrip img {
	width: 150px;
	height: 137px;
}
.quiz_photostrip .loading {
	background: url(/images/loading.gif) no-repeat center center;
}
#attribution {
	text-align: right;
}
.lhspace {
	width: 150px;
	float: left;
}
#ratings ul li {
	float: left;
	list-style-type: none;
	padding-bottom: .3em;
}
/* hide back and skip for now */
button.override {
	display: none;
}
#ratings {
	display: none;
}