.widget_upostit {
	position: relative;
	background: transparent no-repeat right bottom !important;
	border: none !important;
	padding: 0 !important;
	list-style: none outside !important;
	*height: 1%;
}
.widget_upostit-yellow,
.widget_upostit-yellow .upostit-t {
	background-image: url(i/yellow.png) !important;
}
.widget_upostit-red,
.widget_upostit-red .upostit-t {
	background-image: url(i/red.png) !important;
}
.widget_upostit-blue,
.widget_upostit-blue .upostit-t {
	background-image: url(i/blue.png) !important;
}

.upostit-t {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	right: 0;
	background-position: right top;
	overflow: hidden;
}
.upostit-content {
	max-height: 550px;
	padding: 16px 20px 18px 20px !important;
}
.widget_upostit a {
	text-decoration: underline !important;
}
.widget_upostit-yellow,
.widget_upostit-yellow a {
	color: #668300 !important;
}
.widget_upostit-red,
.widget_upostit-red a {
	color: #a7392d !important;
}
.widget_upostit-blue,
.widget_upostit-blue a {
	color: #44576a !important;
}

/* :Hover
--------------------------------------------------*/
.widget_upostit-yellow:hover a {
	color: #324000 !important;
}
.widget_upostit-red:hover a {
	color: #530800 !important;
}
.widget_upostit-blue:hover a {
	color: #152433 !important;
}