﻿body {
}


.RMA_Text {
    position: absolute;
    top: 20px;
    height: 100%;
    width: 796px;
    overflow-x: hidden;
    overflow-y: hidden;
    color: Black;
    font-family: Tahoma, Verdana, Arial;
    font-size: 1.0rem;
    margin: 0px 0px 0px 4px;
    z-index: 50;
}

.RMA_Tab_Header {
    position: relative;
    top: 0px;
    left: 20px;
    width: 120px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #707070;
    text-indent: 5px;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}

.RMA_Tab {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    background-color: #A0A0A0;
    display: none;
}

.RMA_Tab_Text {
    position: absolute;
    margin: 10px;
    width: 780px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: red;
}

.service_rma_textboxlarge {
    height: 175px;
    width: 675px;
}

.editor-field {
    margin-bottom: 10px;
}

.RMA_LeftMenu {
    width: 160px;
    min-height: 500px;
    float: left;
    background-color: #dddddd;
}

.email_input {
    width: 275px;
}

.email_button {
    width: 95px;
    color: black;
    height: 22px;
    cursor: pointer;
}

.email_error {
    color: red;
    font-weight: bold;
    margin-bottom: 15px;
}