@import "screen.css";

label, input { float: left; }
label { clear: left; width: 120px; }
label:after { content: ':'; }
input { width: 350px; }
#submit { text-align: center; }
#submit input { float: none; border-width: 0; margin-top: 5px; width: 100px; height: 39px; }
textarea { clear: left; width: 470px }

h2 { clear: left; }

textarea, input {
  border: 1px solid gray;
  border-bottom: 1px solid white;
  background-color: #333; color: white;
}

#address { padding: 0 50px 1em; font-size: 90%; text-align: center; color: #BBBBBB; }
