.btn a span {
	display: none;
}

.btn a.askForTrial {
	display: block;
	height:46px;
	background: url("../img/en/btn/AskForTrial.gif") no-repeat 0 0;
	width:167px;
}

.btn a.askForTrial:hover {
	background: url("../img/en/btn/AskForTrial.gif") no-repeat 0 -46px;
	width:167px;
}

.btn a.freeTrial {
	display: block;
	height:65px;
	background: url("../img/en/btn/freeTrial.gif") no-repeat 0 0;
	width:245px;
}

.btn a.freeTrial:hover {
	background: url("../img/en/btn/freeTrial.gif") no-repeat 0 -65px;
	width:245px;
}

.btn a.IamPro {
	float: left;
	display: block;
	height:211px;
	background: url("../img/en/bt_iampro.png") no-repeat 0 0;
	width:300px;
}

.btn a.IamPro:hover {
	background: url("../img/en/bt_iampro.png") no-repeat 0 -211px;
	width:300px;
}

.btn a.IamIndiv {
	float: left;
	display: block;
	height:211px;
	background: url("../img/en/bt_iamindiv.png") no-repeat 0 0;
	width:300px;
}

.btn a.IamIndiv:hover {
	background: url("../img/en/bt_iamindiv.png") no-repeat 0 -211px;
	width:300px;
}