@CHARSET "UTF-8";

.tabdiv {
	margin:10px;
}
.savingcontainer {display:block;position:fixed; top:10px; left:0; color:black; font-size: 10px; height:2px; width:100%; text-align: center;z-index: 20;}
.tools {position: fixed; right: 5px; top: 5px; z-index: 11000}
.savinguit {display:none;}
.savingaan {display:block;width:300px; margin:0 auto;font: 12px/1.2em "Lucida Console", "Courier New", monospace;}
.bewaar {width: 80px;background-color: yellow;}
#modaldiv {text-align:center;width: 100%;position: absolute;top:0;left:0;background: black; z-index: 100000;height:100%;
	filter:alpha(opacity=80);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.popdiv {width:480px;position: absolute;z-index: 12;top: 20px;left: 50%;margin-left:-240px; z-index: 100001;}
.inputdiv {background: white; width: 643px; font-size: 12px; border: 1px solid black;padding: 5px;}
.popupdiv {
	background:black;
	color:white;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width:400px;
	position:fixed;
	top:20px;
	right:20px;
	z-index: 90000;
	display:none;
}
.fotoinput, .fototext {width:100%;}
.fototext{height:200px;}
.bewaarfotoinfo {
	background:#c0952c;
	color:black;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:80px;
	height:30px;
	font-size: 14px;
	cursor:pointer;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}
.bewaarfotoinfo:hover {
	background:#E2BF4B; 
}
