input.placeholder {
	font-style: italic; color: silver; text-align: left;font-family:Georgia !important;font-size:14px
}
#chat {
	font-family: Verdana;
	font-size: 12px;
	position: fixed;
	
	top: 10px;
	left: 10px;
	width: 500px;
	height: 350px;
	background: silver;
	z-index: 1000;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 10px #000000;
	display: none;
}
#closechat {
	cursor: pointer;
	float: right; 
	width: 25px; 
	height: 25px;
	background: url("/img/cons1.png") no-repeat;margin:3px 0px 0 0;
}
#chat_messageline {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 34px;
	margin: 5px 5px;
	background: url(/img/125.png) no-repeat;
	
}
#chat_header {
	margin: 3px 5px 0 5px;
	cursor: move;height:100px;
}
#chat_header #op_photo {
	
	display: block;
	float: left;
	width: 68px;
	height: 68px;
	margin-right: 10px;
	margin-top: 2px;
}
#chat_header  #op_name {
	
	font-size: 12px;color:#383333;
	font-weight: bold;
}
#chat_header  #op_second_line {
	font-size: 12px;
	
}
#chat_messageline input {
	
	border: 0;
	height: 22px;
	display: block;
}

.c1 {width:360px !important;display:block;height:22px;float:left;margin-top:5px;margin-left:15px}
.c2 {width:93px;display:block;height:35px !important;float:left;margin-left:21px;cursor:pointer;color:#666;margin-top:0px;font-family:14px Veranda;background:url(/img/sub1.png) 0 0px no-repeat;}
.c2:active { background-image: url(/img/sub3.png); }

#marva_button {position:fixed;z-index:100;top:20px;left:10px;}
#chat_messages {
	position: absolute;
	top: 55px;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: 22px 5px;
	overflow: auto;
	background: url(/img/cons5.png) no-repeat;
	
	width:490px;height:226px;
}
.message {
	padding: 4px;
}
.ts { color: #808080;float:right;display:block;width:70px}
.nick { font-weight: bold; float:left;display:block;width:100px;text-align:right;margin:0 10px 0 0}
.user { margin:10px 0 0 0;float:left;display:block;width:465px  }
.text {float:left;display:block;width:270px;line-height:20px;margin-top:-4px }
.thr_line {float:left;width:400px;margin:5px 0 0 0;font-size:12px}





.user .nick { color: #383535 }
.oper {  margin:10px 0 0 0;width:465px;float:left}
.oper .nick { color: #383535 }


.panel {
	padding-top: 5px;padding-bottom:10px;height:150px !important;
	width: 220px;
	background: #fff;
	
}
.handle {top:-1px !important}
#op_name {float:left;padding-top: 20px;}
#op_second_line {float:left;padding-top:20px;padding-left:6px}


