﻿
#questionPanel
{
	width:442px;
}

#questionPanel H2
{
	background-image:url(../images/questions/header.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:0.8em;
	height:32px;
	line-height:25px;
	padding-left:15px;
	margin:0px;
}

#questionPanelContent 
{
	border:1px solid #cccccc;
	border-top:none;
	background-image:url(../images/questions/bg.gif);
	background-repeat:repeat-x;
	background-color:#e0f5a6;
	padding:15px 15px 0px 15px;
	position:relative;
	height:300px;
}

#questionPanelContent .questionEntry
{
	background-position:top left;
	background-repeat:no-repeat;
}

#questionPanelContent .questionEntry .question
{
	font-weight:bold;
	font-size:0.75em;
	color:#333333;
	padding-top:5px;
	margin:0px;
}

#questionPanelContent .questionEntry .answers
{	
	font-size:0.75em;
}

#questionPanelContent .submitButton
{	
	text-align:center;	
}
