.calculator {
}
.calculator table {
	width:100%;
	background-color:#8CB7F5;
}
.calculator select {
	width:150px;
	font-family: Trebuchet MS,Arial;
	font-size: 12px;
	font-weight: bold;
}
.calculator select option {
}

.calculator table td {
	padding:4px;
}

.calculator table td.label {
	font-weight:bold;
	padding-left:6px;
}
.calculator table td.content {
	text-align:right;
	padding-right:6px;
}
.calculator table td.submit {
	background-color:#0B66E9;
	padding:8px;
	text-align:right;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
}
.calculator table td.totalPriceLabel {
	font-family: Trebuchet MS,Arial;
	font-size: 14px;
	font-weight: bold;
	background-color:#FFB613;
	padding:8px;
}
.calculator table td.totalPriceContent {
	font-family: Trebuchet MS,Arial;
	font-size: 14px;
	font-weight: bold;
	background-color:#FFB613;
	padding:8px;
	width:100px;
}

.errors {
	background: #FFB613;
	border: 1px dashed #000000;
	padding: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}