﻿
/*@ Quick Finance Form
*------------------------------------------------*/
#finance-form
{
	display:block;
	width:100%;
	height:auto;
	/*background-color:#343434;*/
	margin-bottom:30px;
}

#finance-form div.Quick-Finance{
	font-family:Arial, sans-serif; 
	display:block;
	width:960px;
	height:300px;
	padding-top:30px;
	margin:10px auto;
	margin-bottom:10px;
}

#finance-form h1,
#finance-form .Quick-Finance h1{
	font-weight:bold;
	font-style:italic;
	padding-bottom:20px;
	border-bottom:1px solid #000000;
	font-size:20px;
}

#finance-form h1{
	width:960px;
	margin:0 auto;
    color: #000000;
}


.quick-finance-link
{
	display:block; height:24px; line-height:24px; padding:0px; width:222px; text-align:center;
	-moz-border-radius: 2px;border-radius: 2px; border:1px solid #ccc;
	margin-left:10px;margin-bottom:30px;
}

.quick-form-header
{
}

.Quick-Finance dl
{
	width:625px;
	height:220px;
	float:left;
	/*margin-right:20px;*/
	margin-top:15px;
	background-color:transparent;
}
.Quick-Finance dt,.Quick-Finance dd
{
	padding-bottom:0px;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	border:none;
	color:#000000;
	display:inline-block;*display:inline;*zoom:1;
	height:23px;
	margin:0px;
	padding-bottom:5px;
	vertical-align:text-top;
}

.Quick-Finance dl dd input[type='text'],.Quick-Finance dl dd textarea{height:20px; width:100%;
    margin-bottom:2px;
	margin-top:2px;
	background-color:#EFEFEF;
	
	border:1px solid #999999;
	
	-moz-box-shadow:inset  0px 1px 4px 			rgba(0,0,0,.2);
	-webkit-box-shadow:inset  0px 1px 4px 		rgba(0,0,0,.2);
	box-shadow:inset  0px 1px 4px 				rgba(0,0,0,.2);
	
	padding-bottom:2px;
	border-bottom:1px solid #cccccc;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.Quick-Finance dl dd textarea{width:390px;height:100px; }

.Quick-Finance dt
{
	width:215px;
}

.Quick-Finance dd
{
	width:390px;
}

.Quick-Finance .submit
{
	height:24px;padding:0px;
}

.Quick-Finance .submit .btn-Submit{margin-top:5px; margin-right:0px; height:26px; width:60px; float:right;}



/*@ Full Finance Form
*------------------------------------------------*/
table.finance-form{
	width:960px;
	margin:0 auto;
	font-size:13px;
    color: #000000;
}

table.finance-form input[type='text'],table.finance-form select {
    height:20px;
    
    /*margin-bottom:3px;*/
    
    margin-bottom:2px;
	margin-top:2px;
	background-color:#EFEFEF;
	
	border:1px solid #999999;
	
	-moz-box-shadow:inset  0px 1px 4px 			rgba(0,0,0,.2);
	-webkit-box-shadow:inset  0px 1px 4px 		rgba(0,0,0,.2);
	box-shadow:inset  0px 1px 4px 				rgba(0,0,0,.2);
	
	padding-bottom:2px;
	border-bottom:1px solid #cccccc;
	
	border-radius: 2px;
	-moz-border-radius: 2px;

}

table.finance-form .header{
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	padding-top:10px;
	
}
.calendar-button 
{
    cursor: pointer;
    border: none;
    background: url(http://jquery.dealerbase.co.nz/images/Calendar_scheduleHS.png) no-repeat;   
}