I see what happened - why your CSS isn't working:
input[type="email"]
{
padding:1.5%;
box-shadow:inset 1px 1px 5px rgba(0, 0, 0, .05);
background:#FCFCFC;
border:#EEE 1px solid;
color:#999;
font-family:"Droid Sans", sans-serif;
font-size:13px;
}
For some reason, those quotes are stripped out - see if typing them in there rather than pasting works.