
body {
	margin: 0px;
	padding: 0px;
}

#par {
	position: relative;
}

#cvs {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.nbox {
	position: absolute;
	background-color: transparent; /* black; */
	font-family: "Open Sans", sans-serif;
	font-size: 50px;
	top: 349px;
	left: 60px;
	width: 480px;
	height: 60px;
	z-index: 2;
	cursor: pointer;
	border: none;
	text-align: center;
}

#base {
        position:absolute;
        top:450px;
        left:0px;
        padding-top:10px;
        margin-bottom:10px;
        padding-bottom:10px;
        height:240px;
        width: 100%;
        overflow-x:hidden;
        overflow-y:auto;
}

#pen {
	position: absolute;
	top: 349px;
	left: 400px;
	width: 48px;
	height: 48px;
	z-index: 3;
	cursor: pointer;
	border: none;
}

@-moz-document url-prefix() {
    .nbox {
	top: 335px;
    }
}


#jwico {
	background: url('/img/jwico.png');
	width: 48px;
	height: 36px;
	z-index: 20;
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
}

#jwcx {
	display: none;
	background-color: black;
	width: 150px;
	/* height: 100%; */
	z-index: 30;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity:0.9;
}

#jwland {
	background: url('/img/jwland.png');
	width: 50px;
	height: 25px;
	position: absolute;
	top: 54px;
	left: 7px;
	cursor: pointer;
}

#jwport {
	background: url('/img/jwport.png');
	width: 25px;
	height: 50px;
	position: absolute;
	top: 42px;
	left: 64px;
	cursor: pointer;
}

#jwexit {
	background: url('/img/exit.png');
	width: 20px;
	height: 20px;
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}

#jws1, #jws2, #jws3 , #jws4 {
	background-color: gray;
	width: 148px;
	height: 1px;
	position: absolute;
	left: 1px;
}

#jws1 {
	top: 34px;
}

#jws2 {
	top: 98px;
}

#jws3 {
	top: 186px;
}

#jws4 {
	top: 258px;
}

#jwhome {
	position: absolute;
	top: 265px;
	left: 7px;
	cursor: pointer;
	color: white;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
}

.jwcor {
	width: 20px;
	height: 20px;
	position: absolute;
	cursor:pointer;
}

#jwfb {
	background: url('/img/fb-44.png');
	width: 44px;
	height: 44px;
	position: absolute;
	top: 200px;
	left: 24px;
	cursor:pointer;
}

#jwdl {
	background: url('/img/dl-44.png');
	width: 44px;
	height: 44px;
	position: absolute;
	top: 200px;
	left: 80px;
	cursor:pointer;
}

#jw_alert {
	border: 2px solid black;
	box-shadow: 8px 8px 8px black;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	background-color: white;
	width: 200px;
	height: 120px;
	display: none;
	z-index: 5;
	position: absolute;
	text-align: center;
}

#jw_alert #tt_alert {
	width: 100%;
	height: 20px;
	background-color: blue;
	color: white;
}

#jw_alert #cnt_alert {
	padding-top: 20px;
	width: 100%;
	margin: auto;
}
