﻿#timeout-message {
    background-color: #FFFCCC;
    border-bottom: 3px solid #F0EDC0;
    display: none;
    height: 40px;
    position: absolute;
    top: 0;
    width: 100%;
}

#timeout-message p {
    font: 12pt/16pt bold Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 8px 0;
    text-align: center;
}

#timeout-message p img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}