.widget-wrap {
	position: fixed;
	left: 50%;
	top: 50%;
	/*z-index: 10000;*/
	margin-top: -200px;
}
.widget-wrap a {
	text-decoration: none;
}
.widget {
	position: relative;
	left: 1000px;
	top: 0;
	background-color: transparent;
	/* width: 170px; */
	opacity: 0;
}

.widget td[name="desc"] {
	padding: 10px 20px;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	font-size: 12px;
	line-height: 16px;
	color: #024064;
/*	color: #b40000;   */
/*	color: #5b5b5b;   */
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-style: italic;
	text-align: left;
	text-decoration: none;
}
.widget td[name="desc"] ul {
	margin-bottom: 0;
}
.widget:hover {
	opacity: 1 !important;
}
.widget img {
	/* width: 150px; */
}
.widget ul {
	margin-left: 0;
	padding-left: 1em;
}
.widget td {
	font-size: 14px;
	line-height: 18px;
}
/*
.more {
	background-color: #8b3035;
	color: white;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

	-webkit-transform-origin: 10% 50%;
	-moz-transform-origin: 10% 50%;
	-ms-transform-origin: 10% 50%;
	-o-transform-origin: 10% 50%;
	transform-origin: 10% 50%;

	font-size: 12px;

	padding: 2px 8px;
}
*/
