@charset "utf-8";
/* CSS Document */

#questions fieldset {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	border: 1px solid #3C4290;
	border-radius: 18px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
#questions #formtable {
	padding: 10px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






#questions fieldset legend {
	font-size: 14px;
	color: #3C4290;
	font-weight: bold;
}
#questions fieldset p strong input{
	color: #FFF;
	background-color: #3C4290;
	padding: 8px;
}

.tablequestions {
	padding: 5px;
	width: 100%;
	border: none;
}
.tablequestions tr {
	width: 50%;
}
.tablequestions tr td {
	padding: 5px;
	vertical-align: top;
}

.tablequestions tr th.c1 {
	padding: 5px;
	width: 64%;
}
.tablequestions tr th {
	width: 12%;
	vertical-align: bottom;
	text-align: center;
}
.tablequestions tr td.c1 {
	padding: 5px;
	width: 64%;
	vertical-align: top;
}
.tablequestions tr td {
	padding: 5px;
	width: 12%;
}
