/*---------------------------------------------------------------------------------------------------------
//	Application Path Widget
//--------------------------------------------------------------------------------------------------------*/
#application-path
{
	width:         656px;
	height:        112px;
	margin-bottom: 20px;
	background:    #fff url('/images/path_back.jpg') no-repeat top left;
	font-size:     22px;
	font-weight:   bold;
	line-height:   1.2em;
}

#get-approved
{
	top:              20px;
	left:             90px;
	width:            120px;
}

#find-vehicle
{
	
	top:              20px;
	left:             525px;
	width:            125px;
}

#find-dealership
{
	top:              20px;
	left:             300px;
	width:            130px;
}

#application-path form
{
	margin:           3px 0 0 0;
	padding:          0;
	position:         relative;
}

#application-path input
{
	width:            75px;
	height:           16px;
	line-height:      16px;
	font-size:        12px;
	padding:          0 5px;
	border:           2px solid #0053A0;
}
#application-path button.find
{
	font-size: 12px;
	height:    20px;
	left:      85px;
	width:     40px;
}

