.fps_window{
	position: absolute;
	width: 500px;
	height:350px;
	border: solid 2px black;
	text-align: left;
	background: white url(../img/confirm_bor.jpg) no-repeat top left;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
}
.fps_window #openWindow_text{
	width:320px;
	position:absolute;
	right:0px;
	bottom:0px;
	padding-right:10px;
	line-height:130%;
}
.fps_window #openWindow_text #openWindow_link{
	display:block;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #D1D2D4;
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:black;
}
.fps_window #openWindow_text #openWindow_link:hover{
	background-color: #BFBFBF;
	color:black;
}
.fps_window #openWindow_text #openWindow_link1{
	display:block;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #D1D2D4;
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:black;
}
.fps_window #openWindow_text #openWindow_link1:hover{
	background-color: #BFBFBF;
	color:black;
}
.fps_window #openWindow_text #fps_window_logo{
	background: white url(../img/confirm_logo_hu.jpg) no-repeat bottom left;
	float:right;
	width:200px;
	height:84px;
	padding-right:10px;
	padding-bottom:10px;
}
.fps_window .button_on_center .button{
	margin-left: auto;
	margin-right: auto;
}
.fps_window .fps_windrag{
	padding: 5px 45px 5px 5px;
	width: 450px;
	font-weight: bold;
	font-size: 13px;
	color: white;
	cursor: move;
}



