#widget {
	border: 0px solid #FF0000;
	width:200px;
	height:260px;
}

.widget_top {
	background:url('../images/htmlwidget/widget_bg_top.gif') no-repeat;
	width:167px;
	height:22px;
	border: 0px solid #FF0000;
	padding:11px 15px 0px 18px;
}

.widget_body {
	background:url('../images/htmlwidget/widget_body_bg.gif') repeat-y;
	width:180px;
	height:185px;
	padding:0px 10px 0px 10px;
}

.widget_bottom {
	background:url('../images/htmlwidget/widget_bg_bottom.gif') no-repeat;
	width:140px;
	height:37px;
	padding:5px 30px 0px 30px;
	border:0px solid #FF0000;
}

.top_title {
	border-left:1px solid #666666; 
	width:100px; 
	height:16px; 
	padding:5px 0px 0px 3px;
}

.title_banner {
	background:url('../images/htmlwidget/title_bg.gif') repeat-x;
	background-color:#3d3d3d; 
	height:19px; 
	width:174px; 
	color:#FFFFFF; 
	font-weight:bold; 
	padding:3px 3px 0px 3px;
}



