.postbox-qr-code {
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	min-width: 255px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: #dfdfdf 1px solid;
	border-radius: 3px;
	background-color: #f5f5f5;
	background-image: -ms-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: -moz-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: -o-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f5f5f5));
	background-image: -webkit-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: linear-gradient(top,#f9f9f9,#f5f5f5);
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	line-height: 1;
}

.postbox-qr-code h3 {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px;
	-webkit-box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px;
	-webkit-user-select: none;
	background-color: rgb(241, 241, 241);
	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(236, 236, 236));
	border-bottom: rgb(223, 223, 223) 1px solid;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-style: none;
	border-top-width: 0px;
	color: rgb(70, 70, 70);
	display: block;
	font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
}

.postbox-qr-code .inside {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	min-height: 40px;
	position: relative;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	color: rgb(51, 51, 51);
	display: block;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.inside {
	padding: 6px 10px 12px;
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.qr_data{
	padding: 10px 10px;
	font-weight: bold;

}

.qr_promo{
}

.qr_error{
	background-color: red;
}