﻿/*New styling for the timeout control*/
.timeout
{
    font-family: tahoma;
    font-size: 12px;
    padding: 5px 5px 10px 12px;
	float: left;
	clear: both;
}
.timeout_button
{
	float: right;
	clear: both;
	margin-top: 10px;
}
#timeout_background
{
    background: none repeat scroll 0 0 black;
    border: medium none;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    opacity: 0.8;
    filter: alpha(opacity=80); -moz-opacity:0.8;
}
#timeout
{
    background-color: #F7F7F7;
    border: 2px solid #BBBBBB;
    display: none;
    height: auto;
    left: 50%;
    margin-left: -150px;
    padding: 10px;
    position: fixed;
    width: 400px;
    z-index: 10001;
}
