/* CSS Document */

#body input, #body textarea, #body select {
	padding:4px;
	border:1px solid #0C2B38;
	background:#081F28;
	font:13px Arial,Helvetica,FreeSans,clean,sans-serif;
	color: #fff;
}

#body input:focus, #body textarea:focus {
	border: 1px solid #2684AE;
	border-left: 3px solid #2684AE;
	background-color: #185872;
}

#body select {
	width: 200px;
}

#body input.req, #body select.req {
	border-left: 3px solid #900;
	margin-left: 0;
}

#body input.button {
	background: url(../images/button.gif) no-repeat top left;
	font-weight: bold;
	padding: 1px 0 16px 0;
	margin-right: 10px;
	border: 0;
	height: 31px;
	width: 129px;
	cursor: pointer;
}

#body input.button:hover {
	background-position: bottom left;
	color: #111;
}

table.plain {
	width: 100%;
}

table.plain td {
	padding: 4px;
	font-size: 13px;
}

table.plain tr.total {
	background: #e0e0e0;
}

table.plain tr.total td.jl, table.plain tr.total td.jl strong {
	color: #255CDA;
	font-size: 16px;
}

table.plain tr.total td.jr {
	font-size: 16px;
	font-weight: bold;
}

table.plain td.jr {
	text-align: right;
	vertical-align: top;
	width: 40%;
}

table.plain td.jl {
	text-align: left;
	width: 60%;
}

table.plain td a.note {
	font-size: 10px;
}

table.plain td p.note {
	font-size: 10px;
	color: #6f6f6f;
	display: inline;
}