/**
 * Wialus Website
 * http://www.wialus.co.nz/
 *
 * Copyright (c) 2010 Wialus Solutions Limited
 * All rights reserved. Sole property of Wialus Solutions Limited
 * http://www.wialus.co.nz
 *
 * $Date$
 * $Revision$
 * $LastChangedBy$
 * $HeadURL$
*/

.form-label{
    vertical-align:top;
}

    #tools-container{
        display:inline-block;
        width:300px;
    }
        #tools-checkbox{
            display:inline-block;
            vertical-align:top;
        }
        #tools-heading{
            display:inline-block;
            font-size:18px;
            margin-top:6px;
        }
        .role-checkbox{
            margin-left:38px;
        }
    #div-submit{
        margin-top:20px;
    }
    #submit-btn{
        float:right;
        clear:right;
    }
    .section-heading{
       vertical-align:top;
    }

    .form-loading{
        z-index:2;
        width:550px;
        position:absolute;
        background:#EEE url(/img/loading.gif) center no-repeat;
    }
    .form-error{
        z-index:2;
        width:550px;
        position:absolute;
        background-image:none !important;
    }

#register-form{
    width:550px;
    margin:0 auto;
    background-color:#EEE;
    padding:10px 20px 20px 20px;
    color:#666;
    line-height:1.5;
}
    #captcha-image{
        margin-top:10px;
    }
