/*Reset*/
html,body,div,span,applet,object,embed,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,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,figure,section,nav {padding:0;margin:0}
form,fieldset,img {border:0}
img {display:block;text-align:center}
button,input[type="button"],input[type="reset"],input[type="submit"] {cursor:pointer}
input, textarea {font:14px Arial,sans-serif}
ul {list-style:none}

p.error, .error{color: #e2001a; border:1px solid #e2001a;}
p.error{border:none;}
input.error, textarea.error{background: none repeat scroll 0 0 #ffe7e7;}

body{
    background:url(../images/background.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: Arial, sans-serif;
}

.container {
    max-width:930px;
    margin:0 auto;
}

#logo_block{
    position: relative;
}

#logo_BG{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

#logo{
    max-width: 80%;
    display: block;
}

#story{
    margin: 5% auto auto 5%;
    max-width: 90%;
    width: 300px;
    color: silver;
    background: #000000a1;
    padding: 10px;
}


.button{
    background: #a0d326;
    border-radius: 10px;
    display: inline-block;
    padding: 5px;
    color: #FFF;
    text-decoration: none;
}

.button:hover{
    background: #6e9e25;
}

.signuplink{
    float: right;
    font-size: 11px;
    color: silver;
}

.signuplink:hover{
    text-decoration: none;
}

label{
    margin-top: 25px;
    display: block;
    font-weight: bold;
    font-size: 14px;

}

span.explain{
    font-size: 11px;
    float: right;
    display: block;
}


input, textarea{
    display: block;
    width: 95%;
    height: 22px;
    padding: 2px 7px;
    border-radius: 7px;
    border: 1px solid #5c5c5c;
}

textarea{
    height: 44px;
}

button{
    background: #a0d326;
    border-radius: 10px;
    border:none;
    display: inline-block;
    padding: 5px;
    color: #FFF;
    text-decoration: none;
    width: 100%;
}

button:hover{
    background: #6e9e25;
}

h2.error{
    color:#ff8f00;
    border: none;
    font-size: 16px;
}

ul.error{
    list-style: disc;
    color:#FFF;
    border: none;
    margin-left: 16px;
    font-size: 12px;
}

div.error{
    background: rgba(235, 235, 235, 0.30);
    padding: 5px;
    border: 1px solid #a0d326;
}