#book-a-meeting-generic .input-error,#book-a-meeting-general .input-error,#become-a-customer-business-form .input-error{
	border-color: #fbb273 !important;
}

/* Placeholder solution for contact forms*/
.book-a-meeting ::-webkit-input-placeholder{text-align:left;}
.book-a-meeting input:-moz-placeholder{text-align:left;}
.book-a-meeting :-ms-input-placeholder {text-align:left;}
 
.error_msg{
	background-color: #fbb273;
    display: block;
    padding: 10px 15px;
    margin: 15px 0px 0px 0px;
    color: #ffffff;
    font-size: 13px;
    position: relative;
}
.error_msg span{
	position: absolute;
    width: 12px;
    height: 12px;
    top: -11px;
    left: 11px;
	background:url('/~/media/Danske-Bank/gfx/triang-mini');
}

/* Fix for invisble form receipts */
.alert-box.success {
    background-color: #09b89d !important;
}

.reveal-modal.full .modal-alert-inner {
	opacity: 1;
	z-index: auto;
}
