/*
specific information for the snag-or-dag poll
copy and modify as funpollN.css where N is the id of the relevant poll
*/

body
{
	color: #666666;
	background-repeat: no-repeat;
	font-family: Verdana, Bitstream Vera Sans, sans-serif;
	background-color: #ffeded;
	font-size-adjust: 0.55; 
}
body#questions
{
}
body#results {
    font-family: Arial, Helvetica, Bitstream Vera Sans, sans-serif;
  font-size-adjust: 0.53;
  font-size: 11px;
}
#facegraphic 
{
	position:absolute;
	left:45px;
	top:154px;
	width:127px;
	height:153px;
	z-index:2;
}

#questions h2 {
  float: left;
  width: 320px;
  /*margin-top: -20px;*/
  padding-bottom: 10px;
  color: #496660;
  font-family: Arial, Helvetica, Bitstream Vera Sans, sans-serif;
  font-size-adjust: 0.53;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}

.questionno
{
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #496660;
	font-family: Arial, Helvetica, Bitstream Vera Sans, sans-serif;
	font-size-adjust: 0.53;
}

.questioncontainer
{
	left: 350px;
	position: absolute;
	top: 154px;
	text-align: left;
	width: 325px;
}

#poll {
 /* clear: right;
  float: right;
  width: 320px;*/
 float:left;
}

#poll .qcurrent
{
 
}

#poll .question 
{
	font-weight:bold;
	font-size:11px;
	margin-bottom:6px;
	width:350px;
}
#poll ol 
{
	  list-style-type: none;
}

#poll li 
{
	font-size:11px;
	float:left;
	display:block;
}

#poll li input 
{
	float:left;

}

#poll ol label 
{
	float:left;
	width:460px;
	font-size:11px;
	margin-top:2px;
}

#poll .option
{
	font-size: 11px;
	left: -4px;
	float: left;
	margin-bottom: 6px;
	/* width: 500px; */
	position: relative;
}
DIV.prevnextbtns
{
	left: 100px;
	position: absolute;
	top: 400px;
	padding-right: 14px;
}
DIV.closewind
{
	font-weight: normal;
	font-size: 11px;
	left: 130px;
	float: left;
	text-transform: none;
	color: #ed9db0;
	position: absolute;
	top: 440px;
	text-align: left;
	text-decoration: none;
}

DIV.subscribe
{
	left: 420px;
	position: absolute;
	top: 15px;
	background-color: white;
	width: 246px;
	height:442px;
	padding-top: 11px;
	padding-bottom: 11px;
	
}
DIV.funpollemail
{
	left: 33px;
	position: absolute;
	padding-left: 15px; 
	top: 33px;
	background-color: white;
	width: 625px;
	height: 425px; 
}

