.header-background {
	background: url('../../images/totally/background-37.png') repeat-x;
	margin-bottom: 0px;
}

.transactional-wrapper-content-nav .intro{
    background: url('../../images/totally/form-header-bkg-37.png') no-repeat;
    background-position: top center;
}
 	
.purchase-banner-brand {
    margin: 0px 83px 0 0;
    float: right;
}

.purchase-banner-brand img, .purchase-banner-trading img  {
	max-height: 100px;
}

.purchase-header-bottom {
    margin-top: 10px !important;
}

.purchase-header-bottom div {
	margin-top: unset !important;
}


#guide {
	background: #f4b302;
}

.guide-list li:before {
	content: "\2713\0020";
	color: #f4b302;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.guide-style {
	color: #f4b302;
	font-weight: bold;
}

.purchase-header-bottom img {
    top: 3px;
}

 	
.form-label span.label,
td.q,
.row-label .label-small,
.row-label .label,
.questions .q,
.questions .o {
    color: #000000;
}

input#purchaseForm_findPostcode,
input#MyForm_findPostcode {
    background: #ed6809;
}


.panel-collapsed-in > .panel-heading {
    color: #ed6809;    
}

input#purchaseForm_findPostcode,
input#MyForm_findPostcode,
.panel-success > .panel-heading {	
	background: #f2802a;
    background: -moz-linear-gradient(top, #f2802a 0%, #ed6809 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2802a), color-stop(100%, #ed6809));
    background: -webkit-linear-gradient(top, #f2802a 0%, #ed6809 100%);
    background: -o-linear-gradient(top, #f2802a 0%, #ed6809 100%);
    background: -ms-linear-gradient(top, #f2802a 0%, #ed6809 100%);
    background: linear-gradient(to bottom, #f2802a 0%, #ed6809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2802a', endColorstr='#ed6809', GradientType=0 );
}


input#purchaseForm_findPostcode,
input#MyForm_findPostcode {	
	border-radius: 5px;
}


.footer-background {
    background: #f4b302;
}


@media(max-width:767px){
    .header-background {
        background: #f4f4f4;
    }
    .purchase-header-bottom div.phone-number {
        background: #f4b302;
    }
    .purchase-banner-brand {
        margin: 0 0 0 0;
    }
}
