﻿/*  Radiobuttons (5 st)  */

.question_radiobuttons
{
	float: left;
}
.question_radiobuttons_question
{
	float: left;
	width: 400px;
}
.question_radiobuttons_options
{
	float: left;
	width: 120px;
}

.question_radiobuttons_options input
{
	height: 10px;
	width: 10px;
}

/*  Yes/No  */

.question_yesno
{
	float: left;
	clear: both;
}
.question_yesno_question
{
	float: left;
	width: 400px;
}
.question_yesno_options
{
	float: left;
	width: 100px;
}

/*  Header  */

.question_header
{
	margin-top: 30px;
	float: left;
	clear: both;
	width: 520px;
}
.question_header_text
{
	float: left;
	border-bottom: dotted 1px white;
	font-weight: bold;
	width: 395px;
	margin-right: 4px;
}
.question_header_range
{
	float: left;
	border-bottom: dotted 1px white;
	width: 120px;
}
.question_header_range_from
{
	float: left;
	width: 60px;
}
.question_header_range_to
{
	float: left;
	width: 60px;
	text-align: right;
}


.question_freetext
{
	float: left;
	clear: both;
}
.question_freetext_question
{
	margin-top: 20px;
	float: left;
}
.question_freetext_answer
{
	float: left;
	clear: both;
	width: 510px;
	height: 150px;
	border: solid 1px white;
	background-color: Transparent;
	color:White;
}


#part_main
{
	float: left;
	width: 550px;
	min-height: 600px;
	background-color:Red;
}

#part_text
{
	float: right;
	width: 200px;
	height: 400px;
	background-color:Green;
}
#part_buttons
{
	float: right;
	width: 200px;
	height: 500px;
	background-color:Blue;
}
