
body{
	margin: 0;
	padding:0;
	background:#97d8b2;
}

#main_box{
	width: 70%;
	margin: 40px auto;
	background-color:#eefbfd;
	padding: 15px;
	border:solid thin #188040;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: left;
	/* -moz-box-shadow: 0 0 12px #dda5bb;
	-webkit-box-shadow: 0 0 12px #dda5bb;
	box-shadow: 0 0 12px #dda5bb; */
}

#header #logo{
	width: 170px;
	height: 55px;
	float: right;
}

#header #page_title{
	font-size: xx-large;
	font-family:Tahoma, Geneva, sans-serif;
	margin: 10px;
}

#header #page_sub_title,
#content #block_name{
	font-size: large;
	font-family:Tahoma, Geneva, sans-serif;
	margin: 10px;
}

/* #block_name{
	max-width: 600px;	
} */

#content{
	display: flex;
	flex-direction: column;
	width: 80%;
	margin: 20px auto;
}
#content #survey{
	width: 100%;;
}

#content #introtext,
#content #block_intro{
	font-size: 16px;
	overflow-wrap: break-word;
}

#content #concent_form{
	border: solid thin #188040;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	max-width: 300px;
	/* margin: 30px; */
	margin-left: auto;
}

input[type="submit"], 
input[type="button"]{
	margin-top:10px;
	margin-bottom:10px;
	border:solid thin;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: large;
}

form label{
	font-weight: bold;
	font-size: 18px;
	font-family:Tahoma, Geneva, sans-serif;
}

.checkbox, .radio {
	width: 37px;
	height: 37px;
	padding: 0 5px 0 0;
	background: url('../images/checkbox_big.png') no-repeat;
	display: block;
	clear: left;
	float: left;
}

.radio {
	background: url('../images/radio_big.png') no-repeat;
}

#progresstext{
	font-size:small;
	font-family:"Courier New", Courier, monospace;
}

#progress_outter{
	display: block;
	width: 400px;
	height: 15px;
	background-image:url('../images/progress_bar_bgnd.jpg');
	background-repeat:repeat-x;
	border: solid thin #aaaaaa;
	border-radius: 5px;
}

#progress_outter #progress_inner{
	display: block;
	width: 0px;
	height: 15px;
	background-image:url('../images/progress_bar_bgnd_2.jpg');
	background-repeat:repeat-x;
	border-radius: 5px;
}

#cancel_form{
	border:solid thin #188040;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	padding: 10px;
	margin: 7px 0;
}

#surveyquestions table{
	width: 100%
}

#surveyquestions table td{
	width: 50%;
}

#surveyquestions table td.quest_text{
	padding-top: 10px;
	padding-left: 10px;	
	vertical-align: text-top;
	font-size: 18px;
	font-family:Tahoma, Geneva, sans-serif;
}
#surveyquestions table td.quest_answ{
	padding: 20px;	
}

#content #survey .radio_line,
#content #survey .check_line{
	line-height: 2.3;
}

#content #survey .radio_line label,
#content #survey .check_line label{
	line-height: 1.3;
}

#content #survey select{
	min-width: 100px;
}

#content #survey span.red{
	color: #990000;
	float:right;
	font-size:large;
}

#content #survey .required.error{
	display: block;
}

#content #survey label.error{
	font-size: x-small;
	color: #990000;
}

#content #survey .group_row{
	font-size: 22px;
	text-align:center;
	background-color:#f7fbf1;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}

#debug_block1{
	position:fixed;
	top: 0;
	right: 30px;
	color:#F00;
	width: 100px;
}
#debug_block2{
	position:fixed;
	top: 0;
	left: 30px;
	color:#F00;
	width: 100px;
}

#hidd_mess_form{
	display:none;
	color: #990000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
}