@charset "utf-8";
.txt-13g-txt { color: #5f5f5f; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 140%; padding: 15px 100px; }
.txt-15r { color: #be1f1f; font-size: 15px; font-family: Arial, Helvetica, sans-serif; line-height: 140%; }

.txt {
	color: #5f5f5f;
}
.txt2 { color: #5f5f5f; font-size: 13px; }
.faceimg {
	border: #ccc 5px solid;

}

#message_dialog {
	width: 320px;
	opacity: 0.9;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
	display:none;
	margin: 0 auto;
	position:fixed;
  	top:50%;
  	left:50%;
  	margin-top:-80px;
  	margin-left:-160px;
	_position: absolute;
	_top:expression(documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight)/2);
  	_margin-top:0;

}
