body {
    margin: 0;
    padding: 0;
    border-style: none;
    background: #ffffff;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 300;
}

#content {
    width: 660px;
    margin: 0 auto;
    text-align: center;
}

#footer {
    margin: 54px 0;
    padding: 0 20px;
    color: #333333;
    text-align: center;
}

.logo {
    margin: 65px 0 44px;
    text-align: center;
    width: 212px;
}


input[type="text"], textarea, select {
    border-radius: 2px;
}

.text_field {
    border: 1px solid #a9a9a9;
    font-size: 14px;
    margin: 12px 0;
    padding: 12px 6px;
    width: 346px;
}

input, textarea {
    font-family: Lato,Helvetica,Arial,sans-serif;
}


.submit {
    margin: 20px 0 44px 0;
}

.submit label, #submit {
    line-height: 46px;
    text-align: left;
}

#submit {
    display: inline-block;
    padding: 0 40px;
    text-align: center;
    font-size: inherit;
    background: #ffffff;
    color: #0099cc;
    border: 1px solid #0099cc;
    cursor: pointer;
}

#submit:hover {
    border: 1px solid transparent;
    text-decoration: none;
}

#submit:after {
    content:"";
    height: 100%;
    background: url('../images/link_hover.png') no-repeat right center;
    padding-left: 0;
    position: relative;
}
#submit:hover:after {
    display: inline;
    padding-left: 20px;
}

#submit:hover, #submit:hover:after {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.goto {
    padding: 0 40px;
    text-align: left;
}

a {
    color: #0099cc;
    text-decoration: none;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

h1, h2, h3, h4 {
    font-weight: 300;
}

h2 {
    color: #1ec1a4;
}

.center {
    text-align: center;
}

.message-content {
    text-align: center;
    width: 360px;
    margin: 0 auto;
}
