/* (c) Juris Sitcs, 2009  */
/* Web page style sheet   */
/* Workspace */
/* 2013.04.21 JSi Fixed path for div.mask background url, div.head background url*/
/* 2013.04.21 JSi [000814] popup_win style popup*/


body {	
	text-align:	center;
	margin: 	0px;
	height:		100%;
	background: #9ABB2E;
	overflow:	hidden;
}
div.content{ 
	width:		100%; 
	margin: 	0px auto; 
	position:	relative;
}

div.frame {	
	position:	absolute;
	text-align:	left;
	border: 	1px solid #006600;
	background: #FFF9C5;
}

div.head{	
	position:	absolute;
	text-align:	left;
	border: 	none;
	/*1px solid #006600;*/
	background: #FFF9C5 url(../icon/fons.jpg);
}

div.box {
	position:	absolute;
}

div.mask{
	position: 	absolute;
	background: black url(../icon/blackdot.gif);
	z-index: 	5;
	display: 	none;
	opacity: 	0.3;
	filter:		progid:DXImageTransform.Microsoft.alpha(opacity=30);
}

/* 2013.04.21 [000814]*/
div.popup{
	position:			absolute;
	border:				1px solid #006600;
	background-color:	#FFF9C5;
	overflow:			hidden;
	display:			block;
	z-index:			9999;
}
.style_error {	
	font-family: 	arial;
	font-size:   	10pt;
	font-weight:   	bold;
	color:       	red;
	text-decoration:underline;
	text-align:		center;
}
