@charset "iso-8859-2";
/* CSS Document */
#nL_box {
	background-color: #404746;
	position: absolute;
	height: 150px;
	width: 400px;
	border: 2px solid #404746;
	display:none;
	z-index:103;
	left: 0px;
	top: 0px;
	color: #FFF;
}
#nL_box_drag {
	position: relative;
	background-color: #232729;
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	cursor: move;
}
#nL_box_close {
	position: absolute;
	height: 12px;
	width: 12px;
	top: 6px;
	right: 6px;
}
#nL_box_cont {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
#nL_link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/t-2.png);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	margin-top: 10px;
	position: relative;
	text-decoration: none;
	text-align: center;
}
#nL_e_link, #nL_u_link, #nL_w_link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/t-2.png);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	margin-top: 10px;
	position: relative;
	text-decoration: none;
	text-align: center;
}
