@charset "windows-1251";
html,body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
	font-family: Tahoma;
	text-align: justify;
	cursor: default;
}


#messages {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width:100%;
	height:100%;
	font-family: arial;
	font-size: 12px;
}

a.nick {
	text-decoration: none;
	color: #0000FF;
	font-family: Tahoma;
	font-size: 14px;
}
a.nick:hover {
	color: #0000AA;
}


#loading {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFFFDD;
	width: 170px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #0000CC;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.auth_input {
	width: 150px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #000099;
	border-width: 1px;
}





.smiles {
	border: 0px solid #000000;
	border-width: 0px 1px 0px 0px;
	background-color: #66FFFF;
}

.smiles td {
	cursor: pointer;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	text-align: center;
	vertical-align: middle;
}