#left-content .gobudgetplacestext{
	position:absolute;
	left:10px;
	top:21px;
	width:135px;
	height:84px;
	text-align:left;
}
#left-content .gobudgetplacestext p{
	position:relative;
	margin-top:expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" :"0");
}
#switcher-commands a{
	display:block;
	height:50px;
}
#switcher-commands span{
	position:absolute;
	cursor:pointer;
	width:107px;
	margin-top:expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" :"0");
}
#right-content .pay-right{
  float: left;
  width: 44%;
}
