/*USED CAR TEMPLATE*/
/*******************/

.finance-container
{
	position: relative;
	left: 50%;
	margin-top: 10px;;
	margin-left: -270px;
	width: 539px;
	min-height: 100px;
	border: 1px solid #CCCCCC;
	/*background: url(../img/finance-topbg.gif) top no-repeat;*/
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.finance-top-container
{
	width: 100%;
	height: 60px;
	background: url(../../images/finance/top-bg.gif) center repeat-x;
	text-align: center;
	vertical-align: middle;
}
.finance-top-container img
{
	margin: 10px 0 0 0;
}
.finance-optionbox
{
	width: 100%;
	border-top: 2px solid #CCCCCC;
}
.finance-choicebox
{
	width: 100%;
	border-top: 1px dotted #DDDDDD;
}