@charset "ISO-8859-1";
#cdwQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: lighter;
	color: #003366;
	width: 570px;
	margin: auto;
	text-align: left;
	padding: 0px;
	background-color: white;
}
#cdwQuestion form {
	margin: 0px;
	padding: 0px;
}

#cdwQuestion fieldset {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	background-image: url(cdwweb/qbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#cdwQuestion legend {
	border: 1px solid #555A66;
	margin: 2px;
	background-color: #FFFFFF;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	color: #333333;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 1em;
}
#cdwQuestion table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0;
	font-size: 1em;
}
#cdwQuestion th, td {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D8E1;
	text-align: right;
}
#cdwQuestion th {
	text-align: left;
	font-weight: bold;
	color: #0A2038;
}
