@charset "utf-8";
/* CSS Document */


.article ol {
    margin: 12px;
	padding-left:20px;
    list-style:decimal;
}

.article ul{
	padding-left:20px;
	list-style-type:disc;
}
.article ul ul{
	padding-left:20px;
	list-style-type:circle;
}
.ui-widget-header { 
	background: #8CD051;
	z-index:500000;
}
.text-wrap-right{
	height:100px;
	width:540px;
	}
.text-wrap-right img{
	float:left;
	vertical-align:bottom;

}
.text-wrap-right h4{
	float:left;
	padding-top:20px;
	width:330px;
	text-align:center;
	}
