CSS drop down styling not showing selected value

CSS drop down styling not showing selected value.

Not to sure if this is a webflow way of handling forms, but when selected, the value doesn’t hold in the form box?

Example can be found here:

http://www.thincanvas.com/client_ED/checkout-payment-options.html

Can someone shed some light on what I am doing wrong, thanks

Add following to the css, or to head <style>...</style> code.

.w-input, .w-select {
 padding: 0;
}