body {
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #D15600;
	margin: 0 0 20px;
	width: 430px;
}
#containapp {
	margin: 0 15px;
	width:430px;
}
#main {
	margin: 15px 0;
	padding: 1px;
}
#primaryapppanel {
	clear: both;
}	 	 
#formwrapper{
	background:#fff;
	margin:0px -1px 0px -1px;
	padding:0px;
}
#formcontent{
	background:#fff;
	margin:10px 15px 0px 0px;
	padding:0px;
	color:#2D4470;
}
#fieldset {	
	text-align:left;
	padding:5px;
	margin:0px 0px 0px 0px;
}	
fieldset{
	text-align:left;
	border:none;
	padding:10px 0px 0px 0px;
	margin:0px;
}
#calcoutput {
	padding:0px 0px 0px 0px;
	margin:0px 0px;
}	
h2.results{
	padding:80px 0px 10px 0px;
	margin:0px 0px;
}
#disclaimer {
	padding:0px;
	margin:10px 25px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
}	
#poweredby {
	border: none;
	padding:5px;
	margin:10px 0px 10px 0px;
}	

/*headers--------------------------*/
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #f47621;
	font-family: arial;
}
#formtitle {
	color: #f47621; 
	margin:0;
	padding:0;	
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;	
}
#fieldset h2 {
	font-size: 12px;
	margin: 15px;
}
#calcoutput h2 {
	font-size: 18px;
	font-weight: bold;
	color: #146988;
}
#formtitle h2{
	font-size: 14px;
}

/*form elements-----------------------*/
form{
	text-align:left;
	margin:0px;
	padding:0px; 
	color: #1E354E;
}
input, select, textarea {
	color: #1E354E;
	font-size: 12px;
	text-align: left;
}	
label {
	font-weight: bold;
	font-size: 10px;
}	
.labelcol {
	text-align:left;
	background:#ffffff;
	font-size:14px;
	color: #1e4268;
	padding: 30px 0px 2px 0px;
	margin-right: 30px;
}
.labelcol b{
	font-weight:bold;
	font-size:14px;
	background:#DFDFDF;
	padding:3px 6px 3px 6px;
}
.labelcol2 {
	text-align: right;
	color: #E8264D;
}
.rsilabelcol {
	white-space: nowrap;
	text-align: right;
}
.helpcol{
}
button {
	cursor: pointer;
}
button img {
	vertical-align: middle; 
	padding-left: 5px;
}
* html .bar button {
	width: 110px;
}
.btnrow a {
	text-decoration: none;
}
.btn{margin-left:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	padding:3px;
	background: url(http://info.housevalues.com/template-referenced-file/landing-page-template/541/submit_orange_button.jpg) no-repeat;
	width: 111px;
	height:37px;
	margin-top: 10px;
	color: #FFFFFF;
	float: right;
	margin-right:18px;
	border:0px;	
}

.calcdescription{
	font-size:12px;
	line-height:16px;
	position:relative;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 25px 3px 0px;
}
.formproper{
	clear:left;
}
/*tables---------------------------*/
table{

}
.inputtablewrapper{
	text-align:left;
}
.inputfieldstable {
	text-align: left;
}
/* IE hack. IE can't understand this one, so it will use the width above.
   All other browsers will use this one. */
html > body .inputfieldstable {
	width: 100%;
}

.calcoutputtable{
	text-align: left;
	background: white;
	/*
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	*/
	padding: 0px;
}
.calcoutputtable td{
	text-align: left;
	vertical-align: middle;
	font-size:12px;
	font-weight: normal;
	color:#2D4470;
}

/* "simpletable" is passed in as the value of the calcxmlRequest->dataTable->cssClassName
 element for all of the sample calcs. All the data tables that are returned as part of the
 response will be tagged as <table class="simpletable"> */
.simpletable {
	background: white;
	padding: 0px;
}
.simpletable th{
	text-align: left;
	vertical-align: bottom;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#2D4470;
	padding:5px;
}
.simpletable td{
	text-align: left;
	vertical-align: middle;
	font-size:12px;
	font-weight: normal;
	color:#2D4470;
	padding:5px;
}

.simpletable td.tdcenter {
	text-align: left;
}

/* The centernowidthtable is used only in inv08 sample calculator. */
.centernowidthtable {
	background: white;
	padding: 0px;
}
.centernowidthtable th{
	text-align: left;
	vertical-align: bottom;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-size:12px;
	font-family: helvetica;
	font-weight: bold;
	color: #146988;
}
.centernowidthtable td{
	text-align: left;
	vertical-align: middle;
	font-size:12px;
	font-weight: normal;
	color: #146988;
}
.centernowidthtable td.tdcenter {
	text-align: left;
}
.inputtable td{
	font-size:12px;
	line-height:18px;
	color:#000000;
	text-align:left;
	padding:5px;
}
th{
	margin-bottom:10px;
}
/*images---------------------------*/
.image1{
	display:none;
}
.image2{
	display:none;
	float:left;
}
.helpimg{
	border:none;
}
.poweredbyimg{vertical-align:middle;
	display:inline;
	border:none;
}
.poweredbyimg2{
	display:none;
}
.calcoutputtable td.resultHeader {text-align:left;color: gray;font-size: 14px;font-weight: bold;background: url(http://www.calcxml.com/images/whitebar.png);	padding:6px 3px 6px 3px;}
.calcoutputtable td.resultDescription{text-align:left;}
.calcoutputtable td.resultChart{}
.calcoutputtable td.resultDisplayTable{}
.calcoutputtable td.resultDataTable{}
.calcoutputtable td.resultRelatedStuff{text-align:left;}
.poweredbylink a {text-decoration:none;}
.poweredbylink a:link {text-decoration: none; color: #088ABE; font-family: verdana; font-size: 10px;}
.poweredbylink a:visited {text-decoration: none; color: #088ABE; font-family: verdana; font-size: 10px;}
.poweredbylink a:active {text-decoration: none; color: #088ABE; font-family: verdana; font-size: 10px;}
.poweredbylink a:hover {text-decoration: none; color: #777; font-family: verdana; font-size: 10px;}.poweredbylink2{display:none;}   
