﻿.info_container
{
	border:1px solid #CCCCCC;
	margin:0px;
	position:absolute;
	z-index:2000;
	width:700px;
	height:476px;
	background-color:#FFFFFF;
	overflow:hidden;
	text-align:left;
	font-family: Tahoma;
}

.info_title
{
	width:690px;
	height:26px;	
	line-height:26px;
	padding:0px 5px;	
	overflow:hidden;
	background-color:#EFEFEF;
	border-bottom:1px solid #CCCCCC;	
}

.info_title span
{
	text-align:left;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
}

.info_close
{
	float:right;
	text-align:right;
	width:20px;
	padding-top:5px;
}

.info_close img
{
	border:0px;
	width:16px;
	height:16px;
	cursor:pointer;
}

.info_content
{	
	overflow-y:auto;
	overflow-x:hidden
	width:695px;
	font-size:14px;
	line-height:22px;
	height:440px;
	padding:5px;
}