/* Register Form Panel Large (homepage) */
.Module_RegisterLargeTable {
    margin: 0px 0px 15px 0px;
}
.Module_RegisterLarge .registerDiv, .Module_RegisterLarge .registerDiv * {
    line-height: normal;
    border-collapse: collapse;
}
.Module_RegisterLarge .registerDivInput input {
    font-family: Verdana, Arial, Helvetica;
    font-weight: normal;
    font-size: 11px;
    line-height: normal;
    width: 300px;
    height: 22px;
    vertical-align: middle;
    padding: 3px 0px 0px 5px;
    border: solid 1px #8a8a8a;
}
.Module_RegisterLarge .registerDiv {
    width: 588px;
    height:118px;
    background-image: url(images/joinpanel_bg_large.gif);
    background-repeat:no-repeat;
    position: relative;
}

.Module_RegisterLarge .registerDivInput {
    position: absolute;
    top: 55px;
    left: 80px;
}
.Module_RegisterLarge .registerDivButton {
    position: absolute;
    top: 52px;
    left: 410px;
}
.Module_RegisterLarge .registerDivMessage {
    z-index: 100;
    position: absolute;
    top: 59px;
    left: 85px;
    font-size: 11px;
}
.Module_RegisterLarge input {
    z-index: 10;
}

.Module_RegisterLarge .registerFooterText {
    position: absolute;
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    z-index: 500;
    top: 85px;
    left: 55px;
    font-size: 13px;
}
.Module_RegisterLarge .registerDivGoButton {
    position: absolute;
    top: 85px;
    left: 520px;
    z-index: 500;
}




/* Register Form Panel Small */
.Module_RegisterSmallTable {
    margin: 0px 0px 5px 0px;
}
.Module_RegisterSmall .registerDiv, .Module_RegisterSmall .registerDiv * {
    line-height: normal;
    border-collapse: collapse;
}
.Module_RegisterSmall .registerDivInput input {
    font-family: Verdana, Arial, Helvetica;
    font-weight: normal;
    font-size: 11px;
    line-height: normal;
    width: 345px;
    height: 22px;
    vertical-align: middle;
    padding: 3px 0px 0px 5px;
    border: solid 1px #8a8a8a;
}
.Module_RegisterSmall .registerDiv {
    width: 505px;
    height:98px; /*88px*/
    background-image: url(images/joinpanel_bg_small3.gif);
    background-repeat:no-repeat;
    position: relative;
}

.Module_RegisterSmall .registerDivInput {
    position: absolute;
    top: 43px;
    left: 20px;
}
.Module_RegisterSmall .registerDivButton {
    position: absolute;
    top: 40px;
    left: 380px;
}
.Module_RegisterSmall .registerDivMessage {
    z-index: 100;
    position: absolute;
    top: 47px;
    left: 25px;
    font-size: 11px;
}
.Module_RegisterSmall input {
    z-index: 10;
}
.Module_RegisterSmall .registerFooterText {
    position: absolute;
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    z-index: 500;
    top: 70px;
    left: 27px;
    font-size: 12px;
}
.Module_RegisterSmall .registerDivGoButton {
    position: absolute;
    top: 70px;
    left: 449px;
    z-index: 500;
}