body {
    background-color:#DEDEDE;
}

ul {
    list-style-type: none;
}

#globalErrorRow {
    position: fixed;
    display: none;
    width: 100%;
    text-align:center;
}

#globalSuccessRow {
    position: fixed;
    display: none;
    width: 100%;
    text-align:center;
}

.form-container {
    position: absolute;
    width: 100%;
}

.form-login {
    position: relative;
    margin:auto;
    top: 200px;
    width: 20%;
    background-color:#FFFFFF;
    padding:25px;
    border-radius:5px;
}

.form-login button {
    position:relative;
    width: 100%;
}

.leftbar {
    background-color:rgba(255,255,255,1);
    color: #ffffff;
}

.myLeftList {
    margin-left:15px;
}

.enablePointer {
    cursor: pointer;
}

.previewEmailWindow {
    border:1px Solid #cccccc;
    border-radius: 7px;
    padding:15px;
}