

body {
		background-color:#eeeeff;
	}




	#nakyma {
		position:absolute;
		top:55px;
		left:10px;
		//width:95%;
		//height:90%;
		width:1300px;height:550px;
		border-radius:5px;
		border:3px inset #000000;
		background-color:#ffffff;
		overflow:auto;
	}

	#valikko {
		position:absolute;
		top:10px;
		left:10px;
		width:500px;
		height:50px;
		border-radius: 8px;		
		border:solid 2px #000000;
		box-shadow: 5px -5px 3px #888888;
		background-color:#dddddd;
	}


	.nappi {
		cursor:pointer;
		width:50px;
		height:40px;
		background:#dddddd;
		border-radius: 5px;		
		border:2px outset #000000;
		font-size:18px;
		text-align:center;
			
	}

	

	.closeplaceclass {
			border-radius:5px;
			border:solid 1px #000000;
			width:30px;height:30px;
			position:absolute;
			top:10px;left:90%;
			background: url('X.png');
			background-size: 30px 30px;
			background-repeat: no-repeat;
			background-position: 1px 1px; 
			background-color:#aaaaff;
			cursor:pointer;
	}

	.xclass {
			cursor:pointer;
			border-radius:5px;
			border:solid 1px #000000;
			width:40px;height:40px;
			position:absolute;
			top:5px;left:94%;
			background: url('X.png');
			background-size: 40px 40px;
			background-repeat: no-repeat;
			background-position: 1px 1px; 
			background-color:#aaaaaa;
	}

	.rclass {
			cursor:pointer;
			border-radius:5px;
			border:solid 1px #000000;
			width:40px;height:40px;
			position:absolute;
			top:5px;left:87%;
			background: url('arrowUDRL.png');
			background-size: 40px 40px;
			background-repeat: no-repeat;
			background-position: 1px 1px; 
			background-color:#aaaaaa;
	}

	.selectors {
		position:absolute;
		top:15px;
		left:10px;
		width:300px;
		height:30px;
		font-size:20px;
		border-radius:5px;
		cursor:pointer;
	}

	#fileopener {
		position:absolute;top:100px;left:50px;
		height:100px;
		min-width:330px;
		background: #dddddd;
		border-radius: 8px;		
		border:solid 2px #000000;
		box-shadow: 5px -5px 3px #888888;
	}

	.filebutton {
		position:absolute;
		top:60px;
		left:10px;
		width:90px;
		height:30px;
		font-size:20px;


	}

