﻿.survey 
{
	padding-left:10px;	
	padding-top:25px;
}



.question 
{
	
}

.active 
{
	
}

.clear 
{
	float:none;
	clear:both;
	border:none;
}

.survey H2 
{
	margin-bottom:15px;
	font-size:14px;
	line-height:1.5;
}

.survey .answerList 
{	
	margin:0px !important; 
	padding:0px !important;
} 

.survey .answerList UL
{
	margin:0px !important; 
	padding:0px !important;
} 

.question1 
{
	background-image: url('../images/trivia_bg_q1.png');
	background-repeat:no-repeat;
}


.question2 
{
	background-image: url('../images/trivia_bg_q2.png');
	background-repeat:no-repeat;
}

.question3 
{
	background-image: url('../images/trivia_bg_q3.png');
	background-repeat:no-repeat;
}

#rules 
{
	float:right;
}

.question .questionContent 
{
	float:left;
	width: 450px;
	height:350px;

}


.question IMG 
{
	float:left;
	margin-left:30px;
	margin-top:10px;
}

.question UL LI 
{
	list-style-type: none !important;	
	margin-left:-5px;
	margin-bottom:5px;
}

.fieldLabel 
{
	text-align:right;
	vertical-align:middle;
	padding-right:10px;
	padding-bottom:10px;
}

.questionContent TABLE 
{
	margin-left:40px;
}

.field
{
	vertical-align:middle;
	padding-bottom:10px;
}

.field INPUT
{
	width:240px;
}