* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #000;
	background: white;
	font-size: 9pt;
}
#wrapper {
	margin: 0 3%;
	width: auto;
}
#header {
	height: 60px;
	position: relative;
}
h1 {
	font-size: 13pt;
}
#header h2 {
	font-size: 11pt;
}
#header img {
	border: 0;
	width: 115px;
	height: 23px;
	position: absolute;
	top: 0;
	right: 0;
}
#header label {
	display: none;
}
#header input#name {
	border: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	float: none;
	text-align: right;
	font-weight: bold;
}
form {
	margin-bottom: 2em;
}
fieldset {
	margin-bottom: 1em;
	border: 0;
}
#editable {
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: 1px dashed #ccc;
	background: #efefef;
}
#enter-details {
	background: #efefef;
}
input,
select {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 100%;
}
fieldset div {
	margin-left: 2%;
	width: 48%;
	height: 1.8em;
	float: left;
	display: inline;
}
.long {
	height: 3.5em;
}
.push {
	margin-left: 52%;
}
fieldset label {
	padding: 3px 0;
	float: left;
	width: 200px;
}
fieldset input {
	padding: 2px;
	border: 1px solid #ccc;
	float: left;
	width: 6em;
}
fieldset select {
	float: left;
}
fieldset span {
	margin-left: -30px;
	padding: 3px 2px;
	float: left;
	width: 26px;
	text-align: right;
}
.percentage {
	margin: 0;
	text-align: left;
}
fieldset option {
	padding-right: 1em;
}
legend {
	font-weight: bold;
	color: #000;
}
* html legend {
	position: relative;
	left: -0.75em;
}
*+ html legend {
	position: relative;
	left: -0.75em;
}
form ol p {
	margin-bottom: 0.5em;
	white-space: nowrap;
	font-weight: bold;
}
form ol li {
	margin-bottom: 0.5em;
	clear: left;
}
.form-buttons {
	display: none;
}
#calculation-result {
	margin: 0.5em 0;
	padding: 0.5em;
	border: 1px solid #678dcf;
	background: #dfebff;
	color: #00225f;
}
#interest_rate,
#higher_interest_rate,
#actual_percent_of_repayments,
#repayment_cover,
#loan_to_value_ratio {
	width: 3em;
	text-align: right;
}
#footnotes {
	font-size: 8pt;
}
#copyright {
	margin-top: 1em;
	font-size: 8pt;
}

/* Clearing Fix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */