#uniwindow {
position: fixed;
top: 10px;
width: 500px;
margin-left: -250px;
left: 50%;
z-index: 512;
box-shadow: 0 0 25px;
}

#uniwindow .window {
top: 0;
left: 0;
position: relative;
z-index: 213;
background: url('http://bogi.ru/vision/modal-window.png') top left repeat-x #EAEBD7;
padding: 25px;
}

#uniwindow .close-window-btn {
z-index: 214;
background: url('http://bogi.ru/vision/icons.png') -220px 0 no-repeat;
position: absolute;
top: 5px;
right: 10px;
width: 20px;
height: 20px;
cursor: pointer;
}

#uniwindow .buttons-pane {
z-index: 515;
text-align: right;
 margin-top: 15px;
}

#uniwindow img.bg {
position: absolute;
height: 110%;
width: 110%;
top: -4%;
left: -5%;
z-index: 10;
}


.poster-attach-icons {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 30px;
	padding-right: 20px;
	display: block;
	position: relative;
}
.poster-attach-icons .icon {
	position: absolute;
	left: 3px;
	top: 2px;
	height: 20px;
	width: 20px;
}
.poster-attach-icons .icon.icon-post {
	position: absolute;
	left: 9px;
	top: 8px;
	height: 20px;
	width: 20px;
}

.poster-attach-icons .icon.photo {
	background: url('http://bogi.ru/vision/user-icons.png') no-repeat -0 0;
	border: none;
}
.poster-attach-icons .icon.audio {
	background: url('http://bogi.ru/vision/user-icons.png') no-repeat -100px 0;
	border: none;
}
.poster-attach-icons .icon.video {
	background: url('http://bogi.ru/vision/user-icons.png') no-repeat -20px 0;
	border: none;
}
.poster-attach-icons .icon.poster {
	background: url(http://bogi.ru/vision/poster-icon.png) no-repeat -15px 0px;
	border: none;
}

















	.subscribe-marker {
		background: url(/vision/switch.png) 0 -2px;
		height: 18px;
		width: 40px;
		cursor: pointer;
	}
	.subscribe-marker.subscribe {
		background: url(/vision/switch.png) 0 20px;
		height: 18px;
		width: 40px;
		cursor: pointer;
	}

	.user-status-container .subscribe-marker-container {
		position: absolute;
		top: 25px;
		right: 72px;
	}
	
	
	
	.media-comments-comments .comment-container .subscribe-marker-container{
		top: 20px;
		position: absolute;
		right: 5px;
		z-index: 100;
	}
