﻿/*buttons-holder*/
.buttons-holder{
	width:100%;
	overflow:hidden; 
	margin-bottom:13px;
}
.btn-apply-now, .btn-request-info, .btn-request-info-small{
	float:left;
	margin-right:3px;
	cursor: pointer;
}
.buttons-holder-top{
	width:auto;
	float:right;
	margin-top:-3px;
}
.btn-apply-now {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../img/btn-apply-now.png) no-repeat scroll 0 3px;
    cursor:pointer;
    height:37px;
    width:120px;
}
.btn-request-info {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../img/btn-request-info.png) no-repeat scroll 0 3px;
    height:37px;
    width:141px;
}
.buttons-holder .btn-apply-now{
	background:url(../img/btn-apply-now-large.png) no-repeat;
	cursor: pointer;
	width: 165px;
	height: 37px;
}
.buttons-holder .btn-request-info{
	background:url(../img/btn-request-info-large.png) no-repeat;
	width: 265px;
	height: 37px;
}
.btn-request-info-small{
	background:url(../img/btn-request-info-small.png) no-repeat;
	width: 110px;
	height: 29px;
}

/*popup*/
.popup .btn-close-popup{
	background:url(../img/btn-close.png) no-repeat;
	width:35px;
	height:37px;
	text-decoration:-9999px;
	overflow:hidden;
	position:absolute;
	top:-30px;
	right:-30px;
}
.popup .text-column{
	background:#e4e4e4 url(../img/bg-form-text.jpg) no-repeat; 
}
.popup .text-column p.main-text{
    background:url(../img/img-dotted-border.gif) repeat-x 0 100%;
}
.popup.apply-now .popup-logo, .popup.request-info .popup-logo{
	background:url(../img/img-popup-logo.gif) no-repeat;
}
/*btn-financial*/
.popup .btn-financial{ 
	background:url(../img/btn-financial-options.png) no-repeat;
}
.popup .btn-required-documentation{
	background:url(../img/btn-required.png) no-repeat;
}
.btn-continue{
	background:url(../img/btn-continue.png) no-repeat;
}
/*form-area*/
.popup .form-area{
	/*background:url(../img/bg-popup-area.gif) no-repeat;*/
}

.popupMoreInfo .form-area
{
    /*background:url(../img/bg-popup-area-new.gif) no-repeat !important;*/
}

.reguestMore-military .form-area
{
    /*background:url(../img/bg-popup-area-new.gif) no-repeat !important;*/
}

.popup .credit-form .form-row .btn-submit{
	background:url(../img/btn-submit.png) no-repeat;
}
.ajax-loader
{
    background:url(../img/ajax-loader.gif) no-repeat;
}
 /*form progress */
.popup .credit-form .form-row .progress, .popup .register-form .progress
{
    background:url(../img/ajax-loader-gray.gif) no-repeat;
}
.popup .credit-form .form-row .wait
{
    background:url(../img/btn-wait-130.png) no-repeat 20px 0;
}
.popup .register-form .wait
{
    background:url(../img/btn-wait-120.png) no-repeat 20px 0;
}
.ajax-indicator-container
{
    float:right;
}





