#overlay, #timeout_overlay {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url("../../images/grey-overlay.png");
	display: none;
	z-index: 99999999;
}

#timeout_box {
	display: block;
	width: 55%;
	margin: 10% auto;
	background-color: #FEFEFE;
	border: 2px solid #257AED;
	color: #454545;	

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-sizing: border-box;
	-opera-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;

	box-shadow: 0px 0px 6px #454545;
	-moz-box-shadow: 0px 0px 6px #454545;
	-webkit-box-shadow: 0px 0px 6px #454545;
	
	text-align: center;
	z-index: 999999991;	
}

#timeout_box .my_info {
	margin: 50px 5px 30px 5px;
	font-size: 30px;
}

#timeout_box .my_name {
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: bold;
	color: #005DAA;
}

#timeout_box .clear_buttons {
	margin: 90px 5px 20px 5px;
	height: 60px;
	font-size: 17px;
}

#timeout_box .clear_buttons a {
	margin-left: 0px 10px;
}