/* POPUP RUTA */
.top-left {
	background: url('/images/top-left.png') no-repeat 0 0;
	width: 33px;
	height: 32px;
}

.top-middle {
	background: url('/images/top-middle.png') repeat-x 0 0;
	height: 32px;
	font-size: 2px;
}

.top-right {
	background: url('/images/top-right.png') no-repeat 0 0;
	width: 33px;
	height: 32px;
	font-size: 2px;
}

.middle-left {
	background: url('/images/left-middle.png') repeat-y 0 0;
	font-size: 2px;
	width: 33px;
}

.middle-middle {
	background: url('/images/middle-middle.png');
	background-color: #f7f7f7;
}

.middle-right {
	background: url('/images/right-middle.png') repeat-y 0 0;
	font-size: 2px;
	width: 33px;
}

.bottom-left {
	background: url('/images/bottom-left.png') no-repeat 0 0;
	width: 33px;
	height: 31px;
	font-size: 2px;
}

.bottom-middle {
	background: url('/images/bottom-middle.png') repeat-x 0 0;
	height: 31px;
	font-size: 2px;
}

.bottom-right {
	background: url('/images/bottom-right.png') no-repeat 0 0;
	width: 33px;
	height: 31px;
	font-size: 2px;
}

.closemodal {
	margin: 3px 0 0 6px;
	border: 0;
}

.popruta {
	width: 600px;
	width: 600px;
	height: 450px;
	margin: 100px auto;
	z-index: 50;
}