body {
	margin: 0px;	
	background-color: #40424D;
	overflow: hidden;
	cursor: default;
}
p {
	line-height: 14px;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
}
div {
	cursor: default;
}
img {
	border: 0px none;
}
input {
	display: block;
	border-radius: 8px;
}
#lnk {
	height: 15px;
	padding: 4px 0 4px 0;
	text-align: center;
}
a {
	font: normal 11px arial;
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #BFBFBD;
	text-decoration: none;
}
#tlt {
	font: bold 12px arial;
	color: #999;
	padding-left: 1px;
	white-space: nowrap;
}
#con {
	padding: 6px 4px 4px 4px;
	font: normal 11px arial;
	color: #999;
}
.txt {
	font: normal 10px arial;
	color: #999;
}
.shw {
	height: 16px;
	font: bold 9px arial;
	color: #BFBFBD;
}
.cnt {
	position: absolute;
	top: 1px;
	left: 0;
	width: 265px;
	height: 18px;
	text-align: right;
	font: bold 9px arial;
	color: #585B66;
	z-index: 0;
}
.pp {
	width: 114px;
	padding: 0;
	text-align: right;
	z-index: 10000;
}
#dot {
	font: normal 10px arial;
	color: #999;
}
#mic {
	height: 30;
	padding: 2px 0 0 5px;
	font: normal 11px arial;
	color: #CBC8BC;
	line-height: 12px;
}
#but {
	width: 60px;
	height: 16px;
	font: normal 10px tahoma;
	color: #999;
	line-height: 8px;
	margin-top: 2px;
	padding-bottom: 2px;
	background-color: #40424D;
	border: #999 1px solid;
	cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#but{padding-bottom:4px}
}
*html #but {
	height: 17px;
}