/*=========================================================*/
/*    STYLES FOR ONLINE BUDGET CALCULATOR                  */
/*	  Amend as required                                    */
/*=========================================================*/

#dialog h3 {	
	padding:0 0 8px 0;
}   

.bottomborder {
	border-bottom:1px solid #999;
	margin:2px 39px 12px 0;
	}

  
/* Customize your modal window here, you can add background image too */  
#panel1, #panel2, #panel3, #panel4, #panel5, #panel6 {
	margin-bottom:15px;
	width:400px;
}


fieldset {
}


fieldset label {
	width:40%;
	color:#999;
	font-weight:bold;	
}

fieldset input {
	width:170px;
	margin:7px 0;
}

.bgtbutton {
	display:inline;
	cursor:pointer;
}
	
.steps {
	font-size:11px;
	}
	
.total {	
	color:#000000;
	}

.totaltable {
	margin:10px 0 18px 0;
	padding:4px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	}
	
.googlemap {
	padding:0 0 10px 25px;
	}
	
.imageright {
	float:right;
	padding:0 24px 10px 16px;
	}
	
