* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px Arial;
	color: #000;
	margin: 0;
	height: 100%;
}
/* style for checkbox */
.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.boxlink {
	cursor: pointer;
	outline: none;
}
.boxlink:hover {
	color: #333;
}
/* end */
/* style for buttons */
.button {
	text-decoration: none;
	font: 10px Verdana;
	color: #000;
	/*padding: 0 17px 0 0;*/
	padding: 0 0px 0 0;
	/*background: transparent url('img/buttons_right.png') no-repeat top right;*/
	display: inline-block;
    /*height: 31px;*/
    width: 97px;/*new parametr*/
    height: 23px;
    cursor: pointer;
    outline: none;
    /*line-height: 31px;*/
    line-height: 23px;
    position: relative;
    top: -3px;
}
.button span {
    /*background: transparent url('img/buttons.png') no-repeat;*/
    background: transparent url('img/buttons_bg.png') no-repeat;
    display: inline-block;
    /*height: 31px;*/
    height: 23px;
	width: 97px; /*new parametr*/
    padding: 0 0 0 0px;
    /*line-height: 31px;*/
    line-height: 23px;
}
.button:hover {
	background-position: right -23px;
}
.button:hover span {
	background-position: left -23px;
}
.button:active {
	background-position: right -46px;
}
.button:active span {
	background-position: left -46px;
}
.inactive, .inactive:hover, .inactive:active {
	color: #999;
	cursor: default;
	background-position: bottom right;
}
.inactive span, .inactive:hover span, .inactive:active span {
	background-position: bottom left;
}
/* end */
#topbar, #load_msg  {
	background: url('img/bg.png') repeat-x;
	height: 37px;
	font: 13px Verdana;
	padding: 0 10px 0 10px;
	line-height: 40px;
}
#topCounter {
	position: absolute;
	top: 0px;
	right: 10px;
	font: 13px Verdana;
	line-height: 40px;
}
#content {
	width: 100%;
	margin: 10px 0 0 0;
}
#cams {
	font: 10px Verdana;
	vertical-align: top;
	width: 320px;
	float: left;
	padding: 0 10px 0 10px;
}
.cam {
	height: 520px;
	width: 320px;
}
#chat {
	background: #DEE3E9;
	position: absolute;
	top: 50px;
	bottom: 20px;
	left: 340px;
	right: 10px;
	padding: 0 0 0 0;
}
.topcorners {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: url('img/c1.png') top left no-repeat;
	height: 6px;
}
.topcorner {
	background: url('img/c2.png') top right no-repeat;
	height: 6px;
	width: 6px;
	float: right;
}
.bottomcorners {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('img/c4.png') bottom left no-repeat;
	height: 6px;
	width: 100%;
}
.bottomcorner {
	background: url('img/c3.png') bottom right no-repeat;
	height: 6px;
	width: 6px;
	float: right;
}
.chatwindow {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 15px;
	bottom: 45px;
}
.chatwindow_inner {
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 2px;
	font: 14px Verdana;
	overflow-y: auto;
	zoom: 1;
}
.chatarea {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 15px;
}
.chatarea textarea {
	height: 20px;
	width: 100%;
	resize: none;
	font: 14px Verdana;
}
#advert {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	text-align: center;
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
#noscript {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding-top: 150px;
	text-align: center;
}
#advisory { background-image:url(/img/box2.jpg);
	position:absolute;
	top:100px;
	left:400px;
	width:601px;
	height:465px;
	z-index:10;
	clear:both;
	display:none;
}
.hide {
	display:none;
}
#load_msg {
	display:none;
}

.bgroll {
	background-attachment: fixed;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-left:8px;
}
.bgrolltt {
	height:23px;
}
.chatlineitem {
	font-size:13px;
	font-weight: bold;
	margin-bottom:3px;
}
