
div.simulation form {
	margin: 0px;
}

div.simulation table {
	border-collapse: collapse;
}

div.simulation table th {
	background-color: #c4e13a;
	padding: 1px;
	vertical-align: top;
	width: 180px;
}

div.simulation table th h3 {
	font-size: 120%;
	padding: 5px 0px;
	text-align: center;
}

div.simulation table td {
	border: 1px solid #c4e13a;
	border-left: none;
	padding: 10px 20px;
	text-align: left;
	width: 429px;
}

div.simulation table td.arrow {
	background-color: white;
	border: none;
	height: 30px;
	padding: 0px 0px 0px 3px;
	text-align: left;
}

div.simulation table td input {
	margin: 0px;
}

div.simulation table td table.select3 {
	width: auto;
}

div.simulation table td table.select3 td {
	background: none;
	border: none;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	width: 130px;
}

div.simulation table td table.select5 {
	width: auto;
}

div.simulation table td table.select5 td {
	background: none;
	border: none;
	padding: 0px;
	padding-left: 7px;
	text-align: center;
	vertical-align: top;
	width: 75px;
}

div.simulation table td table.select5 td img {
	padding: 0px 9px;
}

div.simulation div.step5 {
	margin: 0px auto;
	padding: 10px 0px;
	width: 476px;
}

div.simulation div.result {
	margin: 0px auto;
	width: 476px;
}

div.simulation div.result a {
	background: url(/image/eu/m33020eu_simu_result.gif) no-repeat;
	display: block;
	font-size: 10px;
	height: 67px;
	text-decoration: none;
	text-indent: -2000em;
	width: 476px;
}

div.simulation div.result a:hover {
	background-position: 0px -77px;
}

