﻿body  {
	color: #221f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#financingForm table{
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 320px;
}
#financingForm table td{
	padding-bottom: 3px;
	position: relative;
	width: 145px;
	padding-left: 5px;
}
#financingForm table td .email{
	width: 290px;
}
#financingForm table td.color{
	font-size: 10px;
	color: #c33f29;
}
#financingForm table td .check
{
	border-style: none;
	height: 14px;
	width: 14px;
}
#financingForm input{
	width: 130px;
	line-height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7a7a7a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7a7a7a;
	border-top-width: 0px;
	border-left-width: 0px;
	color: #1a1a1a;
	font-size: 10px;
	height: 20px;
}
#financingForm input .check
{
	border-style: none;
	line-height: 18px;
	color: #1a1a1a;
}
#financingForm input.btn{
	width: 68px;
	line-height: 22px;
	background-color: #FFFFFF;
	color: #C33F29;
	font-size: 12px;
	height: 22px;
	font-weight: bold;
	top: 355px;
	left: 237px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#financingForm select{
	width: 42px;
	line-height: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7a7a7a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7a7a7a;
	border-top-width: 0px;
	border-left-width: 0px;
	background-color: #F5F6F7;
	color: #1a1a1a;
	font-size: 10px;
	height: 18px;
}
#financingForm label, #financingForm span
{
	color: #c33f29;
	font-size: 10px;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
}
