div.joinform {
    position: relative;
    top: 50px;
    left: 100px;
}

td.joinFormInfo {
    padding-bottom: 20px;
}

input.join {
    background-color: black;
    color: #999999;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    width: 200px;
}

input.joinCheck {
    background-color: black;
    color: #999999;
}

input.joinSubmit {
    background-color: #333333;
    color: #999999;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
