/* CSS Document */
* {margin: 0;padding:0;font-family: Arial, sans-serif;}
body {
	background: #FFF url('../images/top.png') repeat-x top left;
	text-align: center
}
#header {height: 126px;width: 100%;text-align:center;}
h1 {
	color: #FFFFFF;
	font-size: 2em;
	margin: 10px 10px 0 40px;
}
input {
	position: relative;
	float: right;
	font-size:12px;
	padding: 3px;
	border: 1px solid #c0c0c0;
}
p,label, .prc {
	font-weight: normal;
	font-size:12px;
	padding:5px;
}
label {position: relative;float: left;width: 220px;}
#mainform {align: center; width:400px; margin: 10 auto;margin-top:20px; height: 200px}
#mainform ol{padding:0;margin:0;}
#mainform li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear:both;
}
#textA {width: 160px;float:left}
#textB {width: 60px;float:left}
#textC {width: 50px;float:left}
#textD {width: 160px;float:left}
#resultbox {width: 160px;float:left}
#footer {
	xbackground:#567629 url(images/bottom.png) repeat-x top left;
	color: #567629;
	margin: 100px auto;
	font-size:.7em;
	text-align: center;
}
#explanation {
	width: 400px;
	text-align:center;
	margin: 0px auto 20px auto;
	font-size:.8em;
	color:#636660;
	border:1px solid #afb9a0;
	padding: 10px;
	background: #e3e8db;
}
.linkout a:link, .linkout a:visited, .linkout a:hover, .linkout a:active {color:#999999; font-size:.8em;}