* { 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: 1000px;
  height: 707px;
  margin: 0 auto;
  background: url(http://www.onlineeducation.net/gay_quiz/img/header.jpg) no-repeat 0 0; 
  display: block;
  vertical-align: middle;
  margin-top:20px;
}


#rules {
	padding-top: 290px;
	padding-bottom: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color:#000000;
	width:300px;
	padding-right:687px;
	padding-left:13px;
	font-size:13px;
	text-align:left;
}

#count {
	color: #32ac44;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-right:687px;
	padding-left:13px;
	font-size:18px;
	text-align: left;	
	margin-bottom: 10px;
}

#question {
	color: #ff0bfe;
	width: 300px;
	padding-right:687px;
	padding-left:13px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	line-height:26px;
	margin-bottom: 20px;
	text-align: left;
}

#answers {
	color: #000000;
	width: 370px;
	padding-right:617px;
	padding-left:13px;
	margin-left: auto;
	margin-right: auto;
	font-size:14px;
	text-align:left;
	
}

#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 black;
	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: blue;
}

#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;
}
