@charset "utf-8";

html{
height:100%;
background:#ccc;
}

body{
width:960px;
height:100%;
min-height:100%;
margin:12px auto;
font-family:verdana,geneva,arial,helvetica,sans-serif;
background:#fff;
border-radius:5px;
-moz-border-radius:5px;
box-shadow:10px 10px 5px #888;
-moz-box-shadow:10px 10px 5px #888;
-webkit-box-shadow:10px 10px 5px #888;
}

header{
width:960px;
}

img#bannerImg{
display:block;
padding:20px 0 12px 20px;
}

div#formHolder{
width:458px;
margin:0 auto;
padding-top:100px;
}

label{
font-size:90%;
color:#333;
}

p.noID{
font-size:80%;
color:#ff0000;
text-align:center;
padding-top:10px;
}