﻿div.plowSelection {
	margin:10px 0;
}
table.plowSelection {
	border:solid 1px #656565;
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
}
table.plowSelection th, table.plowSelection td {
	border:solid 1px #656565;
	font-size:11px;
	padding:0;
	vertical-align:top;
}
table.plowSelection th {
	font-weight:bold;
	padding:0 5px;
	width:140px;
}
table.plowSelection td select {
	background-color:#000000;
	color:#FFFFFF;
	font-size:11px;
	width:100%;
}
table.plowSelection td.text {
	padding:0 5px;
}

div.vehicleSection {
	margin-right:200px;
}
table.vehicleSection th {
	width:120px;
}

table.vehicleNotesSection th, table.vehicleNotesSection td {
	text-align:center;
	width:50%;
}
table.vehicleNotesSection th.notes, table.vehicleNotesSection td.notes {
	text-align:left;
	width:100%;
}

div.emailDialogBox {
	width:300px;
}
div.emailDialogBox .textBox {
	width:99%;
}
div.emailDialogBox textarea.textBox {
	font-family:sans-serif;
}
div.emailDialogBox .button {
	float:right;
	margin:5px;
}