.header {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ededed',GradientType=0 ); 
}

.header .create,
.showmore,
.serchilka .sendme input[type="submit"] {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a3d6', endColorstr='#1f5d98',GradientType=0 );
}

.header .create:hover,
.showmore:hover,
.serchilka .sendme input[type="submit"],
.bot_panel ul a {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f5d98', endColorstr='#64a3d6',GradientType=0 );
}

.pm {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#EDEDED',GradientType=0 );
}

.actions {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */
}

.showmore.follow{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da56d', endColorstr='#5b794f',GradientType=0 ); 
}

.showmore.follow:hover{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b794f', endColorstr='#7da56d',GradientType=0 ); 
}

.showmore.unfollow{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5f67', endColorstr='#f93740',GradientType=0 ); 
}

.showmore.unfollow:hover{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93740', endColorstr='#fc5f67',GradientType=0 ); 
}

.info span.descr, 
.detail h1 span,.editlink		{background-image: url("imgs/ico_descr.png");}
.atkdel 						{background-image: url('imgs/icons/del.gif');}
.rights,.sidebar .footer .rights{background-image: url("imgs/18p.png");}
.auth .enter 					{background-image: url('imgs/ico_arrow_r.png');}
.auth .username 				{background-image: url('imgs/ico_user.png');}
.auth input[type=submit]		{background-image: url('imgs/ico_search_wl.png');}
.info span.rank 				{background-image: url("imgs/ico_rank.png");}
.info span.hb 					{background-image: url("imgs/ico_hb.png");}
.profile .photo 				{background-image: url('/user/def3.gif') ;}
.socialstuff a,.footer a span 	{background-image: url('/imgs/social.png');}
li .pluso 						{background-image: url("imgs/ico_plus_h.png");}
li .minuso 						{background-image: url("imgs/ico_minus_h.png");}
.bot_panel .button 				{background-image: url("imgs/ico_shares.png");}
.header .authors 				{background-image: url("imgs/ico_rating.png");}
.tabs .home 					{background-image: url("imgs/ico_home.png");} 
.tags .close, .tags .close:hover{background-image: url("imgs/ico_close.png");}
.toptop .left,.detail .left 	{background-image: url("imgs/ico_arrow_lb.png");}
.toptop .right,.detail .right 	{background-image: url("imgs/ico_arrow_rb.png");}
.back2top 						{background-image: url("imgs/ico_arrow_top.png");}
.info span.author 				{background-image: url("imgs/ico_author.png");}
.info span.date 				{background-image: url("imgs/ico_date.png");}
.info span.tag 					{background-image: url("imgs/ico_tags.png");}
.pm a.pluso 					{background-image: url("imgs/ico_plus.png");}
.pm a.minuso 					{background-image: url("imgs/ico_minus.png");}
.actions a.bayan 				{background-image: url("imgs/ico_bayan.png");}
.actions a.fav 					{background-image: url("imgs/ico_fav.png");}
.actions a.del,.bot_panel a.del {background-image: url("imgs/ico_del.png");}
.bot_panel a.user 				{background-image: url("imgs/ico_user_h.png");}
.bot_panel a.fav 				{background-image: url("imgs/ico_fav_h.png");}
.bot_panel a.bayan 				{background-image: url("imgs/ico_bayan_h.png");}
.tags span s 					{background-image: url("imgs/tab_mask.png");}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}