/**
* @version $Id: login.css 14401 2010-01-26 14:10:00Z louis $
* @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

/**
 * Joomla! 1.5 Admin template main css file
 *
 * @author		Andy Miller <andy.miller@joomla.org>
 * @package		Joomla
 * @since		1.5
 * @version    1.0
 */

/* -- Imported styles ----------------------------- */

@import url("general.css");

/* -- Specific styles ----------------------------- */

form {
    margin: 0;
    padding: 0;
}
form .inputbox {
    margin-left: 10px;
    width: 120px;
}
form br {
    display: none;
}
.login {
    margin: 0 auto 100px;
    width: 500px;
}
h1 {
    margin: 15px 0;
}
p {
    margin: 0 0 10px;
    padding: 0;
}
#lock {
    background: url("../../../images/administrator/j_login_lock.jpg") no-repeat scroll 50% 0 transparent;
    height: 137px;
    width: 150px;
}
#content-box .m {
    padding: 10px;
}
#content-box .padding {
    padding: 30px 0;
}
#section-box {
    float: right;
    margin-left: 10px;
    width: 320px;
}
#section-box .m {
    padding: 5px;
}
#section-box .padding {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
.button {
    text-align: right;
}
.login-form {
    text-align: left;
    width: 60%;
}
.login-form h1 {
    display: none;
}
.login-form p {
    padding: 0 1em;
}
.login-text {
    float: left;
    text-align: left;
    width: 40%;
}
#form-login label {
    color: rgb(102, 102, 102);
    display: block;
    float: left;
    font-weight: bold;
    padding: 4px;
    text-align: right;
    width: 120px;
}
#form-login .button_holder {
    float: left;
    padding-left: 180px;
}
#form-login div.button1 {
    float: left;
}
#form-login div.button1 div.next {
    float: left;
}