@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../img/bg_2.jpg);
	background-repeat: repeat-x;
	background-color:#f4f4f4;
	overflow-y:scroll;
	*overflow-y:auto;
	overflow-x:auto;
}
a img,:link img,:visited img { border: none; }
div.veilscreen{
	position:fixed;
	_position:absolute;
	top:0px;
	left:0px;
	background:#000000; 
	height:100%;
	width:100%;
	opacity:0.7;
	filter:alpha(opacity = 50);
	cursor:not-allowed;
	z-index:1000;
}
div.dialog_white{
	position:fixed;
	_position:absolute;
	background:#FFFFFF;
	text-align:center;
	z-index:1001;
	border:15px solid white;
}
div.dialog_green{
	position:fixed;
	_position:absolute;
	background:#47AD00;
	text-align:center;
	z-index:1001;
}
div.close_dialog{ 
	position:absolute;
	top:-15px;
	left:15px;
	width:100%;
	text-align:right;
}
div.separator{
	width:100%;
	height:5px;
	margin:10px 0px;
	background:url('../img/separator2.gif') center center no-repeat;
}
div.media_header2{
	position:relative;
	left:-5px;
	width:100%;
	height:1px;
	margin:10px 0;
	background-color:#66c425;
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	padding:2px 0px 0px 30px;
}
