body {
    background-color: #e9e6c4;
    background-image: url('/art/registerBg.gif');
    background-repeat: repeat-x;
    margin-top: 0px;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #a4976e;
    }
    
a {
    color: #f87c0e;
    text-decoration: underline;
    }

a:hover {
    text-decoration: none;
    }
    
a img {
    border: none;
    }


input {
    border: 1px solid #7f9db9;
    margin-top: 5px;
    height: 14px;
    }

select {
    width: 85px; 
    border: 1px solid #7f9db9;
    margin-top: 5px;
    }

#country {
    width: 150px;
    }
    
.wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 774px;
    }

.header {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    }

.body {
    background: url('../art/registerForm.gif');
    background-repeat: no-repeat;
    height: 646px;
    width: 774px;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    vertical-align: top;
    }

.registerForm {
    margin-left: 190px;
    vertical-align: top;
    }
    
.errors {
    color: red;     
    }

.labels {
    text-align: right;
    padding-top: 5px;
    }
    
.repeat {
    width: 937px;
    height: 11px;
    margin-top: -1px;
    }

.footer {
    width: 937px;
    height: 20px;
    }

.copyInfo {
    color: #A4976E;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 63px;
    margin-left: 124px;
    }

.trademark {
    font-family: arial rounded MT bold, arial, sans-serif;
    font-size: 12px;
    }

.formHeight {
    margin-left: 10px;
    }

#recaptcha_widget {
    background: #e4dda6;
    margin-left: 3px;
    margin-right: 59px;
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-right: 0px;
    }