.siem_btn {
	position: absolute; 
	width: 16px; 
	height: 16px; 
	border: 2px solid #000000;
	background: #898989;
    background-image: url('izbor.jpg');
	font-size: 10px;
	text-align: center;
}

.siem_btn10
{
	position: absolute; 
	width: 16px; 
	height: 16px; 
	border: 1px solid #000000;
	background: #ffff00;
	border-radius: 8px;
	font-size: 10px;
	text-align: center;
}
.siem_btn11
{
	position: absolute; 
	width: 16px; 
	height: 16px; 
	border: 1px solid #000000;
	background: #ff0200;
	border-radius: 8px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}
.siem_btn12
{
	position: absolute; 
	width: 16px; 
	height: 16px; 
	border: 1px solid #000000;
	background: #0c36ff;
	border-radius: 8px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}
.siem_btn13
{
	position: absolute; 
	width: 16px; 
	height: 16px; 
	border: 1px solid #000000;
	background: #c95001;
	border-radius: 8px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}
.siem_btn14
{
	position: absolute; 
	width: 16px; 
	height: 16px; 
	border: 1px solid #000000;
	background: #ffc6b7;
	border-radius: 8px;
	font-size: 10px;
	text-align: center;
}
.siem_btn15
{
	position: absolute; 
	width: 16px; 
	height: 16px; 
	border: 1px solid #000000;
	background: #027740;
	border-radius: 8px;
	font-size: 10px;
	text-align: center;
}
.siem_btn16
{
	position: absolute; 
	width: 16px; 
	height: 16px; 
	border: 1px solid #000000;
	background: #13005a;
	color: #ffffff;
	border-radius: 8px;
	font-size: 10px;
	text-align: center;
}

.siem_btn17
{
	position: absolute; 
	width: 16px; 
	height: 16px; 
	border: 1px solid #000000;
	background: #ff42a2;
	border-radius: 8px;
	font-size: 10px;
	text-align: center;
}
.siem_btn18
{
	position: absolute; 
	width: 16px; 
	height: 16px; 
	border: 1px solid #000000;
	background: #02471b;
	border-radius: 8px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}
.siem_btn19
{
	position: absolute; 
	width: 16px; 
	height: 16px; 
	border: 1px solid #000000;
	background: #ffba00;
	border-radius: 8px;
	font-size: 10px;
	text-align: center;
}

.isonline
{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url('../img/isonline.png');
}

.isoffline 
{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url('../img/isoffline.png');
}


.isonkasa
{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url('../img/isonkasa.png');
}

.isoffkasa 
{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url('../img/isoffkasa.png');
}