/*
Stylesheet by Dave Jeffery
Reset style by Eric Meyer
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
html,body{
height:100%;
}
body {
background:#FCF1E8 url(http://media.fortweet.com/images/gradient-background.png) repeat-x;
color:#4E464B;
font-family:Helvetica, Arial, sans-serif;
line-height:1.4;
letter-spacing:0.05em;
font-size:1em;
}
#vertical {
float:left;
height:50%;
margin-top:-90px;/* half vertical height*/
width:100%;
}
#hoz {
margin:0 auto;
width:420px;
overflow:auto;
clear:both;
}
#container {
margin:0 auto;
width:400px;
}
h1#logo {
background:url(http://media.fortweet.com/images/fortweet-logo.png) no-repeat;
text-indent:-10000px;
height:53px;
width:174px;
position:relative;
z-index:100;
}
h1#question {
text-align:center;
margin-bottom:15px;
}
#verify {
margin:0 auto;
text-align:center;
}
input#id_email {
width:380px;
font-size:1.4em;
padding:10px 5px;
font-weight:bold;
color:#D2CAC4;
border:2px solid #edede5;
position:relative;
top:-7px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /*Safari Hack*/
input#id_email { top:-9px; }
}
input#id_email.error-input {
border:2px solid #cc0000;
}
input#id_verify {
width:60px;
font-size:1.4em;
padding:10px 5px;
font-weight:bold;
color:#D2CAC4;
border:2px solid #edede5;
text-align:center;
}
label#email-label{
display:none;
}
label#verify-label{
font-size:1.6em;
letter-spacing:0.6em;
}
input#id_email:focus, input#id_verify:focus {
color:#A59688;
border-color:#A59688;
}
input#get-invite {
width:393px;
}
form p.note {
color:#A59688;
font-size:0.8em;
text-align:center;
width:400px;
margin-top:5px;
}
form {
margin:0 auto;
width:400px;
}
.errorlist li {
color:#cc0000;
font-weight:bold;
text-align:center;
}
#notice {
border: 2px solid #B7D8D8;
background: #EBF3EF;
padding:0px 10px;
margin:20px 0;
width:370px;
font-size:0.9em;
}
#notice p {
padding:7px 0;
}
#copyright {
margin-top:5px;
font-size:0.7em;
width:400px;
color:#D7CEC7;
text-align:center;
}
#copyright a {
color:#A59688;
border-bottom:1px dotted #A59688;
text-decoration:none;
}
#copyright a:hover {
color:#4E464B;
border-bottom:1px solid #A59688;
}