.multipleChoice {
	/*width: 584px;*/
	padding: 8px;
	border-top: 1px dotted #ccc;
	/*border-bottom: 1px dotted #bbb;*/

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana;
	font-size: 14px;
}

.multipleChoice .question {
	margin-bottom: 15px;
}

.multipleChoice .choice {
	margin-left: 30px;
	margin-top: 3px;
	padding: 3px;
	padding-left: 23px;
	background: url(mcoff.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	cursor: pointer;
}

.multipleChoice .choice input {
	display: none;
}

.submitButton {

	width: 130px;
	border: 1px solid #bbb;
	background: #f5f5f5;
	color: #333;
	font-size: 16px;
	padding: 3px;
	font-family: Verdana;
}

.mouseovertext .mouseoverbox {

	display: none;
	background: #FFF8D3;
	/*border: 1px solid #666;*/
	position: absolute;
	/*float: right;*/
	padding: 5px;
	font-size: 11px;
	/*text-align: center;*/
	width: 300px;
	color: #777;
	font-weight: normal;
}

.mouseovertext {

	cursor: help;
	border-bottom: 1px dashed #009900;
}

#form {

	/*border-left: 1px solid #bbb;*/
	/*width: 500px;*/
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
}

.twoColumn {
	/*width: 550px;*/
	/*float: left;*/
	padding: 5px;
}

.twoColumn .label {
	float: left;
	width: 150px;
	text-align: right;
	margin-top: 5px;
	/*margin-left: -600px;*/
}

.twoColumn .content {

	margin-left: 170px;
}

.twoColumn .content select {

	width: 130px;
	border: 1px solid #bbb;
	padding: 3px;
	font-family: Verdana;
	font-size: 16px;
}

.twoColumn .content input {
	width: 300px;
	font-size: 16px;
	border: 1px solid #bbb;
	padding: 3px;
	font-family: Verdana;
}

.twoColumn .content input.submitButton {

	width: 130px;
	border: 1px solid #bbb;
	background: #f5f5f5;
	color: #333;
	font-size: 16px;
	padding: 3px;
	font-family: Verdana;
}
	

.twoColumn .content input.short {
	width: 50px;
}

.hint {
	color: #999;
	font-size: 11px;
}

.error {

	background: #FFF8D3;
}

.errorMessage {

	color: #990000;
	margin-bottom: 20px;
}


.result {

	
	
}

.result p {

	font-family: Georgia;
	font-size: 14px;
	line-height: 200%;
	color: #333;
}

.result ul li {

	font-family: Georgia;
	font-size: 14px;
	line-height: 200%;
	color: #333;
}

#content-report {
	
	padding-top: 30px;
	padding-left: 120px;
	padding-right: 120px;
	
}

#content-report h1 {

	margin-top: 20px;
	margin-bottom: 20px;
}

.minicart td {

	font-size: 11px;
	vertical-align: top;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 3px;
}

.minicart table {
	border-collapse: collapse;
}

.minicart th {

	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}