/* TEMPORARY */
* {
	color: black;
}

/* Not temporary */
label.checkbox {
	margin-right: 20px;
	cursor: pointer;
}

br {
	clear: both;
}

.required-message {
	text-align: right;
	margin: 5px;
}

/*
	######################################################################
	# Vehicle information block
	######################################################################
*/
	.vehicle-info {
		width: 300px;
		float: right;
		background-color: #F5F5F5;
		border: 1px #DDD solid;
	}

		.vehicle-info .vehicle-info-detail {
			padding: 5px;
		}

		.vehicle-info table {
			margin: 0 5px 10px 5px;
		}
			.vehicle-info table td {
				padding: 2px;
			}

			.vehicle-info table td.label {
				font-weight: bold;	
				color: #333;
				padding-right: 5px;
			}

