.notice-wrap {
	position: fixed;
	bottom: 2px;
	right: 2px;
	width: 270px;
	z-index: 99;
}

* html .notice-wrap {
	position: absolute;
}

.notice-item-wrapper .online {
	border: 1px solid #3db7e8;
}

.notice-item-wrapper .online .notice-item-title {
	height: 23px;
	line-height: 23px;
	background-color: #1891cb;
	border-bottom: 1px solid #3db7e8;
	padding: 0 10px;
	color: white;
}

.notice-item-wrapper .message {
	border: 1px solid #91CF0C;
}

.notice-item-wrapper .message .notice-item-title {
	height: 23px;
	line-height: 23px;
	background-color: #91CF0C;
	border-bottom: 1px solid #C1E401;
	padding: 0 10px;
	color: white;
}

.notice-item .photo {
	float :left;
	margin: 7px 0 0 13px;
	width: 96px;
	height: 130px;
	background: white none no-repeat center center;
}

.notice-item .right_col {
	float: right;
	margin: 17px 9px 0 0;
	width: 136px;
}

.notice-item .name {
	color: #26a100;
	padding: 0 0 10px 0;
}
.notice-item .name a {
	color: #26a100;
	font-weight: bold;
	text-decoration: underline;
}
.notice-item .name a:hover, .notice-item .name a:focus, .notice-item .name a:active {
	text-decoration: none;
}
.notice-item a.chat {
	display: block;
	position: absolute;
	right: 16px;
	bottom: 23px;
	width: 121px;
	height: 25px;
	line-height: 25px;
	color: white;
	background: transparent url(../images/button_chat_bg.png) no-repeat 0 0;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.notice-item a.chat:hover, .notice-item a.chat:focus, .notice-item a.chat:active {
	background-position: 0 -25px;
}

.notice-item {
	height: 168px;
	width: 270px;
	color: #005679;
	padding: 0;
	margin: 2px 0 0;
	background-color: white;
	font-size: 12px;
	display: block;
	position: relative;
}

.notice-item-close {
	float: right;
	font-family: Arial;
	font-size: 11px;
	font-weight: regular;
	text-decoration: underline;
	cursor: pointer;
}
.notice-item-close:hover {
	text-decoration: none;
}
