* {
	margin: 0;
	padding: 0;
} 

body{
	font: 11px/1.5 Verdana, Sans, Arial;
	background: #000;
	text-align: center;
	color: white;
}

#header{
	text-align: left;
	background: url('images/headerBG.jpg') repeat-x top left;
}

#header a, #header td{
	font-size: 12px;
}

#wrapper{
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#content, #subContent{
	background: #3f4a59;
}

#content h2, #subContent h2{
	background: url('images/contentHeader.jpg') repeat-x top left;
	font: bold 14px/28px Verdana, Sans, Arial;
	text-indent: 1em;
	color: black;
}

#content span{
	display: block;
	clear: both;
	padding: 5px;
}

input.question{
	background: url('images/contentHeader.jpg') no-repeat 0 0;
}

#content{
	float: right;
	width: 560px;
}

#subContent{
	float: left;
	width: 210px;
	font-weight: bold;
}

#subContent a{
	color: #000;
	text-decoration: none;
	/*border-bottom: 1px dotted red;*/
	font-weight: bold;
}

#subContent a:hover{
	color: red;
}

#subContent ul{
	list-style: none;
	margin: 1em;
}

#subContent ul a{
	border: 0px;
}

#footer{
	clear: both;
	text-align: center;
	padding: 10px;
	font: 0.8em Sans-Serif, Verdana, Arial;
	color: white;
}

#footer a{
	color: white;
	text-decoration: none;
}

img{
	border: 0;
}

img.left{
	float: left;
}

img.right{
	float: right;
}

p, h3, h4, i{
	margin: 8px;
}

#content h3{
	font: bold 14px/28px Verdana, Sans, Arial;
}

i{
	border-bottom: 1px dotted black;
}

#comment{
	background-color: #71849f;
	margin: 5px;
	padding: 5px;
	color: black;
}

#comment h1{
	font: bold 14px/28px Verdana, Sans, Arial;
	margin: 5px;
	line-height: 16px;
}

#comment p{
	margin: 5px;
}

#comment a{
	color: #000;
	text-decoration: none;
}

#answers_content{
	background-color: #313a46;
	/*clear: both;*/
	font-weight: bold;
	border: 1px solid black;
	float: left;
	width: 550px;
}

#answers{
	float: left;
}

#timer{
	float:right;
	padding: 10px;
	font-size: 18px;
}

#comment_form table{
	font: bold 12px Arial, Sans-serif, Verdana;
}

#comment_form input, #comment_form textarea{
	width: 300px;
	border: 0px;
}

#comment_form textarea{
	height: 200px;
}

#comment_form select{
	width: 100px;
	border: 0px;
}

#comment_form input:hover, #comment_form textarea:hover, #comment_form select:hover{
	background-color: #fffb97;
}

#answers_content_overlay{
	position: absolute;
	font: bold 36px Verdana, Sans, Arial;
	text-align: center;
	visibility: hidden;
	z-index: 1001;
}

#answers_content_overlay_shadow{
	position: absolute;
	background-color: black;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	visibility: hidden;
	z-index: 1000;
}


#answers_content_overlay p{
	margin-top: 20px;
}

#comment_form select{
	font-weight: bold;
}

#comment_form a{
	color: white;
	font: bold 14px Verdana, Sans, Arial;
	
}

#header a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}


#upmenu{
	display:inline;
}

#upmenu a{
	
}

#upmenu a:hover{
	color: #71849f;
	text-decoration: underline;
}


#errors, #success{
	font-weight: bold;
	font-size: 12px;
	margin-left: 15px;
}

#errors{
	color: #FF0000;
}

#success{
	color: #00FF00;
}

#next_button{
	width: 75px;
	height: 35px;
	color: #FF8040;
	border: 3px solid #F88017;
	font-size: 18px;
	font-weight: bolder;
}




 span.checkbox {
  width: 15px;
  height: 13px;
  padding: 0 5px 0 0;
  background: url(images/checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
 }
 span.radio {
  width: 18px;
  height: 13px;
  padding: 0 5px 0 0;
  background: url(images/radio.png) no-repeat;
  display: block;
  clear: left;
   float: left;
 }
 span.select {
  position: absolute;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
 padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url(images/select.gif) no-repeat;
  overflow: hidden;
}
