/* 
    Document   : style
    Created on : 2010-02-06, 17:23:52
    Author     : qlik
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
    color:green;
    background:#000000;
}
#page{
    font-family: monospace;
    margin:auto;
    width:900px;
    display: block;

    height: 100%;
}
a {color:green; text-decoration: underline;}
#generator {
    border:2px dashed;
    float:left;
    line-height:20px;
    margin:auto;
    overflow:hidden;
    padding:20px;
    width:290px;
}

#generator label{
    display:block;
    height:23px;
    margin-bottom:2px;
}

#generator input {
    background:none repeat scroll 0 0 black;
    border:1px dashed green;
    color:green;
    float:left;
    margin-right:5px;
    padding-left:3px;
    width:40px;
}

.checkbox{
    width:16px;
    height:16px;
    float: left;
    margin-right:5px;
    margin-bottom:5px;
    border: 1px dashed green;
    background: black;
}
.checkbox div {
    height:10px;
    margin:3px;
    width:10px;
}
.checkbox div.checked{
    background: green;
}

input#submit {
    display:block;
    float:none;
    font-size:20px;
    font-weight:bold;
    margin:auto;
    width:auto;
    cursor: pointer;
}
#passwords {
    border:2px dashed;
    float:left;
    margin:auto auto auto 10px;
    padding:20px;
    width:456px;
}
#hashes {
    
    border:2px dashed;
    float:left;
    /*margin:auto*/
    margin-bottom:20px;
    padding:20px;
    width:800px;
}
#header{

}

#content{
    display:block;
    overflow: hidden;
}

#footer{
    width:100%;
}
