/*a {text-decoration: underline;}*/
a:hover {text-decoration: underline;}
div.mybox_hdn
{
	display: none;
}
div.mybox_screen
{
	width: 100%;
	height: 100%;
	background-color: #6d8123;
	opacity: 0.75;
	filter: alpha(opacity=75, style=0);
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
}
div.mybox_sheet
{
	position: fixed;
	_position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
div.mybox_center
{
	width: 400px;
	height: 420px;
	margin: auto;
	background-color: white;
	position: relative;
	top: 100px;
	padding: 0px;
	border: solid 10px #e8f4cf;
}
.in_box
{
	width: 392px;
	height: 412px;
	border: solid 1px #e8f4cf ;
	margin: 3px 0px 0px 3px;
}
.content_box
{
	width: 372px;
	height: 360px;
	margin: 10px 0 0 10px;
	border-style: none;
}
.content_box .logo 
{
	float: right; 
	margin-left: 10px;
}
.nadpis h1 
{
	color:#7B902C;
	float:left;
	font-weight:normal;
	margin:0pt 18px 10px 0pt;
	width:254px;
}
.nadpis img {display:block; height:auto; width:auto;}
/*.nadpis img {display:block; height:50px; width:75px;}*/

.nadpis p ,.content p, .content span {clear: both; margin: 0; padding: 0; padding-bottom: 10px; text-align: left; line-height:20px; color:#364400;}
.content .content_v_boxe {color:#7b902c;}
.mybox_center h2 {cursor: pointer; line-height: 30px;}
.buble .text_info h3 {color: #364400; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 1em; font-weight: bold; margin: 0; padding: 0; padding-bottom: 3px;}
{
	padding-top: 10px;
	cursor: pointer;
}

#mybox_iframe {border-style: none;}

html, body
{
     _height: 80%;
     _overflow: auto;
     _margin: 0px;
}
div.mybox_screen
{
	_height: 190%;
	_overflow: none;
}
div.mybox_sheet
{
	_height: 190%;
	_overflow: none;
}