﻿.customer {
	float: left;
	width: 49%;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bid {
	float: right;
	width: 49%;
	margin-bottom: 10px;
}
.bid_results .result {
	border: 1px solid #999999;
	float: left;
	width: 20%;
	padding: 10px;
	margin: 4px;
}

.steps {
	list-style: none;
	margin-top: 10px;
}
.steps li {
	margin-left: 20px;
	font-size: 13pt;
	line-height: 36px;
	float: left;
}
.steps li .num {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: white;
	display: block;
	float: left;
	height: 36px;
	width: 36px;
	margin-right: 5px;
	background-image: url('/images/bullet2.gif');
	background-position: 0px 50%;
	background-repeat: no-repeat;
}
