﻿html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0;
}
.clockSession
{
    width: 409px;
    height: 174px;
    background: url(../members/images/expired-icon-sessionicon.png) no-repeat;
}
.contSession
{
    width: 270px;
    float: right;
    text-align: center;
    margin: 20px 20px 0 0 ;
}

.sessionExpire
{
    color: #3366ff;
    padding-top: 30px;
}

.showNotification
{
    padding-top: 15px;
    color: #666;
}

.timeRemain
{
    padding-top: 5px;
    color: #000;
}

.timeSeconds
{
    font-size: 30px;
    padding-right: 5px;
}

.infoIcon, .notificationContent
{
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.infoIcon
{
    width: 32px;
    height: 32px;
    margin: 0 10px ;
    vertical-align: top;
}

.notificationContent
{
    width: 160px;
    vertical-align: bottom;
}

.demo-container
{
    width: 410px;
}

div.timeoutNotification {
    background-color: #f3f3f3;
}

div.radnotification-overlay {
    width: 100%;

    height: 100vh;

    background-color: rgba(102, 102, 102);

    filter:alpha(opacity=30);

    opacity:0.7;

    -moz-opacity:0.7;
    
    display: none; 
    
    position: absolute; 
    
    z-index: 10;
    
    top: 0;
    
    left: 0;
    
    
}