@charset "utf-8";
/* CSS Document */

.sv_form
{
	margin: 10px;
}

.sv_form .name
{
	font-weight: bold;
	font-size: 12pt;
	margin: 0px 0px 10px 0px;
}

.sv_form .questionGroup
{
	border: solid 1px #BBBBBB;
	padding: 10px;
	margin: 10px 0px 20px 0px;
}

.sv_form .questionGroup .name
{
	font-weight: bold;
	font-size: 10pt;
	margin: 0px 0px 10px 0px;
}

.sv_form .questionGroup .description
{
	margin: 0px 0px 20px 0px;
}

.sv_form .question .name
{
	font-weight: bold;
	font-size: 9pt;
	margin: 0px 0px 5px 0px;
}

.sv_form .question .options
{
	margin: 5px;
}

.sv_form .question .row .options,
.sv_form .question .inline .options
{
	display: table;
	width: 100%;
}


.sv_form .question .row .options .holder,
.sv_form .question .inline .options .holder
{
	display: table-cell;
	width: 100%;
}

.sv_form .question .options .row, .sv_form .question .options .inline
{
	display: block;
	float: left;
	width: 24%;
}

.sv_form .question textarea.inputtext
{
	font-size: 8pt;
	width: 400px;
	height: 50px;
}

.sv_form .question .inputtext
{
	font-size: 8pt;
	width: 400px;
}

.sv_form .question textarea
{
	font-size: 8pt;
	width: 400px;
	height: 80px;
}

.sv_form .question .options .name
{
	font-weight: normal;
	font-style: italic;	
	font-size: 8pt;
	margin: 0px 0px 5px 0px;
}

.sv_form .question .options .addComment
{
	clear: both;
	padding: 10px 0px 0px 0px;
}

.sv_questionSeperator
{
	height: 10px;
}


