body {
	background: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 8px;
}

div.body {
	width: 500px;
	text-align: left;
}

div.main {
	background: #F2F2F2;
	border: 1px #999 solid;
	overflow: auto;
	//width: 100%;
}

div.left-col {
	border-right: 188px white solid;
	padding-bottom: 1px;
	margin-left: 11px;
}

div.right-col {
	float: right;
	padding-left: 12px;
	width: 188px;
	width/**/: /**/176px;
	background: white;
}

a img {
	border: 0 none;
}

h1 {
	font-size: 22px;
	padding-left: 10px;
}


h2 {
	color: #3C3C89;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 15px;
}

h4 {
	font-size: 12px;
	margin: 11px 0;
	margin-top: 18px;
}

p {
	margin: 9px 0;
}

form {
	margin: 0;
	padding: 0;
}

input {
	border: 1px #333 solid;
	width: 70px; 
	background: white;
	margin-left: 3px;
	margin-right: 3px;
	position: relative;
	top: 2px;
}

input.short {
	background: white;
	width: 29px;
}

select {
	width: 90px;
	margin-left: 3px;
	margin-right: 3px;
	position: relative;
	top: 2px;
	background: white;
}

label.joint {
	display: block;
	float: left;
	width: 140px;
}

label.joint input {
	border: 0 none;
	width: auto;
	position: relative;
	top: 2px;
}

p.net span {
	display: block;
	float: left;
	width: 87px;
	margin-top: 6px;
}

p.net input {
	position: static;
}

input.calculate-btn {
	width: auto;
	border: 0 none;
	float: right;
	margin-right: 12px;
	margin-top: 6px;
}

p.loan span {
	display: block;
	clear: left;
	float: left;
	width: 80px;
	margin-top: 6px;
}

p.l-long span {
	width: 80px;
}

p.l-long input {
	width: 120px;
}

p.opt {
	border-top: 1px #999 solid;
	padding-top: 4px;
	margin-right: 12px;
	margin-bottom: 0;
	padding-bottom: 15px;
}

p.opt span {
	color: #f33;
}

p.opt input {
	margin-left: 0;
	width: 140px;
	margin-bottom: 5px;
}

p.opt input.summary-btn {
	width: auto;
	border: none;
	float: right;
}

p.result {
	font-size: 12px;
}

p.result strong {
	color: #c00;
}

p.help {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
}

p.help img {
	position: relative;
	top: 2px;
}

div.right-col ul {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 12px;
	padding-left: 0;
	list-style: none;
}

div.right-col ul li {
	background: url(images/bullet.gif) no-repeat;
	background-position: 0 5px;
	padding-left: 11px;
	padding-right: 6px;
	font-size: 12px;
}

p.chart {
	text-align: center;
	margin-top: 24px;
}

p.chart a {
	color: black;
}

p.chart object {
	display: block;
	margin-bottom: 10px;
	margin-right: auto;
}

p.powered {
	text-align: right;
	font-size: 12px;
	margin-top: 4px;
	clear: both;
	width: 98%;
}

p.note {
	font-size: 11px;
	text-align: center;
	width: 90%;
	margin: 12px 5%;
}

div.border {
	margin: 10px 8px;
	border: 1px solid black;
	padding: 5px 7px;
}
