.wrap1 input{
	height: 44px;
}
.wrap1 h2{
	margin: 50px 0;
	text-align: center;
}
.money{
	width: 505px;
}
.cost{
	width: 410px;
	height: 167px;
	float: right;
}
.cost div{
	width: 90px;
	height: 45px;
	float: left;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 45px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.cost .sp{
	background: url(../images/bor.png) no-repeat;
}
.wrap1 .btn{
	width: 195px;
	height: 50px;
	background: #ff9500;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border: 0;
	cursor: pointer;
}