/**
 *    Skrci.me Registration
 *    Used on: -> registration layout
 *
 *    @author  David Panzalović (david@visoo.eu)
 *    @version 1.0
 **/

/* =Common
----------------------------------------------- */
h1 {
    width: 135px;
    height: 42px;
    margin: 0 auto 0 auto;
    float: none;
    clear: both;
    position: relative;
    left: -100px;
    padding-left: 12px;
}

    h1 a {
        width: 130px;
        height: 42px;
        display: block;
        margin-left: 5px;
    }

h2 {
    margin: 0 0 0 15px;
}

/* =Skrci form
----------------------------------------------- */
#skrci {
    width: 360px;
    margin: 8px auto 0 auto;
    position: relative;
}

    #skrci .bottom {
        height: 15px;
        clear: both;
    }

    #skrci form {
        padding-top: 15px;
    }
    
        #skrci fieldset {
            padding: 20px 15px 0px 15px;
        }
        
            #skrci form fieldset legend {
                display: none;
            }
        
            #skrci form fieldset .f {
                margin-bottom: 24px;
            }
            
            #skrci fieldset label {
                width: 120px;
                line-height: 22px;
                margin-bottom: 6px;
                float: left;
            }
        
            #skrci input {
                width: 198px;
                height: 17px;
                padding: 1px 4px 0 4px;
                margin-bottom: 6px;
                float: left;
            }
            
            #skrci input.submit {
                width: 90px;
                height: 30px;
                margin-bottom: 0;
                float: left;
                clear: left;
            }
            
            #skrci fieldset p {
                width: 100%;
                padding-top: 6px;
                margin-bottom: 17px;
                float: left;
                clear: left;
            }
            
