﻿
.loadingQuestionnaire
{
	background-image:url(../images/loadingbart2style.gif);
	width:220px;
	height:19px;
}

.branchMargin
{
	margin-left: 30px;
}

.labelWidth
{
	width: 25px;
}

.header
{
	height:50px;
}

.headerCollectAnswers
{
	height:20px;
}

.headerBackgroundColor
{
	background-color:#ced3ad;	
}

/*
     Multiple choice CSS:

       4 columns

     +----------------------------------------+
     | 25px |      530px      |  75px  | 20px |
     +----------------------------------------+
     | 25px |         605px            | 20px |
     +----------------------------------------+
     |       555px            |  75px  | 20px |
     +----------------------------------------+
     |       555px            |  75px  | 20px |
     +----------------------------------------+
     |       555px            |  75px  | 20px |
     +----------------------------------------+
*/

.multipleChoiceFirstCol
{
	width:25px;
	height:0px;
}

.multipleChoiceSecondCol
{
	width:530px;
	height:0px;
}

.multipleChoiceThirdCol
{
	width:75px;
	height:0px;
}

.multipleChoiceFourthCol
{
	width:20px;
	height:0px;
}

.multipleChoiceLabel
{
	width:25px;
}

.multipleChoiceQuestion
{
	width: 605px;
	padding-left: 10px;
}

.multipleChoiceAnswer
{
	width: 555px;
	height: 55px;
	padding-left: 20px;
}

.multipleChoiceCheckBox
{
	width: 75px;
	height: 55px;
}



