
.top_wrapper {
	background:transparent url(../images/cal-top1.jpg) no-repeat scroll 0 0;
}

.bottom_wrapper {
	background:transparent url(../images/cal-bottom1.jpg) no-repeat scroll 0 bottom;
	padding-top: 13px;
	padding-bottom: 13px;
}

.calculator_body {
	width: 618px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.form_entry {
	margin-bottom: 5px;
}

.input_label {
	float: left;
	font-weight: bold;
	width: 400px;
}

.input_value {
	text-align: right;
}

.form_entry .left {
	text-align: left;
	width: 595px;
}

.form_entry .bold {
	font-weight: bold;
}

.extra_line {
	height: 40px;
}

.value_prefix {
}

.value_main {
}

.value_suffix {
	float: right;
	padding-left: 3px;
	text-align: left;
	width: 15px;
}

.form_entry input[type=text] {
	width: 100px;
	text-align: right;
}

.form_entry input[type=text].short_value {
	width: 60px;
}

.form_entry select {
	width: 150px;
}

.form_entry textarea {
	height: 100px;
	width: 595px;
	margin: 0;
	padding: 0;
}

.form_bar {
	border:1px solid green;
	margin-bottom:10px;
	margin-top:10px;
}


