.postcodetext {

	/* Css for input text */
	
}

input[type=text] {
	
  /* Css for all text boxes on page */
	
}

input#textpress {
    height: 38px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

