* { padding: 0; margin: 0; }

body {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;

}

a { color: #000000; }

ul { list-style-type: none; margin: 10px 0; }

li, p { line-height: 20px; }

p { margin: 6px 0 12px 0; }

small { font-size: 11px; text-transform: uppercase; color: #000000; }

/* global classes */
.highlight { color: #999900; }

.hide { display: none; }

/* raptor quiz */
#meat_and_potatoes { 
  width: 900px;
  height: 800px;
  margin: 0 auto;
  background: url(http://www.termlifeinsurance.org/oven_quiz/img/header.jpg) no-repeat 0 0; 
  display: block;
  vertical-align: middle;
  margin-top:50px;
}

#rules {
	padding-top: 300px;
	padding-bottom:35px;
	text-align: center;
	margin: 0px 0;
	color:#000000;
	font-weight: bold;
}

#rules ul { color:#000000; margin: 0; }

.counter { font-size: 70px; color: #FFFFFF; }

#questions {margin-bottom: 25px;}

.question h3 { }

#questions li { color:#000000; }

#questions a { color:#000000; cursor: pointer; font-size: 16px; }

#questions td h3 { font-size: 26px; line-height:26px;}

#results td { padding: 10px; }

#results p { text-align: center; }

#created_by { 
	border: 1px solid #000000;
	bottom: 0px;
	text-align: center; 
	margin-top: 25px; 
	padding: 10px;
}

#results table {
	border: 5px solid #673301;
	padding:20px;
}

#post_to h2 { display: inline; }

#html, #facebook, #myspace, #twitter {
	display: block;
	padding-left: 50px;
	height: 50px;
	margin-top: 12px;
	font-weight: normal;
	color: #673301;
}

#html { 
	text-decoration: underline; 
	cursor: pointer; 
	background: url(../img/blog_icon.png) no-repeat 0 0;
	line-height: 32px;
}

#html_code { display: none; }

#facebook {
	background: url(../img/facebook_icon.png) no-repeat 0 0;
	line-height: 32px;
}

#myspace {
	background: url(../img/myspace_icon.png) no-repeat 0 0;
	cursor: pointer;
	text-decoration: underline;
	line-height: 32px;
}

#twitter {
	background: url(../img/twitter_icon.png) no-repeat 0 0;
	line-height: 32px;
}