@import url("//use.fontawesome.com/releases/v5.14.0/css/all.css");

html, body { margin: 0px; top: 0px; border: 0px; width: 100%; height: 100%; }
body {
	background-color: #000;
	background-image: url("/sthemes/0/img/background.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}

.dheader { position:absolute; width:100%; height:73px; background-image:url(/sthemes/0/img/taskbar.png); background-repeat:repeat-x; z-index:900; font-family:Arial; font-size:13pt;}

.jajkm_body {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.jajkm_dialog {
	width: 350px;
	height: 275px;
	background-color: #535353;
	border-radius: 10px;
	border-top: solid 8px #0071b9;
	box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.25);
	color: #000;
}

div.jajkm_drawbox {
	width:100%;
	height:100%;
}

div.jajkm_content {
	font-family: Arial;
	padding: 4px 4px 4px 4px;
}

div.jajkm_bigtitle {
	font-size: 18pt;
	text-align: center;
	letter-spacing: 5px;
	line-height: 50px;
	color:#ddd;
}

div.jajkm_subtitle {
	font-size: 10pt;
	text-align: center;
	letter-spacing: 3px;
	line-height: 25px;
	color:#929292;
}

div.jajkm_datbody {
	margin: 0 auto;
	text-align: center;
	color: #aaa;
}

a.jajkm_button {
	display: block;
        width: 150px;
	line-height: 32px;
	color: #000;
        background: #ededed;
        border-radius: 3px;
        border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
        box-sizing: content-box;
        box-shadow: 0px 0px 2px 0 rgba(0,0,0,0.25), 0 5px 15px #929292 inset;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 12pt;
	text-decoration: none;
	margin: 30px auto;
}

a.jajkm_button:hover {
	color: #000;
	background: #d8d8d8;
}

