img { 
	/*behavior: url(iepngfix.htc); */
}
.instructions {
	width: 430px;
	padding: 5px 10px;
	color: #FFFFFF;
}
.captchaWrapper {
	background: url('images/bwm-captcha2.png') 0 -96px no-repeat;
	position: relative;
	width: 200px;
	height: 53px;
	border:solid 1px #009;
}
a.captchaRefresh:link, a.captchaRefresh:visited, a.captchaRefresh:active {
    background: url("images/bwm-captcha2.png") no-repeat scroll -123px -78px transparent;
    display: block;
    height: 8px;
    left: 8px;
    position: absolute;
    top: 0;
    width: 40px;
}
a.captchaRefresh:hover {
	background: url('images/bwm-captcha2.png') -123px -86px no-repeat;
	width: 40px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 8px;
	display: block;
}
.targetWrapper {
    height: 53px;
    left: 136px;
    position: absolute;
    /*top: 7px;*/
    width: 61px;
	border-left:solid 1px #009;
}
.captchaFail {
	background: url('images/bwm-captcha22.png') 0 -55px no-repeat;
	width: 63px;
	background-color:#F00;
	height:53px;
	display: block;	
}
.captchaSuccess {
	background: url('images/bwm-captcha22.png') -61px -55px no-repeat;
	width: 63px;
	background-color:#060;
	height:53px;
	display: block;
}
.target {
	background: url('images/bwm-captcha2.png');
	width: 27px; 
	height: 27px; 
	margin: 12px auto 0 auto;
}
.draggable {
	background: url('images/bwm-captcha2.png');
	position: absolute;
	/*z-index: 10000;*/
	width: 27px;
	height: 27px;
	top: 14px; 
	cursor: move;
}

/************************* category span images *********** */
#main #main-sidebar .item .category li a span {
    padding-left: 23px;
    height: auto;
    line-height: 18px;
    display: block;
}
.category li span {
    background-position: 0px center;
    background-repeat: no-repeat;
}
/********* end category span images *********/

/*********Friends Page Css *********/


            .friends-ref{
                overflow: hidden;
                clear: both;
                text-align: center;
                width: 100%;
                background: #F7F4EF;
                margin-top: 20px;
                padding:20px 0;
            }
            .friends-ref-box{
                width: 29%;
                display: inline-block;
                padding:0 20px;
                box-sizing: border-box;
                vertical-align: top;
            }
            .friends-ref-img{
                position: relative;
                height: 120px;
                padding-bottom: 10px;
                width: 180px;
                display: inline-block;
                border-bottom:1px dotted #9fc344;
            }
            .friends-ref-coins{
                position:absolute;
                font-size: 14px;
                color: #2368c1;
                font-weight: bold;
            }
            .friends-ref-coins.p1 {
                bottom: 21px;
                left: 27px;
                width: 35px;
                height: 35px;
                line-height: 35px;
                text-align: center;
            }
            .friends-ref-coins.p2 {
                bottom: 22px;
                right: 28px;
                height: 35px;
                width: 35px;
                line-height: 35px;
                text-align: center;
            }
            .friends-ref-coins.p3{
                top: 3px;
                right: 9px;
                color: #fff;
                width: 29px;
                height: 29px;
                line-height: 29px;
            }
            .friends-ref-coins.p4 {
                top: 24px;
                right: 34px;
                color: #fff;
                width: 29px;
                height: 28px;
                line-height: 29px;
                text-align: center;
            }
             .friends-ref-coins.p5 {
                right: 27px;
                bottom: 26px;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
            }
            .friends-ref-text {
                color: #333;
                font-size: 19px;
                font-weight: bold;
                padding: 10px 0 0;
            }
            .friends-ref-text > span {
                display: block;
                padding: 10px 0;
                background:url(images/coins-bg.png) no-repeat center center;
            }
            .arrow-ref {
                display: inline-block;
                margin-top: 40px;
                width: 5%;
            }
            @media(max-width: 667px) {
               .arrow-ref{
                display: none;
               } 
               .friends-ref-box{
                min-width: 200px;
                margin-bottom: 10px;
               }
            }
/********* End Friends Page Cs *********/