.yolto_authbanner {
    cursor: pointer;
    display: block !important ;
    background: url(http://yolto.com/Widgets/Blogs/i/but.gif) no-repeat 0 0;
	width: 40px;
	height: 40px;
	position: relative;
}

.yolto_authbanner:hover{
    background-position: 0 -40px;
}

.yolto_authbanner:active{
   background-position: 0 0px;
  -ms-background-position-y: 0px;
}
#yolto_authbanner{
	left: 285px;
	top: 30px;
}
#yolto_authbannersite{
	left: 285px;
	top: 90px;
}

#yolto_authwindow{
    align:center;
    position:fixed;
    display:none;
    top:50%;
    left:50%;
    margin:-286px 0 0 -260px;
    width:533px;
    height:572px;
    background-image:url(http://yolto.com/Widgets/Blogs/i/ram1.png)
}
#yolto_authframe{
    align:center;
    width:500px;
    height:500px;
    margin-left:16px;
    margin-top:31px;
    z-index:101;
    background:none;
    border:none
}
#yolto_authwindow_closer{
    background:url(http://yolto.com/Widgets/Blogs/i/cl1.gif) no-repeat;
    position:absolute;
    top:15px;
    right:45px;
    font-size:0px;
    cursor:pointer;
    line-height:0;
    width:15px;
    height:12px;
    padding-top:5px;
}