	

.main{width:872px; margin:0 auto; text-align:left;}

/*=========page_1===========*/
#page_1 .col_1{width:474px;}
#page_1 .mid{width:60px;}
#page_1 .col_2{width:266px;}
/*========//page_1===========*/

/*=========page_2===========*/
#page_2 .col_1{width:266px;}
#page_2 .mid{width:59px;}
#page_2 .col_2{width:474px;}
/*========//page_2===========*/

/*=========page_3===========*/
#page_3 .col_1{width:474px;}
#page_3 .mid{width:20px;}
#page_3 .col_2{width:306px;}
/*========//page_3===========*/

/*=========page_4===========*/
#page_4 .col_1{width:474px;}
#page_4 .mid{width:60px;}
#page_4 .col_2{width:266px;}
/*========//page_4===========*/

/*=========page_5===========*/
#page_5 .col_1{width:474px;}
#page_5 .mid{width:60px;}
#page_5 .col_2{width:266px;}
/*========//page_5===========*/

/*=========page_infocenter===========  stretched wide*/
#page_infocenter .col_1{width:800px;}

/*========//page_3===========*/




/* ============begin calculator form style*=================*/
.calculateform{
	padding: 2px;
	margin-bottom:50px;
	}


div.calculatewrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	width: 350px; /*width of form rows*/
	overflow: hidden;
	padding: 5px 0;
	margin:0 0 0 20px;
	
	}
	


div.calculatewrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 130px; /*width of label (left column)*/
	text-transform: none;
	border-bottom: 1px solid white;
	margin-right: 25px; /*spacing with right column*/
	}

div.calculatewrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px; /* space following the field */
	}

div.calculatewrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 150px;
	}

div.calculatewrapper div.thefield textarea{ /* style for TEXTAREA fields. */
	width: 150px;
	height: 80px;
	}
	


div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
	margin-top: 20px; /*space above buttonsdiv*/
	}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
	width: 80px;
	background: #e1dfe0;
	}
/*end of form design */
