.headTitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 18pt;
}

.container {
	width: 90%;
	text-align: left;
	padding: 10px 2px 20px 2px;
	font-family: Arial;
	font-size: 10pt;
	text-align:left;
}

.instructions {
	margin-top: 5px;
	padding: 5px 2px 5px 2px;
	border: 1px solid #B2BEC9;
	font-family: Arial;
	font-size: 10pt;
	background-image: url("./background.gif");
}

.error {
	padding: 5px 2px 5px 2px;
	border: 1px solid red;
	font-family: Arial;
	font-size: 10pt;
	color: red;
}

.header{
	font-size: 12pt;
	font-weight: bold;
}

.decoratedTable {
	font-family: Arial;
	width:90%;
	margin-top: 10px;
	border-width: 1px ;
	border-spacing: 0px 0px;
	border-style: solid;
	border-color: #B2BEC9;
	border-collapse: collapse;
	font-size: 10pt;
}

.decoratedTable td{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #B2BEC9;
	margin: 0px;
}

.decoratedTable th{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #B2BEC9;
}

.control {
	width: 3%;
}

.dollar_amount {
	width: 7%;
}

.service_equipment{
	font-weight: bold;
	background-image: url("./background.gif");
}

.tableheader {
	font-weight: bold;
	background-image: url("./background.gif");
}

.dollar_amount {
	text-align: right;
}

.total{
	border-width: 0px;
	border-color: #ffffff;
	font-weight: bold;
	text-align: right;	
}

input.amount {
	border:0px;
	width: 80px;
	background-color: #ffffff;
	text-align: right;
}

.formText input, .formText select {
	border:1px solid #B2BEC9;
}

.note {
	font-size: 10px;
}#logo {
	vertical-align: text-top;
}
#customerInfo {
	margin-top: 10px;
	font-family: Arial;
	width:60%;
	font-size: 10pt;	
}
.customerField {
	width: 90%;
}

#actionControls{
	margin: 5px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#5A5C67;
}

