div.newBusSection {
	margin-top: 5px;
	margin-left: 20px;
	overflow: hidden;
}

div.newBusSectionHeader
{
	clear: both;
	margin-top: 15px;
	margin-left: 5px;
	font-weight: bold;
}

label.inputLabel
{
	float: left;
	width: 140px;
	line-height: 30px;
	margin-right: 5px;
	font-weight: normal; 
}

span.inputLabel
{
	float: left;
	width: 120px;
	line-height: 25px;
	margin-right: 5px;
}

label.inputLabelInnerSmall
{
	float: left;
	width: 40px;
	line-height: 25px;
	margin-right: 5px;
	margin-left: 5px;
}

input.phone
{
	width: 125px;
}

textarea
{
	resize: none;
}

input.BlSmallInput
{
	float: left; 
	width: 75px;
}

input.BlMedInput
{
	float: left; 
	width: 200px; 	
}

input.BlLgInput
{
	float: left; 
	width: 300px; 	
}

select.BlSmallSelect
{
	float: left; 
	width: 75px; 
}

select.BlMedSelect
{
	float: left; 
	width: 150px; 
}

label.error, span.error {
	position: absolute; 
	left: 52%;
}