html {
    height:  100%;
}

body {
    margin:  0;
    padding: 0;
    height:  100%;
}

a {
    text-decoration: inherit;
    color: inherit;
}

.notice, .success {
    padding: 10px;
    margin-bottom: 1em;
    margin-top: 1em;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.7);
    text-shadow: 0 1px 0 white;
    text-align: center;
}

.notice {
    background: #FFF6BF;
    color: #6B4205;
    border: 1px solid #997032;
}

.success {
    background: #F6FFBF;
    color: #426B05;
    border: 1px solid #709932;
}