/* Navigation Thing */

#navigation-thing {
	overflow: hidden;
	position: absolute;
	z-index:999;
	width: 55%; min-width:200px;
	height: 4px;
	right: 0;
	top: 0;
	font-size: 11px}

#navigation-ramka {
	background: url(/images/loginramka.png) no-repeat;
	width: 245px;
	height: 299px;
	position: absolute;
	bottom: 0}

#navigation-fon {
	background: url(/images/loginback.jpg) 20px 20px no-repeat;

	width: 245px;
	height: 299px;
	position: absolute;
	bottom: 0}
#navigation-thing img {
	display: block;
	position: absolute}
	
#close{
  margin:22px 5px 0 0;
}
.close{
text-decoration:none;}


	
.nav-text {
	position: absolute;
	width: 200px;
	left: 20px;
	text-align: right;
	line-height: 18px}
.nav-text a, .nav-text a:visited, .nav-text a:hover {
	color: #58534c;
	padding-right: 6px}


