/* Registration module */

.reg_txt {
    font: 11px Trebuchet MS;
    color: #4cb24b;
    padding-right: 10px;
}

.reg_input {
    font: 11px Trebuchet MS;
    color: #4cb24b;
    width: 200px;
}

textarea.reg_input {
    font: 11px Trebuchet MS;
    color: #4cb24b;
    width: 400px;
}

div.sub_header {
    width:100%;
    height:20px;
    border-bottom:1px solid #4cb24b;
    font:13px Trebuchet MS;
    color:#4cb24b;
    font-weight:bold;
}

div.registration_form {
    padding: 20px;
    background-color: #f3fff0;
    border-bottom: 1px solid #4cb24b;
    border-top: 1px solid #4cb24b;
}

div.registration_navigation {
    width: 100px;
    height: 40px;
    font: 11px Trebuchet MS;
    color: #000000;
    cursor: hand;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}

div.registration_navigation_hover {
    width: 100px;
    height: 40px;
    font: 11px Trebuchet MS;
    cursor: hand;
    color: #ffffff;
    background-color: #4cb24b;
    border:1px solid #f3fff0;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}

/* Registration module */

/* Sliding Panels */

.SlidingPanels {
    position: relative;
    width: 800px;
    height: auto;
    padding: 0px;
    border: none;
    overflow: hidden;
}

.SlidingPanelsContentGroup {
    position: relative;
    margin: 0px;
    padding: 0px;
    border: none;
    float: left;
    width: 6000px;
}

.SlidingPanelsContent {
    width: 800px;
    height: auto;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border: none;
    float: left;
}

.SlidingPanelsAnimating * {
    overflow: hidden !important;
}

/* Sliding Panels */
