body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;	
}

#request {
	text-align:center;
}

#request input {
	border-style:solid;
	border-width:1px;
	border-color:#909090;
	text-align:right;
}

#request input.button {
	border-style:outset;
	text-align:center;
	width:85%;
}

#request input.err {
	background-color:#FF2020;
}

#request table {
	border-collapse:collapse;
}

#request table td {
	border-bottom:1px;
	border-bottom-color:#909090;
	border-bottom-style:dashed;
	border-top:1px;
	border-top-color:#909090;
	border-top-style:dashed;
	padding:5px 4px;
	vertical-align:top;
}

#request p {
	margin:0;
	padding:1px;
}

#request p.comment {
	font-size:10px;
	color:#606060;
}

#request td.r {
	text-align:right;
}

#request td.l {
	text-align:left;
}

#request table.comment{
	font-size:10px;
	color:#606060;
	text-align:left;
}

#request table.comment td{
	padding:1px 4px;
	border-top-style:dotted;
	border-bottom-style:none;
	background-color:#ffffea;
}

#result span.resvalue {
	font-size:125%;
	font-weight:bold;
	border-bottom-style:double;
}



