

		.hands{
			background: url('../img/v/hands.png') -143px 0 no-repeat;
			height: 90px;
			width: 90px;
			margin-right: 31px;
			float: left;
			margin-top: 11px;
		}
		.top-banner {
			background-image: url(../img/v/top-banner-back.png);
			height: 149px;
		}

        .return_body ul{
            list-style: none;
            /*padding: 17px 0 17px 0;*/
        }

        .return_body ul li {
            position: relative;
            margin: 15px 0;
            line-height: 17px;
       }

        .return_body ul li:before {
            content: ' ';
            background: url('../img/v/li-dot.png') 0 0 no-repeat;
            display: block;
            width: 9px;
            height: 9px;
            position: absolute;
            top: 4px;
            left: -15px;
        }