/*只能修改内容，不能修改名称，不能增加名称*/
/*只能修改内容，不能修改名称，不能增加名称*/
/*只能修改内容，不能修改名称，不能增加名称*/
/*只能修改内容，不能修改名称，不能增加名称*/
/* CSS Document */
#LW{
	font-size:12px;
	position: absolute; 
	bottom: 2px; 
	right:10px; 
	float:right; 
	border:0px; 
	display:table;
}
#LW form{
 margin: 0px;
}
#LW_Title{
 background: url(./titleBg.gif) no-repeat; width: 201px;
 overflow:hidden;
}
#LW_Title ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none
}

#LW_Title .ELeft {
	padding-right: 0px; 
	padding-left: 5px; 
	font-weight: bold; 
	float: left; 
	padding-bottom: 0px; 
	color: #000000; 
	padding-top: 4px
}
#LW_Title .ERight {
	padding-right: 0px;
	padding-left: 5px; 
	float: right; 
	padding-bottom: 0px; 
	padding-top: 0px
}
#LW_Title a.EToClose {
 display:block;
}
#LW_Title a.EToClose:link {
 background: url(./close.gif) right bottom no-repeat; 
 text-decoration: none;
 height: 15px;
 width: 21px;
}
#LW_Title a.EToClose:visited {
 background: url(./close.gif) right bottom no-repeat; 
 text-decoration: none;
 height: 15px;
 width: 21px;
}
#LW_Title a.EToClose:hover {
 background: url(./close.gif) right bottom no-repeat; 
 text-decoration: none;
 height: 15px;
 width: 21px;
}

#LW_Content {
 /*background: #edf6ff;*/
 background:#FFF0F0
}
#LW_Content .EMiddle {
 padding-top:4px;
 height: 286px;
 width: 199px;
 /*
 border-left:1px solid #859DBC;
 border-right:1px solid #859DBC;
 */
 border-left:1px solid #F56262;
 border-right:1px solid #F56262;
}

#LW_Content  input{
	border:1px solid #F56262;
	height:14px;
	width:125px
}
#LW_Content textarea {
	border:1px solid #F56262;
	color: #000000; 
	font-size:12px;
	height:42px;
	margin-left:10px;
	overflow:hidden;
	width:178px;
}
#LW_Content .name {
	font-size: 12px; 
	margin-left: 10px; 
	color: #000000; 
	height:26px; 
	line-height:26px;
}
#LW_Content li {
	line-height:22px;
	list-style-position:outside;
	margin:0;
	text-align:left;
	font-size:12px;
}
#LW_Content .EBottom {
 BACKGROUND: url(./bottom.gif) no-repeat; OVERFLOW: hidden; WIDTH: 201px; HEIGHT: 5px
}