#col1
{
	width: 49%;
	float: left;
}

#col2
{
	width: 49%;
	float: right;
}

form#quote label
{
	display: block;
	width: 110px;
	float: left;
}

form#quote #col2 label
{
	width: 80px;
}

form#quote label.inline
{
	float: none;
	display: inline;
}

form#quote br
{
	clear: left;
}

form#quote input,
form#quote select
{
	margin-bottom: 2px;
}

div#xtras
{
	margin-left: 110px;
}

div#xtras label,
form#quote label.checkbox
{
	display: inline;
	width: auto;
	float: none;
}

div#xtras ul
{
	margin-bottom: 0;
}

div#xtras li
{
	float: left;
	width: 200px;
	list-style-type: none !important;
}

table#vehicles input/*,
table#vehicles select*/
{
	width: 100%;
	margin-bottom: 0;
}

table#vehicles td
{
	text-align: center;
	vertical-align: top;
	padding: 0 0 2px 10px;
}

table#quote td
{
	padding: 3px;
}

table#quote tbody tr
{
	border-bottom: 1px solid black;
}

#addons_msg
{
	display: none;
	margin-left: 110px;
}

#other_vehicles_msg
{
	display: none;
	margin-left: 110px;
}

textarea#comments
{
	margin-left: 110px;
}
