@import url(exams.css);
@import url(../RCSED/layout.css);
@import url(../RCSED/presentation.css);
@import url(../RCSED/buttons.css);
@import url(../RCSED/modules.css);
@import url(../RCSED/rainbow.css);
@import url(../RCSED/admin.css);
@import url(../RCSED/print_firefox.css) print;

/* Questionnaire/Formbuilder styles */

.table_500 {
	width: 99%;
	color: #000;
	border: none;
}
.table_500 .table_head {
	font-size: 1.7em;	
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
.table_500 .row_wrapper {
	padding: 5px 6px 5px 15px;
	display: block;
	clear: both;
}
.row_label {
	margin-left: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	width: 90%;
}
.row_input {
	margin-left: 0;
	text-align: left;
	display: inline;
	width: 90%;
}
.radio_row {
	display: block;
}
.table_subhead {
	display: block;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 5px;
	clear: both;
}
.topnav {
	width: 99%;
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 3px 0;
}
.form_question_help img {
	margin: 0 0 -3px 0;
}
textarea {
	width: 300px;
	height: 100px;	
}
.frmchkbox table tr td input {
	float: left;
	margin: 0 5px 0 0;
}
.frmchkbox table tr td label {
	display: block;
	width: 95%;
	height: auto;
	float: left;
}
