#wrapper_0 {
    width: 400px;
    height: 300px;
    
    position: absolute;
    top: 250px;
    left: 50%;
    
    margin: -150px 0px 0px -200px;
}

#wrapper_1 {
    width: 300px;
    margin: 0 auto;
    padding-top: 30px;
    font-family: Calibri, sans-serif;
}

input, label {
    display: block;
    margin-left: 40px;
}

label {
    font-size: 11pt;
    color: #666;
    margin-bottom: 5px;
}

h1{
    display: inline-block;
    width: 300px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    text-align: center;
    
    font-size: 23pt;
    color: #555;
    border-bottom: 1px solid #CCC;
}

input[type="text"], input[type="password"]
{
    margin-bottom: 20px;
    border-radius: 0px;
    border: 1px solid #CCC;
    height: 20px;
}

input[type="text"],
input[type="password"]{
    width: 220px;
}

input[type="submit"] {
    border: none;
    width: 120px;
    height: 30px;
    margin-left: 85px;
    margin-top: 30px;
}

input[type="submit"]:hover {
    background: #EEE;
    cursor: pointer;
}

.flash {
    margin-top: 40px;
    display: block;
    color: #500;
    display: inline-block;
    width: 100%;
    text-align: center;
}




