.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 #9CCD07;
}

.notice-item-wrapper p {
	margin: 0;
	padding: 0;
}

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

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

.notice-item-wrapper .message .notice-item-title {
	height: 23px;
	line-height: 23px;
	background-color: #B24200;
	border-bottom: 1px solid #B24200;
	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 {
	padding: 0 0 10px 0;
}
.notice-item .name a {
	font-weight: bold;
	text-decoration: underline;
}
.notice-item-wrapper .message .name, .notice-item-wrapper .message .name a {
	color: #B24200;
}
.notice-item-wrapper .online .name, .notice-item-wrapper .online .name a {
	color: #9CCD07;
}

.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: 21px;
	bottom: 23px;
	width: 111px;
	height: 25px;
	line-height: 25px;
	padding: 0 0 1px 0;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: tahoma, arial;
	font-size: 12px;
	text-transform: uppercase;
}
.notice-item-wrapper .online a.chat {
	background: transparent url(../images/button_chat_online.png) no-repeat 0 0;
}
.notice-item-wrapper .message a.chat {
	background: transparent url(../images/button_chat_message.png) no-repeat 0 0;
}
/*
.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;
}
