/*******************************************************************************
 * ADOBE CONFIDENTIAL
 *  ___________________
 *
 *   Copyright 2013 Adobe Systems Incorporated
 *   All Rights Reserved.
 *
 *  NOTICE:  All information contained herein is, and remains
 *  the property of Adobe Systems Incorporated and its suppliers,
 *  if any.  The intellectual and technical concepts contained
 *  herein are proprietary to Adobe Systems Incorporated and its
 *  suppliers and are protected by all applicable intellectual property
 *  laws, including trade secret and copyright laws.
 *  Dissemination of this information or reproduction of this material
 *  is strictly forbidden unless prior written permission is obtained
 *  from Adobe Systems Incorporated.
 ******************************************************************************/

.pagingfooter {
    width: 100%;
    height: 39px;
    background-repeat: repeat-x;
    background-color: #dcc2f2;
    border: 1px solid rgba(0,0,0, 0.5);
    vertical-align: middle;
    z-index: 2;
    margin-bottom: 5px;
    position: relative;
}
.pageloadinglogo {
    border: none;
    margin-right:5px;
    vertical-align: middle;
}

.pageloadtext {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-style: italic;
}

.pageloadnow {
    width: 200px;
    height: 28px;
    margin-top:5px;
    border: none;
    vertical-align: middle;
    float: right;
    border: none;

}