.form-to-calculate {
	position: relative;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.form-to-calculate .clear {
	font-size: 0;
}

/**************************************************/

.form-to-calculate .corner {
	position: absolute;
	width: 5px;
	height: 5px;
	overflow: hidden;
	background-image: url(../img/form-corner.gif);
	background-repeat: no-repeat;
}

.form-to-calculate .corner-top-left {
	top: -1px;
	left: -1px;
	background-position: 0 0;
}

.form-to-calculate .corner-top-right {
	top: -1px;
	right: -1px;
	background-position: -5px 0;
}

.form-to-calculate .corner-bottom-left {
	bottom: -1px;
	left: -1px;
	background-position: 0 -5px;
}

.form-to-calculate .corner-bottom-right {
	bottom: -1px;
	right: -1px;
	background-position: -5px -5px;
}

/**************************************************/

.form-to-calculate .caption {
	height: 34px;
	background: #FEFEFE url(../img/form-head-bg.gif) left bottom repeat-x;
}
.form-to-calculate .caption h1, 
.form-to-calculate .caption h2 {
	padding-left: 15px;
	padding-top: 5px;
	line-height: 23px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0069A6;
}

/**************************************************/

.form-to-calculate .body {
	padding: 20px 0 10px 0;
	background: #0069A6;
	color: #FFFFFF;
}

.form-to-calculate .body .body-table {
	margin: 0 auto;
	width: auto;
}

.form-to-calculate .body .body-table td {
	vertical-align: top;
	padding: 10px 15px 10px 15px;
}

/**************************************************/

.form-to-calculate .body h3 {
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}

.form-to-calculate .body .field {
	height: 100%;
}

.form-to-calculate .body .right {
	text-align: right;
}

.form-to-calculate .body .field .l {
	float: left;
	margin: 2px 0 2px 0;
	width: 90%; 
	height: 100%;
	line-height: 18px;
	font-size: 14px;
}

.form-to-calculate .body .field .l span {
	line-height: 16px;
	font-size: 12px;
}

.form-to-calculate .body .field .f {
	float: left;
	margin: 2px 0 2px 0;
	height: 100%;
	white-space: nowrap;
}

.form-to-calculate .body .field .f label {
	clear: both;
	display: block;
}

.form-to-calculate .body .field .f table, .form-to-calculate .body .field .f table td {
	margin: 0;
	padding: 0 15px 0 0;
}

/**************************************************/

.form-to-calculate .body .sep {
	margin: 8px 0 8px 0;
	height: 2px;
	overflow: hidden;
}

.form-to-calculate .body .sep-h {
	margin: 8px 0 8px 0;
	height: 2px;
	overflow: hidden;
	background: url(../img/form-sep-h.gif);
}

.form-to-calculate .body .sep-v {
	padding: 0;
	width: 2px;
	overflow: hidden;
	background: url(../img/form-sep-v.gif) center top repeat-y;
}

/**************************************************/

.form-to-calculate .body .button {
	padding-right: 15px;
	text-align: right;
}

.form-to-calculate .next {
	border:0px none;
}
