body {
    width: 100%;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    color: #777777;
}

#header {
    width: 100%;
    height: 120px;
    background: transparent url(../gfx/header-bg.png) repeat-x bottom left scroll;
    margin-bottom: 20px;
}

#header #logo {
    position: absolute;
    top: 3px;
    left: 20px;
}

#header .version {
    font-size: 64%;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 103px;
}

#header #fr {
    position: absolute;
    top: 0;
    right: 0;
}

.message-error {
    margin: 0 100px 15px 100px;
    padding: 4px;
    text-align: center;
    font-size: 81%;
    font-weight: bold;
    color: #e3520f;
    border: 2px solid #e3520f;
    background-color: #fff4ef;
}

form {
    font-size: 0.8em;
    text-align: center;
}

p {
    margin-bottom: 10px;
}

p.bl {
    text-align: center;
}
p.bl strong {
    color: #e3520f;
}

label {
    display: block;
}

p.ef_submit {
    margin: 0;
}

.ef-text input {
    border: 1px solid #777777;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    color: #000000;
}

span.errors {
    color: #e3520f;
    display: block;
    margin-bottom: 4px;
}
