#postcodelookup{
	border:0px;
	border-radius: 5px;
	display:flex;
    background-color: var( --e-global-color-6463ea6 );
}
#postcodelookup input{
	border: 0px solid #fff!important;
	width: 100%;
	height: 30px;
		background: transparent;
}

#postcodelookup a{
	border-width: 0px;
	width: 15%;
	margin-left: -15%;
	display:inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 0.8rem;
	background: transparent;
	color: var( --e-global-color-text );
}
#postcodelookup #postcodeloader{
	border-width: 0px;
	width: 23%;
	height: 30px;
	line-height: 30px;
	display:none;
}