.window1 {
    background-color: #D0DEF0;
    width: 220px;
    /*padding: 2px;*/
    margin: 5px;
    position: absolute;
    display: none;
}
.content1 {
    line-height: 20px;
    height: 120px;
    background-color: #ffffff;
    border: 2px solid #D0DEF0;
    padding: 8px;
	/*控制区域内容超过指定高度和宽度时显示滚动条*/
    overflow: auto;
}

.content1 a {
	font-style:normal;
	color:#08D52E;
}

.content1 a:hover {
	color:#ff0000;
}

.title1 {
	color: #000000;
    padding: 4px;
    font-size: 14px;
}
.title1 img {
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
}
