html, body   { 
    background-color: #d3ffd3; 
    height: 100%; 
    margin: 0; 
    padding: 0;
    color: black; 
    text-align: center;
    font-family:verdana, arial, helvetica, sans-serif; 
}

h1 { 
    color:#333; 
    font:24px/24px verdana, arial, helvetica, sans-serif; 
    font-weight:900; 
}

div#centered { 
    border: 0; 
    background-color: #d3ffd3; 
    height: 50%; 
    width: 50%;
    position: absolute; 
    left: 25%; 
    top: 25%; 
    color: black; }

input.b { 
    color:#050; 
    font-family:  verdana, arial, helvetica, sans-serif; 
    font-size:11px; 
    font-weight:bold; 
    background-color:#fed; 
    border:1px solid; 
    border-top-color:#696; 
    border-left-color:#696; 
    border-right-color:#363; 
    border-bottom-color:#363; 
}

.disabled { color: #9a9a9a }
.copyrighttext { position:relative; font-size:8px; }

