﻿/*More Button*/
a.more:link,
a.more:visited,
a.more:hover 
{
	background:url(../media/site/bg-more.png) no-repeat top left;
	width:39px;
	height:11px;
	text-decoration:none;
	position:absolute;
	margin-top:3px;
	margin-left:2px;
}
a.more:hover {background-position:bottom left;}

.ie6 a.more:hover {margin-top:-1px;}

/*More Button*/
a.more_news:link,
a.more_news:visited,
a.more_news:hover 
{
	background:url(../media/site/bg-more.png) no-repeat top left;
	width:39px;
	height:11px;
	text-decoration:none;
	margin-top:3px;
	margin-left:2px;
	text-indent: -9999px;
	display: block;
	display: inline-block;

}
a.more_news:hover {background-position: 0 -33px ;}

.ie6 a.more_news:hover {margin-top:-1px;}

.vrForm a:link,
.vrForm a:visited,
.vrForm a:hover {width:45px;height:15px;background:url(../media/site/bg-send-en.png) no-repeat top left;outline:none;text-decoration:none;float:left;}
.vrForm a:hover {background-position:left bottom;}


