@charset "utf-8";
/* CSS Document */

#temavaltas {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px;
	width: 300px;
	text-align:right;
	z-index: 2000;
}

#jswarning {
	background-color:#C00;
	color:#FFF;
	width:500px;
	padding:10px;
	position: absolute;
	z-index: 15000;
	left: 20px;
	top: 20px;
	border: 1px solid #6A0000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 	5px 5px 7px #999;
	-webkit-box-shadow: 5px 5px 7px #999;
	box-shadow: 		5px 5px 7px #999;
	visibility: hidden;
}

#jswarning h2 {
	color:#FFF;
	text-decoration:underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

