/*.bbutton {
	background: url("pic/bg.gif") 0 0 no-repeat;
	color: #343434;
	width: 662px;
	padding: 10px;
	margin-bottom: 25px;
	height: 100px;
}*/
.bbutton {
	width: 700px;
	padding: 0;
	margin-bottom: 25px;
	height: 120px;
	float: left;
}
.bbutton .left {
	width: 480px;
	float: left;
	padding-left: 110px;
}
.bbutton .right a {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: url("pic/buttons.png") 0 0 no-repeat;
	width: 52px;
	height: 114px;
	float: left;
	margin-top: -23px;
}
.bbutton .right a:hover {
	background: url("pic/buttons.png") -52px 0 no-repeat;
}
.bbutton .right {
	width: 46px;
	float: right;
}
.bbutton h3 {
	font-size: 14px;
	color: #343434;
	margin: 0;
	font-weight: bold;
}
.bbutton .right p {
	font-size: 11px;
	margin: 20px 0 10px 0;
	color: #343434;
}