/* CSS Document */

* { text-align: center; color: #000; background-color: #00255e; }
input { width: 50%; height: 20px; line-height: 20px; margin-bottom: 10px; border: none; background-color:#CCCCCC; -moz-border-radius: 10px; font-size: 12px; padding-top: 4px; }
textarea { border: none; background-color: #cccccc; -moz-border-radius: 10px; padding-top: 5px; }
textarea { width: 50%; height: auto; }
select { margin-bottom: 10px; }
select, option, button, textarea, input { }
select, option { background-color: #fff; }
h1{color: #fff;}
label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
