﻿.helpRegion {
    bottom: 25px;
    right: 150px;
    display: inline-block;
}

.helpRegion .messageBox {
    background-color: transparent;
    color: #fff;
    text-align: left;
    /* Position the messagebox */
    z-index: 1;
    /*width: 370px;*/
    top: 100%;
    left: 50%;
}

/* MessageBox */
.messageBox {
    display: none; /* Hidden by default */
    margin-top: 5px;
}

/* MessageBox Content */
.messageBoxContent {
    background-color: #fff;
    margin: auto auto;
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
}

.messageBoxHeader {
    margin-top: -20px;
    background-color: #6699cc;
    font-size: 16px;
}

.messageBoxHeader h3 {
    padding: 8px;
}

.messageBoxBody {
    margin-left: -10px; /* Display the ol elements properly */
    line-height: 22px; /* Define line spaces */
    font-size: 16px;
    padding: 5px;
    color: black;
    margin-top: -25px;
}

.messageBoxFooter {
    padding: 2px 2px;
    background-color: #aaa;
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 5px;
    margin-top: 2px;
}

.close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
