@CHARSET "UTF-8";

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	position: absolute;  
	left: 8px;  
}

.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	position: relative;  
	left: -2px;  
}

.resultHead {
	font-size: 11px;
	font-weight: normal;
	color: #ff4800;
}

.formContent {
	width: 696px;  
	height: 440px;
	position: relative;
	margin: 1 0 1.5em 0;  
	padding: 0;  
	border: 1px solid #8096b4;  
	background-color: #F2EFE9;  
	background-image: url(images/swoosh_bg.jpg);  
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

#toolBox {
	position: relative;
	width: 100%;
}

#roiInput{
	 position:absolute;
	 top:30px;
	 left: 7px;
	 width: 50%;
}

#roiDetails {
	 display: none;
	 position:absolute;
	 top:76px;
	 left: 240px;
}

#resultsBottom {
	display: none;
	position:absolute;
	top:300px;
	left: 12px;
	text-align: left;
}

#submitButton	 {
	position:absolute;
	top:270px;
	left: 7px;
}

table.roiTool {
	border: 0;
	padding: 4px;
	width: 100%;
}


/******* FORM *******/

.form table{
	margin-bottom: 2em;
}

.form table td{
	text-align: left;
	font-size: 11px;
	vertical-align: top;
}

.form table td.annual{
	text-align: right;
	font-size: 11px;
	vertical-align: top;
}

.form input {
	border: 1px solid #8096b4;
	background: #fff;
	color: #5f95ef;
	font-size: 11px;
	padding-bottom: 2px;
}

.form input.text {
	font-weight: normal;
	color: #565656;
	border: 1px solid #8096b4;
	padding: 2px;
	margin-bottom: 5px;
	text-align: left;
}

.form input.text.active {
	background: #ddeff6;
	border: 1px solid #467dc7;
}

.form input.roiFormField {
	 font-size: 11px;
	 background-color: #E6E6E6;
	 border: 1px solid #8096b4; 
	 font-weight: bold;
	 color: #003399;
	 padding: 2px;
	 margin-bottom: 5px;
 }
 
 .form input.roiFormFieldSavings {
	 font-size: 11px;
	 background-color: #E6E6E6;
	 border: 1px solid #8096b4; 
	 font-weight: bold;
	 color: #003399;
	 padding: 2px;
	 margin-bottom: 5px;
	 margin-right: 12px;
}

.form input.submit {
	 font-size: 11px;
	 background: #ddeff6;
	 border: 1px solid #fcaf17;
	 font-weight: bold;
	 color: #003399;
	 padding: 4px;
	 margin: 4px;
}
/******* /FORM *******/

label {
	display: block;
	padding-bottom: 2px;
}

label.results {  
	display: inline;
}