.button_container
{
	margin:0px;
	padding:0px;
	position:absolute;
	top:129px;
	left:384px;
	color:#FF6600;
	width:142px;
	background:#ffffff url(images/get_a_quote_button_top.gif) top left no-repeat;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	line-height:18px;
}

.button
{
	margin:0px; 
	padding:0px; 
	left:0px;
	width:142px;
	display:table;
	list-style-type:none;
	text-align:center;
}

.button li
{
	float:left;
	margin:0px;
	padding:0px;
	color:#000000;
	display:table-cell;
	width:142px;
	background:transparent url(images/get_a_quote_button_bottom.gif) bottom left no-repeat;
}

.button a
{
	margin:0px;
	width:126px;
	padding:10px 10px 13px 8px;
	display:block;
	color:#f1f1f1; 
	text-decoration:none;
}

.button a:hover
{
	color:#FFFFFF; 
	background:transparent url(images/get_a_quote_button_top_over.gif) top left no-repeat;
}

.button a b
{
	line-height:18px;
}

