html {
    background: #fff;    
}
body {
    color: #222;    
    font-size: 16px;
    padding-top: 10px;
}

#body {
    margin: 0 auto;
    width: 512px;  
    position: relative;
    text-align: center; 
}

#foot {
    border-top: 1px #ccc solid;
    width: 320px;
    margin: 20px auto 0 auto;
    padding-top: 10px;
    text-align: center;
}

hr {
    border: 0px none;
    height: 1px;
    width: 320px;
    text-align: center;
    background-color: #ccc;
    margin: 10px auto 10px auto;
}

p#rellinks {
    text-align: center;
    height: 40px;
}

p#rellinks a {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 0px;
}
div#logo a img {
    opacity: 0.3;
}
div#logo a:hover img {
    opacity: 1.0;
}
p#rellinks a img {
    opacity: 0.3;
}

p#rellinks a:hover img {
    opacity: 1.0;
}

#form div.rounded_input { 
     margin-left: 0 0 13px 12px; 
     width: 512px; 
     height:26px;
}
#form div.rounded_input input {
     padding: 4px 4px 4px 4px; 
     width: 462px; 
     height:20px;
     font:14px arial, sans-serif; color:#445135;
}
#form .button {
     margin:20px 0 10px 418px; 
     height: 30px; 
     font:14px verdana,sans-serif;
     color:#fff;
     vertical-align: middle;
     cursor:pointer;
     border:1px solid #408bb6;
     background:#59a5d1;
}
