#loan-calculator {
	background:#d2d8da url(../../gui/calculator_bg.png) no-repeat left bottom;
	line-height:1;
	width:208px;
}

#loan-calculator form {
	background:url(../../gui/calculator_bg.png) no-repeat left top;
        padding:12px;
        min-height:173px;
       height: 173px;
  }   html>body #loan-calculator form{ height: auto;}

#loan-calculator.module form {
	height:171px;
	overflow:hidden;
}

#loan-calculator div {
	margin:0 0 6px;
}

#loan-calculator label {
	float:left;
	line-height:1.32;
	margin-right:3px;
	width:50%;
}

#loan-calculator input {
	font-size:11px;
	margin:0;
	padding:0;
	width:40%;
}

#loan-calculator select {
	font-size:11px;
	margin-top:0;
	width:43%;
}

#loan-calculator .actions input {
	margin:0;
	padding:0;
	vertical-align:middle;
	width:auto;
}

#loan-calculator small {
	display:block;
	font-size:9px;
	font-style:italic;
	line-height:0.75;
}

#loan-calculator input.reset {
	background:0;
	border:0;
	color:#5c98af;
	cursor:pointer;
	float:left;
	text-decoration:underline;
	width:40%;
}

#disclaimer {

        float:left;
        font-size: 11px;
       padding: 10px 0px 0 10px;
       width: 100%;
}
