div.boxwrapper form{
	overflow: hidden;
	position: relative;
}

a.more{
	background-image: url(../res/btnMore.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin: 10px auto;
	height: 12px;
}

div.box{
	width: 180px;
	margin: 0 10px;
	display: inline-block;
	float: left;
	border: 1px #1b66a8 solid;
	border-radius: 10px;
	position: relative;
}

div.box.info{
	border: 1px #708090 solid;
}

div.box.info .header, div.box.info .footer{
	background-color: #cccccc;
}

div.box:last-of-type{
	margin-right: 0;
}

div.box:first-of-type{
	margin-left: 0;
}

.box .header span, .box .footer span{
	display: block;
	text-align: center;
	color: #fff;
	/*text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;*/
}

.box .header{
	background-color: #bed600;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 8px 0;
	height: 98px;
	position: relative;
	z-index: -1;
}

.box .header img{
	display: block;
	margin: 0 auto;
}

.box .header span{
	font-size: 22px;
	margin-top: 9px;
}

.box .content .note{
	font-size: 10px;
}

.box .content .paymentmethods{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 38px;
	left: 0;
}

.box .content{
	padding: 10px 5px;
	font-size: 12px;
	line-height: 1.45em;
	height: 250px;
	position: relative;
	font-family: Arial, sans-serif;
}

.box .strong{
	font-weight: 600;
	display: block;
}

.box .content .priceinfo{
	display: block;
	font-weight: bold;
	margin: 10px;
	text-align: center;
	font-size: 15px;
}

.box .footer{
	background-color: #bed600;
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: calc(100% + 2px);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 5px 0;
	height: 28px;
	text-align: center;
	border: 1px #1b66a8 solid;
	border-top: 0;
}

.box .footer .choose{
	background-color: #1b66a8;
	color: #fff;
	border: none;
	border-style: none;
	outline: none;
	border-radius: 3px;
	text-transform: uppercase;
	display: inline-block;
	padding: 2px 3px 1px;
	cursor: pointer;
	font-size: 12px;
	box-sizing: content-box;
}

.paymentMethod{
	width: 120px;
	margin: 20px 40px;
	display: inline-block;
	background-color: #f3fbff;
	color: #708090;
	border: 2px solid #708090;
	border-radius: 5px;
	padding: 8px;
	text-align: center;
	float: right;
}

.paymentMethod.last{
	margin-right: 50px;
}