﻿div.loading
{
    position: relative;
    top: 0%;
    left: 32%;
    margin:0px;
    padding:0px;
    visibility: visible;
    border-style: inset;
    border-color: Black;
    background-color: White;
    text-align: center;
    width: 238px;
    height: 290px;
}

img.loading
{
    position: absolute;
    top: 2px;
    left: 2px;
}

label.loading
{
    position:relative;
    top:10%;
    vertical-align:middle;
    font-size:3em;
}
