/* CSS Document */
/* popup */

#popup_keret div {
	font-family:Tahoma;
	color:#56534a;
	}

#popup_header {
	height:36px;
	display:block;
	font-size:0;
	float:left;
}

#popup_body {
	display:block;
	float:left;
}

#popup_footer {
	height:13px;
	display:block;
	font-size:0;
	float:left;
}

#popup_top_left {
	width:13px;
	height:36px;
	background-image:url(images/top_left.gif);
	float:left;
	font-size:0;
	font-size:11px;
}

#popup_top_center {
	height:36px;
	background-image:url(images/top_center.jpg);
	float:left;
	font-size:0;
	cursor:default;
}

#popup_top_right {
	width:13px;
	height:36px;
	background-image:url(images/top_right.gif);
	float:left;
	font-size:0;
	font-size:11px;
}

#popup_content_left {
	width:13px;
	height:100%;
	background-image:url(images/middle_left.jpg);
	float:left;
	font-size:0;
	font-size:11px;
}

#popup_content_body {
	height:100%;
	background-color:#56534a;
	float:left;
	font-size:0;
}

#popup_content_right {	
	width:13px;
	height:100%;
	background-image:url(images/middle_right.jpg);
	float:left;
	font-size:0;
	font-size:11px;
}

#popup_bottom_left {
	width:13px;
	height:13px;
	background-image:url(images/bottom_left.jpg);
	float:left;
	font-size:0;
	font-size:11px;
}

#popup_bottom_center {
	height:13px;
	background-image:url(images/bottom_center.jpg);
	float:left;
	font-size:0;
	font-size:11px;

}

#popup_bottom_right {
	width:13px;
	height:13px;
	background-image:url(images/bottom_right.jpg);
	float:left;
	font-size:0;
	font-size:11px;
}

#popup_arrow {
	width:3px;
	height:5px;
	float:left;
	background-image:url(images/arrow.jpg);
	background-repeat:no-repeat;
	margin-top:13px;
	margin-left:3px;
	font-size:0;
	font-size:11px;
}

#popup_close {
	width:19px;
	height:20px;
	float:right;
	background-image:url(images/close.jpg);
	margin-top:5px;
	display:block;
	font-size:11px;
}

#popup_close a {
	width:19px;
	height:20px;
	float:right;
	display:block;
	font-size:11px;
}

#popup_title {
	line-height:28px;
	color:#56534a;
	font-weight:bold;
	font-size:12px;
	float:left;
	padding-left:10px;
}

#popup_text {
	float:left;

}

img {
	border:0;
	margin:0;
	padding:0;
