body {
	font: 80%/1.6em Arial,Helvetica, sans-serif;
}

form { margin: 0; padding: 0; }
.form {
	float: right;
	border: solid 1px #ccc;
	
	background: #ececec;
	padding: 10px 10px 0 10px;
}
.quick-look {
	float: right;
	border: solid 1px #ccc;
	background: #f6f6f6;
	color: #333;
	padding: 10px;
}
.quick-look b { color: #e10019; }
.quick-look img { border: solid 1px #666; }

label {
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	letter-spacing: .5px;
}
 .std-input {
	position: relative;
	margin: 15px 0 15px 102px;
}
 .std-button { text-align: center; }
.std-input label {
	position: absolute;
	left: -105px;
	text-align: right;
	width: 100px;
}


/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter 
spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since 
the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing 
issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash  .swf-replace {
    visibility: hidden;
	height: 27px;
	margin: 0 0 10px 0;
}

.field { width : 270px; }
h1 {
font-size:20px;
}
#headline {
	font-size:1.3em;
	line-height:2.4em;
	background-color:#ccc;
	color:#000;
	margin:2px 0px 2px;
}
#headline strong{
	margin:0px 5px 0px 30px;
	color:#000;
}
#headline strong.x{
	margin-left:5px;
	color:#000;
}

.mort_calc_form {
}
.sub-headline{
	font-family:Arial,Helvetica, sans-serif;
	font-size:1.0em;
	background-color:#ececec;
	border-bottom:1px solid #bdbdbd;
	padding:0.3em 8px 0.2em;
	color:#000;
	position:relative;
}
.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	line-height:1px;
	margin:0px;
	padding:0px;
	font-size:1px;
}
.form { float:none; }
#calcOut b {
	display: block;
	float: left;
	width: 14em;
}
#calcOut p {
	text-align: right;
}
input {
	width: 6em;
}
input.button {
	
}
.clear {
	clear:both;
}
