#qbpopupback {
	background-color: #999999;
	position: fixed;	
	left: 0;
	top: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;			
	width: 100%;
	height: 100%;

	/*background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 2%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(2%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.65) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.65) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.65) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );*/

	opacity: 0.5;

	overflow: hidden;

	z-index: 99998;
}

#qbpopup {
/*	display: none;*/
	/*color: rgb(194,38,46);*/
	color:#555;
	/*font-family: "Tahoma", Arial;*/
	font-size: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: fixed;
	/*margin-left: 50%;*/
	left : 50%;
	margin-left: -165px;
	top:0;
	margin-top: 150px;
	/*top : 20%;*/
	display: inline-block;
	width: 330px;
	min-height: 20px;
	/*border: 1px solid rgb(194,38,46);*/
	/*border:1px solid #999;*/
	background-color: #fff;

	border-radius: 0px;

	/*box-shadow: 0px 0px 10px #000;*/
	/*-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);*/

	z-index: 99999;
}

#qbpopup .qbpopup_header {
	/*background-color: rgb(194,38,46);
	height: 10px;*/
	border-radius: 0px 0px 0px 0px;
}

#qbpopup .qbpopup_content,
#qbpopup .qbpopup_footer {
	padding: 12px;
}

#qbpopup .qbpopup_content {
	text-align: left;
	padding-bottom:0px;
	/*font-weight: bold;*/
	/*border-bottom: 1px solid rgb(194,38,46);*/
}

#qbpopup .qbpopup_content_title {
	text-align: left;
	padding:12px;
	padding-bottom:24px;
	font-size:15px;
	/*font-weight: bold;*/
	/*border-bottom: 1px solid rgb(194,38,46);*/
}

#qbpopup .qbpopup_content_with_title {
	text-align: left;
	padding:12px;
	padding-bottom:0px;
	padding-top:0px;
	font-size:12px;
	/*font-weight: bold;*/
	/*border-bottom: 1px solid rgb(194,38,46);*/
}

#qbpopup .qbpopup_footer {
	display: table;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 24px;
	border-radius: 0px 0px 0px 0px;
	padding-top: 24px;
}

#qbpopup .qbpopup_footer .buttonTitle {
	margin-left: 0px;
}

#qbpopup .qbpopup_footer .buttonIcon {
	/*margin-left: 5px;	*/
}


.qbpopup_footer .blockbutton {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.qbpopup_footer .blockbutton:first-child {
	text-align: left;
	padding-right: 0px;
	width: 100%;
}

.qbpopup_footer .blockbutton:last-child {
	text-align: right;
	padding-right: 0;
}

#qbpopup a,
#qbpopup a:visited,
#qbpopup a:active {
	/*font-weight: bold;*/
	/*color: rgb(194,38,46);*/
	/*padding-right: 10px;*/
	font-size: 14px;
	display: table-cell;
	color: #cf0a2c;
	text-transform: uppercase;
	text-decoration: none;
}

#qbpopup a:hover {
	/*text-decoration: underline;*/
}