body {
	font-family: "Arial";
}

#disclaimer {
	margin: 10px 0px 10px 0px;
	padding: 20px 20px 0 20px;
	text-align: justify;
	background: #F6F6F6;
	border: solid 1px #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.jqw-nav li
{
    line-height: 41px;
    list-style: none;
    float: left;
    
    color: #777;
    background: #EEEEEE url(images/navBtn.gif) no-repeat right center;
}

.jqw-nav li.jqw-current
{
    color: #FFF;
    background: #007DC3 url(images/navCurrentBtn.gif) no-repeat right center;
}

.jqw-nav li.jqw-lastDone
{
    color: #AAA;
    background: #DFDFDF url(images/navLastDoneBtn.gif) no-repeat right center;
}

.jqw-nav li.jqw-done
{
    color: #AAA;
    background: #DFDFDF url(images/navDoneBtn.gif) no-repeat right center;
}

#accountidentifier1,
#displaywrapper_accountidentifier1,
#policy-no,
#displaywrapper_policy-no,
#billing-mode,
#displaywrapper_billing-mode,
#company-code,
#displaywrapper_company-code,
#loan-code,
#displaywrapper_loan-code,
#payments,
#displaywrapper_payments,
#product-type,
#displaywrapper_product-type,
#system-code,
#displaywrapper_system-code,
#zip-code,
#displaywrapper_zip-code,
#merchantnumber,
#displaywrapper_merchantnumber,
#javascript {
	display: none;
}