div.questionblock
{
	//background:#f6f6f6;
	background-position:top right;
	background-repeat:no-repeat;

	/*float:left;*/
	
	padding: 15px;
	margin: 0 0 10px 0;
        width:calc(100% - 30px);
        
        border-bottom: 2px dashed #f6f6f6;
}


div.questionblock.required
{
	background-image:url('/gfx/icon_required.png');
	/*background-repeat: no-repeat;
	background-position: top right;*/
}

div.message
{
	color:red;
}

h3.question_name
{
	width:100%;
	float:left;
	
	
	margin: 0 0 5px 0;
        font-size:16px;
        font-weight:bold;
}

.questionblock_small h3.question_name
{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	margin:5px 10px 6px 0;
	
}

.questionblock_small input
{
	width:200px;
	vertical-align:middle;
	/*float:right;*/
	right:10px;
	margin-right:25px;
	/* WIJZIGING Jeroen */
	position: absolute;
}


.questionblock_small
{
	width:60%;	
	margin-right:40% !important;
	/*float:left;*/
	background-position: right 6px !important;
	/* WIJZIGING Jeroen*/
	position: relative;
	overflow: hidden;
}

div#content.content_uitgeklapt .fullwidth_input
{
	width:calc(100% - 20px);
}

div#content.content_uitgeklapt .fullwidth_input_editor
{
	width:661px;
}


div#content.content_ingeklapt .fullwidth_input
{
	width:858px;
}

div#content.content_ingeklapt .fullwidth_input_editor
{
	width:820px;
}



input[type=text], input[type=password], textarea, select
{
	border: solid 1px #c9c9c9;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/css/border-radius.htc);

	padding:10px;
        font-size:14px;
}

select
{
	width:55%;
	padding:0;
}

option
{
	padding:5px;
}


input[type=checkbox]
{
	margin-right:2px;
}

label
{
	margin-right:10px;
}

label, input[type=checkbox], input[type=radio]
{
	vertical-align:middle;
}

