/*
 * questionaire.css
 * Stylesheet - SparxSystem ( http://www.sparxsystems.at/ )
 * 
 * by atomicboy.tv / http://www.atomicboy.tv/
 *
 * styles für umfrage
 *
 * @version	2008-06-15
 * @author	Carina Lacher <c.lacher@atomicboy.tv>
 */

div.pagenumbering
	{
		background-color:#003466;
		color:#fff;
		padding-left:10px;
		padding-bottom:2px;
		padding-top:2px;
		font-size:70%;
		margin-left:3px;
		margin-right:3px;
		margin-bottom:10px;	
	}
	
div.additional_ver
	{
		float:left;	
		width:80px;
	}
	
div.questionSubtext p
	{
		font-size:85%;	
	}
	
div.survey_item h1
	{
		font-size:80%;
		color:#081c55;
		margin-left:2px;
		margin-bottom:10px;	
		margin-top:15px;
	}

legend.question
	{
		
		color:#2d5f9b;
	}
	
fieldset.survey_item
	{
		font-size:75%;
		margin-bottom:5px;
	}
	
fieldset.survey_item textarea
	{
		border:1px solid #ccc;
		
	}
fieldset.survey_item input
	{
		border:1px solid #ccc;
		font-size:90%;
	}
	
	
fieldset.survey_item select
	{
		font-size:95%;
		border:1px solid #ccc;
	}

	
span.questionNumber
	{
		font-size:100%;
	}
	
span.questionComment
	{
		font-size:90%;
	}
	
div.survey_message
	{
		font-size:75%;	
	}