form#emailform{
float:left;
padding-top:15px;
}
form#emailform label{
float: left;
width:6em;
text-align:right;
display:block;
}
form#emailform input[type="text"]{
margin-left:0.5em;
background:#f7f7f7;
}
form#emailform input[type="submit"]{
margin-left:6.5em;
}
div#response{
float:left;
padding:10px;
margin-left:20px;
width:210px;
background:#f7f7f7;
border:1px #e7e7e7 solid;
}
div#response h1{
font-size:1.2em;
}
.error{
color:red;
margin-left:4px;
}
p#privacy{
font-size:0.7em; color:#585858; width:31em; clear:left;
}

