/*
 * Password Management Servlets (PWM)
 * http://code.google.com/p/pwm/
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2012 The PWM Project
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

html {
    background-image: url('autumn-bg-mobile.jpg');
    background-repeat: no-repeat;
    background-color: white;
    width: 480px;
}

.inputfield {
    width: 300px;
}

/* main body wrapper, all elements (except footer) should be within wrapper */
#wrapper {
    width: 100%;
    min-height: 80%;
    height: auto !important;
    height: 100%;
    margin: 0;
}

#header {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.75;
}

#header-center {
    padding: 20px 0px 40px 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
}

#header-center-left {
    text-align: left;
    position: absolute;
    margin-left: 200px;
    margin-right: 65px;
    left: 0;
    right: 50;
}

#header-center-right {

    position: absolute;
    right: 5px;
    top: 10px;
}

#centerbody {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}

#buttonbar {
    width: 480px;
}
