#idletimeout {
	width:100%; 
	height:100%; 
	position:fixed; 
	top:0px; 
	z-index:9999;
	display:none;}

#idletimeout_transparent_cover {
	width:100%; 
	height:100%; 
	position:absolute; 
	background:#000; 
	opacity:0.5; 
	filter:alpha(opacity=50);}
	
#idletimeout_msg_box {
	width:100%; 
	height:100%; 
	position:absolute;}

#idletimeout_msg {
	width:760px; 
	height:320px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:120px; 
	padding:20px; 
	background:#f2f2f2; 
	box-shadow:0 0 10px #000; 
	text-align:center; 
	font-size:24px;}

#idletimer {
	float:none;
	color:red;}
	
#submit_10min_iv_answer {
	width:140px;
	clear:both;
	float:left;
	margin-left:50px;
	margin-top:25px;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	background:url(../images/button_bk1.png);
	border:thin solid #2b93b8;}

#submit_10min_iv_answer:hover {
	background:#2b93b8;}
	
	
