﻿.loancalculator-loanssplash
{
	width: 18em;
	margin: 0;	
	float: left;
}

.loancalculator-loanssplash-t
{
	background:  url(images/dot.gif) 0 0 repeat-x;	
}

.loancalculator-loanssplash-b
{
	background: url(images/dot.gif) 0 100% repeat-x; 
}

.loancalculator-loanssplash-l
{
	background: url(images/dot.gif) 0 0 repeat-y;
}

.loancalculator-loanssplash-r
{
	background: url(images/dot.gif) 100% 0 repeat-y;
}

.loancalculator-loanssplash-tr
{	
	background: Transparent url(images/topright-corner.gif) no-repeat top right;
	padding: 0.7em;
	height: 9em;
}

.loancalculator-loanssplash-headingpanel
{
	width: 14em;
	height: 1em;
	float:left;	
}

.loancalculator-loanssplash h3
{
	color: #ff6600;
	margin: 0;
	font-size: 92%;
}

.loancalculator-loanssplash p
{
	margin: 0;
	font-size: 75%;
}

.loancalculator-loanssplash-inputpanel
{
	margin: 0 0.5em 0 0.5em;
	float:left;	
	width: 14em;
	height: 2em;
}

.loancalculator-loanssplash-borrowamountpanel
{
	margin: 0;
	width: 14em;
	height: 2em;
}

.loancalculator-loanssplash-borrowamountlabel
{
	width: 9em;
	margin: 0 1em 0 0;
	font-size: 75%;	
	float: left;
}

.loancalculator-loanssplash-borrowamountvalue
{
	margin-top: 0.3em;
	width: 6.5em;
	font-size: 75%;
	border-top: #96999C 0.0626em solid;
	border-left: #96999C 0.0626em solid;
	border-right: #96999C 0.0626em solid;
	border-bottom: #96999C 0.0626em solid;
	padding: 0.1252em;
}


.loancalculator-loanssplash-repaymenttermpanel
{
	margin: 0;
	width: 14em;
	height: 2em;
}

.loancalculator-loanssplash-repaymenttermlabel
{
	width: 9em;
	margin: 0.6em 1em 0 0;
	font-size: 75%;	
	float: left;
}

.loancalculator-loanssplash-repaymenttermvalue
{	
	margin-top: 0.3em;
	width: 6.8em;
	font-size: 75%;
	border-top: #96999C 1px solid;
	border-left: #96999C 1px solid;
	border-right: #96999C 1px solid;
	border-bottom: #96999C 1px solid;
}

.loancalculator-loanssplash-insurancepanel
{
	margin: 0;
	width: 14em;
	height: 2em;
}

.loancalculator-loanssplash-insurancelabel
{
	width: 9em;
	margin: 0.6em 1em 0 0;
	font-size: 75%;	
	float: left;	
}

.loancalculator-loanssplash-insurancevalue
{
	margin-top: 0.3em;
	width: 6.8em;
	font-size: 75%;
	border-top: #96999C 1px solid;
	border-left: #96999C 1px solid;
	border-right: #96999C 1px solid;
	border-bottom: #96999C 1px solid;
}

.loancalculator-loanssplash-insurancevalue /*added by lightstone 31/3/08*/
{
   border:0px solid white;
}


.loancalculator-loanssplash-actionpanel
{
	margin: 4.3em 0 0 1em;
	width: 11em;
	float: left;
}

/*
Use of * html ensures this style is picked up by IE6 only.
*/
* html .loancalculator-loanssplash-actionpanel
{
	margin: 0em;
}
