/* Quick Bill Pay */

/* Containers */

#qbp-intro-wrapper {
	/* border-bottom: 1px solid #ccc; */
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#qbp-intro-wrapper h1 {
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	#qbp-intro-wrapper {
		margin: 0 -15px 10px;
		padding: 0 15px 10px;
	}
}

@media (min-width: 768px) {
	.rightBoxContent {
		border: none;
		margin: 0;
		padding: 0;
	}
	#qbpContainer .rightBoxContent p {
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	#qbpContainer .rightBoxContent p {
		margin-bottom: 25px;
	}

	#qbp-right-column ul{
		margin-bottom: 25px;
	}
}

.qbp-main {
	overflow: hidden;
}

#qbp-left-column-content {
	padding-right: 0;
	position: relative;
}

@media (min-width: 768px) {
	#qbp-left-column-content {
		padding-right: 15px;
	}
	#qbp-left-column {
		min-height: 285px;
	}
}

@media (min-width: 992px) {
	#qbp-left-column {
		min-height: 280px;
	}
}

#account-identification-wrapper {
	margin: 15px 0;
}

@media (min-width: 768px) {
	#account-identification-wrapper {
		margin: 10px 0;
	}
}


/* Vertical rule */

/* @media (min-width: 768px) {
	#qbp-left-column:before {
		content: " ";
		position: absolute;
		background: #ccc;
		height: 100%;
		width: 1px;
		right: 10px;
		margin: -15px 0 -15px;
		padding: 15px 0;
	}
} */


/* Typography */

#qbp-intro-wrapper h2 {
	color: #0047bb;
    font-size: 32px;
    font-weight: 500;
}

#qbpContainer h4 {
	color: black;
	font-size: 16px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	#qbpContainer h4 {
		color: #000;
		font-size: 14px;
	}
}

#qbpContainer .qbp-intro-wrapper-sub-head {
	color: black;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight:bold;
	line-height: 1.2;
}

#continueBtn {
   margin: 20px 0 20px 0;
}

@media (min-width: 768px) {
	#qbpContainer .qbp-intro-wrapper-sub-head {
		color: #000;
		font-size: 14px;
		font-weight:bold;
		line-height: 1.2;
	}
}


#qbpContainer #verify-copy {
	font-weight: normal;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	#qbpContainer #verify-copy {
		font-weight: normal;
	}
}


#qbpContainer p {
	font-size: 14px;
	line-height: 1.35;	
	margin: 0;
}

@media (min-width: 768px) {
	#qbpContainer p {
		font-size: 14px;
		line-height: 1.5;	
	}
}

#qbp-right-column h2 {
	margin-bottom: 12px;
	color: black;
}

#qbp-right-column .right-content-items {
	margin-bottom: 40px;
}

/* #qbpContainer #qbp-intro-wrapper p {
	margin: 5px 0 0;
} */

#qbp-right-column .rightHeaderBg > h2 {
    color: #006400;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px 0;
    text-align: center;
}

.widgetBoxLeft .rightHeaderBg,
.qBox .rightHeaderBg {
	margin-top: 5px;
	background: url("/static/images/righthand_header.png") no-repeat top left;
	height: 32px;
	width: 228px;
}

.widgetBoxLeft .rightHeaderBg h2,
.qBox .rightHeaderBg h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
}

.rightBoxContent h3:not(:nth-of-type(1)) {
	color: black;
	font-size: 14px;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.rightBoxContent h3:not(:nth-of-type(1)) {
		color: #000;
		font-size: 16px;
		margin-top: 15px;
	}
}

#QuickBillPayAccount {
	/*margin: 5px 0 25px;*/
	font-size: 18px;
	font-weight: 700;
}

#account-identification-wrapper h2 {
	color: #000;
}

@media (min-width: 768px) {
	#account-identification-wrapper h2 {
		color: black;
		font-size: 20px;
		line-height: 1;
		margin-top: 5px;
	}
}

#account-identification-wrapper p {
	margin: 0;
}

@media (min-width: 768px) {
	#account-identification-wrapper p {
		color: black;
		font-size: 14px;
		font-weight: normal;
		line-height: 1;
	}
}


/* Links */
.qbp-hcde-error-wrapper a {
	font-weight: bold;
}

#qbpContainer a {
	text-decoration: none;
}

#qbpContainer a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	#qbpContainer a {
		text-decoration: none;
	}
}

.rightBoxContent a {
	text-decoration: underline;
}

#QbpChangeAcctLink {
    /*margin: 2px 0 15px 37px;*/
	line-height: 1.71;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	#QbpChangeAcctLink {
	    /*margin: 5px 0 15px 37px;*/
		line-height: 1.71;
	}
}

#QbpChangeAcctLink a {
	font-size: 14px;
	text-decoration: none;
}

#qbp-exception-message a {
	font-weight: normal;
	text-decoration: none;
}


/* Lists */

#qbp-right-column ul {
	/* list-style-image: url("/static/images/arrowTargetLink.gif"); */
	/* margin: 10px 0 15px; */
	padding-left: 0;
	list-style: none;
}

@media (min-width: 768px) {
	#qbp-right-column ul {
		list-style: none;
		/* margin: 5px 0; */
		padding: 0;
		/* line-height: 2; */
	}
}

#qbp-right-column li a {
	display: inline-block;
	font-size: 14px;
	/* margin-bottom: 5px; */
	text-decoration: none;
}

#qbp-right-column li a:hover {
	text-decoration: underline;
}


/* @media (min-width: 768px) {
	#qbp-right-column li a {
		text-decoration: underline;
	}
}

@media (min-width: 992px) {
	#qbp-right-column li a {
		font-size: 14px;
	}
} */


/* Forms */

#quickPayBean {
	position: relative;
}

	#qbpContainer label {
	font-weight: normal;
	}

/* @media (min-width: 992px) {
	#qbpContainer label {
		font-weight: 400;
}
} */

#phone-account-label-wrapper {
	position: relative;
}

#qbpContainer input#btn {
	max-width: 350px;
	height: 50px;
	text-indent: 15px;
}

#qbpContainer input#continueBtn {
	width: 200px;
	height: 50px;
}

@media (min-width: 768px) {
	#qbpContainer input#btn {
		max-width: 350px;
		height: 50px;
		text-indent: 15px;
	}
}

@media (min-width: 992px) {
	#qbpContainer input#btn {
		max-width: 350px;
		height: 50px;
		text-indent: 15px;
	}
}

#qbp-left-column.confirm-page input#btn,
#qbp-left-column.verify-page input#btn {
	/*margin-bottom: 10px;*/
}


/* Error messaging */

#qbpContainer div.formerror,
#qbpContainer div.yellow-info-icon {
	font-weight: 400;
	margin: 0 0 5px;
	min-height: 25px;
    padding: 7px 10px 5px 38px;
}

@media (min-width: 768px) {
	#qbpContainer div.formerror,
	#qbpContainer div.yellow-info-icon {
		margin: 0;
	}
	#qbpContainer .error-page div.yellow-info-icon,
	#qbpContainer .error-page .disclaimer {
		margin: 5px 0;
	}
}

#qbpContainer div.yellow-info-icon,
#qbpContainer .disclaimer {
	font-size: 14px;
	font-style: italic;
}

#qbpContainer .disclaimer {
	margin: 5px 0;
}


/* Exception messaging */

#qbp-exception-message {
	padding: 10px 10px 10px 15px;
	margin-right: 10px;
	background:transparent url("/static/images/svg/icon-important.svg") no-repeat 12px 5px;
	background-size: 30px 30px;
	margin-left: -16px;
}

#qbp-exception-message h3 {
	color: #000;
	margin-left: 40px;
	font-size: 18px;
}

#qbp-exception-message p {
	margin-left: 0;
}

@media (min-width: 768px) {
	#qbp-exception-message p {
		margin-left: 40px;
	}
}

#qbp-italic-exception-message {
	padding: 5px 15px 15px 15px;
	margin-top: 10px;
	background:transparent url("/static/images/inform_icon_30px.png") no-repeat 0px 15px;
}
#qbp-italic-exception-message p {
	margin-left: 40px;
	font-style: italic;
	font-size: 14px;
	line-height: 1.5em;
}
/* Norton logo */

#norton-logo {
	background: url(/static/images/mya_paybill_sprite.png);
	background-position: -40px -335px;
	height: 70px;
	width: 110px;
}

@media (min-width: 768px) {
	#norton-logo {
		bottom: 0;
		margin: 0;
		padding-right: 15px;
		right: 0;
	}
}


#qbpContainer #disclosure {margin-left:10px;}
#qbpContainer #disclosure img.infoIcon{float:left; margin-bottom:25px; margin-right:15px;}
#qbpContainer #disclosure p{background-color:none; font-size:11px; line-height:11px; padding-top:5px}	
#qbpContainer #disclosure p.i{ font-style:italic; }

#Qbp_acct_or_phone_text {
    padding-bottom: 15px;
}

#QuickBillPayAccount.green-checkmark-round-icon {
	margin: 0;
    padding-left: 37px;
}

#QbpleftBoxLine {
    margin-top: 10px;
    position: relative;
}

#paymentError #qbpP{margin-bottom:0px;}
.speedPayContainer{position:relative;}
.speedPayContainer iframe#speedPayFrame{
	border:0;
	height: 100%;
	left:-50px;
	position:relative;
	top:-39px;
	width:700px;
}

ul.right-column-links {margin:0px; margin-left:13px; padding:0px; list-style-image: url("/static/images/arrowTargetLink.gif");}
ul.right-column-links li {margin:0px; padding:4px 0px;}
ul.right-column-links a{color:#00853F; font-size:11px;}
ul.right-column-links a:hover{text-decoration:underline; background:none !important;}

div.rightBoxContent .inst-txt{font-size:11px; color:#333;}
div.rightBoxContent .inst-top{color:#FF941E;}
.informIcon{float:left; margin-left:25px; padding:0px 10px 5px 0px;}
.informText{width:60%}
.rightAlign{text-align:right;}
.fontBold{font-weight: bold; text-align:right;}
.payment-wrap-box{
   margin:-10px 15px 5px 50px;
}

.copyright{font-size:11px;color:black;}

/*Billing box left*/

.payment_leftbox_feat_opt{  
	background-image:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/cont_bg_1.gif"); 
	background-repeat:repeat-y; 
	background-position:bottom; 
	background-position:left; 
	width:450px;
	height: 245px; 
	float:left; 
}
.payment_leftbox_feat_opt h4.pay-box-title{
   background: url("/qcms/qCmsRepository/Global/Images/profile/images/payment/pay-left-head-bg.gif") top left no-repeat;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	margin: 10px;
	padding:2px 10px;
}

@media (min-width: 768px) {
	#qbp-left-column-content #pay-bill-info-bar {
		margin: 0;
		/*padding: 20px 15px;*/
		position: relative;
		left: -15px;
		top: 0;
		width: 100%;
		box-sizing: content-box;
		/* height: 50px; */
	}
}

#qbp-left-column-content #paymentError {
	margin: 15px -15px;
}


/**Payment Success Page*/

.payment-success{margin-left:200px;}
.payment-success span.succ-title{color: #000000;font-size: 1.3em;font-weight: bold;}
.payment-success .see-options{
	background:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/see-payment.jpg") top left no-repeat;
	padding: 23px 89px;
	margin-left: 150px;
	margin-top: -25px;
}

.txt-success{margin-top: 25px;}
.dyn-succ-msg{margin-top: 50px;margin-left: 20px; font-weight: bold;}
.succ-loading{
	background:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/loading.jpg") top left no-repeat;
	background:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/vc_loading_anim.gif") top left no-repeat;
	padding: 16px 16px;
	margin-left: 100px;
	width: 30px;
}

/** PayOnline */

.payonline-body{ width:910px; padding:0px 25px; }
.header .head-left{
	padding:15px 0;
	text-indent:50px;
	color:#5d82b8;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-top:19px;
	margin-left:10px;
}

.Payonline-logo{background:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/icon_laptop.gif") top left no-repeat;}
.paymnt-history-icon{ background:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/icon_creditcards.gif") top left no-repeat;}
.header .head-right a.help-icon{
	float: right;
	background:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/need-help.jpg") top no-repeat;
	margin-right:62px;
	margin-top:15px;
	padding:0px;
	width:127px;
	height:46px;
}

.payonline-container{display: inline-block;}
.payonline-title{ 
	background:transparent url("/qcms/qCmsRepository/Global/Images/profile/images/payment/blue_headerBar.gif") no-repeat scroll left top;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	height:20px;
	padding:2px 10px;
}

.payonline-container .left-container .payonline-divider{
   background:transparent url("/qcms/qCmsRepository/Global/Images/profile/images/payment/grayLine_horz.gif") no-repeat scroll center;
   height: 6px;
   margin: 20px 0;
}
.payonline-container .left-container .po-box-content{margin-left: 10px;}
.payonline-tble{ width: 92%;}
.payonline-tble td{padding:5px 0;}
.higlight-date{color: #FF941E; font-size:13px; font-weight: bold;margin: 15px 0;}
.pay-sub-title,.edit-sch-s-title{color: #66B95D;font-size:13px; font-weight: bold;display: inline-block;width: 100%;}
.pay-sub-title,.edit-sch-s-title span a:hover{font-weight:bold; }
.btn-edit-pay{
	background: transparent url("/qcms/qCmsRepository/Global/centurylink/images/edit_button_sprite.png") no-repeat scroll left 0px;
	height: 30px;
	width:62px;
	border:none;
}
.btn-edit-pay:hover{background-position: left -30px;}
.newpay-container{ display: inline-block; width: 92%; margin-bottom: 30px;}
.newpay-container .newpay-left{ float: left;}
.newpay-container .newpay-left span.inst-msg{ 
	display:block; font-size:11px; color:#CCCCCC;text-align: right;
	width: 78%;
}
.cal-icon{
	background:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/icon_calendar.gif") center left no-repeat;
	height:45px;
	width: 42px;
	border: none;
	padding:15px 20px;
}
.newpay-container .newpay-right{ float: right; }
.newpay-container .newpay-right input.btn-next{
	background:url("/qcms/qCmsRepository/Global/centurylink/images/continue_button.png") top left no-repeat;
	height:30px;
	width: 137px;
	border: none;
}
.newpay-container .newpay-right span.sml-msg{
	display: block;
	font-size: 14px;
}

/*payonline-box*/

.payonline-box{  
	background-image:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/payment_middlebox_CONTAINER.jpg"); 
	background-repeat:repeat-y; 
	background-position:bottom; 
	background-position:left; 
	float:left; width:360px;
}

.payonline-box h3{
	background-image:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/payment_middlebox_TOP.jpg");
	background-repeat:no-repeat; 
	height:25px; 
	padding:18px 5px 0px 23px; color:#62B354; font-size:13px; margin:0
}
.payonline-boxBot{ 
	background-image:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/payment_middlebox_BOTTOM.jpg"); 
	background-repeat:no-repeat; 
	background-position:bottom; 
	height:63px;
}

.right-container .see-options{
	background:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/btn_paymentOptions.png") top left no-repeat;
	padding: 23px 89px;
}

/** Edit Schedule */

/* Data Grid Payment */

.grid-payment thead th{color:#7FA8D0; text-align:left; border:none;}
.grid-payment thead th.border-left{border-bottom:none; border-right:none;border-right: 1px solid #D8D8D8;}
.grid-payment thead th,.grid-payment tr td{padding:5px 0 0 5px;}

.edit-sch-body .header .head-left{
	background:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/icon_schedulePayment.gif") center left no-repeat;
	padding:15px 0;
	text-indent:80px;
	color: #FFC63E;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
}

.edit-sch-opt li{ list-style: none;}

.edit-sch-s-title span.left{display: block; float:left;}
.edit-sch-s-title span.right{display: block; float:right;}
.edit-sch-s-title span.right a{
	color: #FB7D86;
	display: block;
	float: right;
	margin-right: 20px;
	text-decoration: underline;
	font-weight:bold;
}
	
.tbl-edit-sch td{ padding-top:5px;}
.btn-holder{ margin-left: 422px;}
.btn-submit{
	background:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/btn_submitPayment.gif") center left no-repeat;
	height: 26px;
	width: 168px;
	border: none;
}
.btn-edit{
	background:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/btn_editpaymentsource.gif") center left no-repeat;
	height: 26px;
	width: 168px;
	border: none;
}

 /*Payment popup */
.icon-large{ 
	background:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/icon_Large_information.jpg") center left no-repeat;
	padding:70px;
	margin-top: 20px;
}
 
.model-content{margin:0px 20px 23px 5px;} 
.model-content h2{ color:#32B41A;font-size:1.5em;margin:10px 0;}
.model-content p{ line-height:1.5em; color:#989898;}


/*  Payment Container */
.Payment_container_left_box{}
.Payment_container_left_box div.payonline-divider{
	background:transparent url("/qcms/qCmsRepository/Global/Images/profile/images/payment/grayLine_horz.gif") no-repeat scroll center;
	height: 6px;
	margin: 20px 0;
}

.Payment_container_left_box h3{}
.Payment_container_left_bottom{}
.Payment_box_title{
	display:inline-block;
	margin:0 22px;
	padding:0;
	width:94%;
}

.po-box-content{margin:10px 30px 15px 30px;}
.payment-iframe{margin:20px;}


/* Question Window */

.question-box{
	background:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/Question_box_CONTAINER.jpg") left center repeat-y;
	width:205px;
}
.question-box .question-box-content{ 
	color:#3E6EAB;
	margin:17px;
	font-size: 11px;
}
.question-box .question-box-content p{ 
	margin:10px;
	border-bottom: 1px solid #535353;
	padding:2px;
}

.question-box h3{
	background-image:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/Question_box_TOP.jpg");
	background-repeat:no-repeat;
	margin:0;
	padding:13px 2px 0 15px;
	color: #535353;
	font-size: 18px;
}
.question-box h3 span.head-logo{
 	background-image:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/icon_QestionMark_sm.png");
	background-repeat:no-repeat;
	padding:13px 25px;
	height:53px;
}

.question-boxBot{
	background-image:url("/qcms/qCmsRepository/Global/Images/profile/images/payment/Question_box_BOTTOM.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
	height:63px;
}

.question-box .question-box-content p.inst-txt{ 
	margin:10px;
	padding:2px;
	border:none;
}
.question-box .question-box-content p a{ 
	color: #094D9C;
	text-decoration:none;
}
.question-box .question-box-content p.inst-txt span.inst-top{ 
	color:#FF941E;
}
.question-box .question-box-content p.inst-txt span.inst-bott{ 
	color:#535353;
}

/*.grid-payment td a:link, a:hover, a:visited, a:active{font-weight:bold !important;}*/
.header-links a:link, .header-links a:hover, .header-links a:visited, .header-links a:active{font-weight:bold !important;}


/* Cancel Schedule payment */
.cancel-schedule-payment{width:80%}
.cancel-schedule-payment td.right{text-align:right;font-weight:bold;width:50%;}
.cancel-schedule-payment td hr{/*border-bottom:1px solid #d6d6d6;*/}
.pay-success-msg a:hover,.pay-success-msg a:link,.pay-success-msg a:visited{font-weight:bold !important;}

.payOnlineTxt{
	font-size: 11px;
	font-weight: bold;
}

.payOnlineTxtLink{font-size: 11px;}
.payTxtBlck{color:#000000;}
.payIntTxt{color:#2780BC;}

.q_pay_head_bar {
	margin: 0;
	padding: 0;
	width: 100%;
	text-indent:20px;
}
.q_pay_head_bar #masterPageTitle{
	background: #d6d6d6  url("/qcms/qCmsRepository/Global/Images/profile/images/payment/quick_pay_head_bg.gif") repeat-x top left;
	height:24px;
	border: 0 solid red;
	margin: 0 auto auto;
	width:775px;
}
.q_pay_head_bar h1{
	color:#1267B0;font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.bea-portal-layout-grid{background:none;}

/** Updates for CTL QBP  **/
#pageWrapper{position:relative; margin:0px auto}
#headerWrapper{position:relative; overflow:hidden;}
.qbp_chatButton{position:absolute; top:30px; left:800px; }
#activateSurveyIcon{text-align:right; padding-right:8px;}
.ebiz-portlet-forwardButtons{overflow:hidden; padding-left: 155px; width: 424px;}

a.textBtn{display:inline-block; vertical-align:middle; margin:auto 15px; padding:5px; float:left;}


/*---------------------------------------------*/
/*           Quick BillPay - Verify step       */
/*---------------------------------------------*/

#qbp_phone_or_acct_txt {
padding-bottom: 55px;
}

#QuickBillPayAccount a {
  text-decoration: underline;
}


/* Success message and icon */

#success-message {
    padding-bottom: 20px;
    padding-left: 0;
}

@media (min-width: 768px) {
    #success-message {
        padding-left: 50px;
    }
}


/* Headings */

#success-message #success-confirmation-number {
    margin: 15px 0 25px;
}

#success-message #success-message-header {
	margin-left: 45px;
}

@media (min-width: 768px) {
	#success-message #success-message-header {
		margin-left: 0;
	}
}

#success-message #success-message-details-header {
    margin-bottom: 15px;
    text-transform: uppercase;
}


/* Links */

#success-message a {
    text-decoration: underline;
}


/* Payment details table */

table#success-message-payment-details {
    margin-bottom: 10px;
    table-layout: fixed;
    width: 100%;
}

table#success-message-payment-details td:first-child {
    overflow: hidden;
    width: 110px;
}

@media (min-width: 768px) {
    table#success-message-payment-details td:first-child {
        width: 25%;
    }
}

table#success-message-payment-details td:last-child {
    overflow: hidden;
    width: 75%;
}

#success-message-details-body,
h3#success-message-additional-info-header {
    margin-bottom: 12px;
}


/* Details body */

#success-message-details-body {
    line-height: 1.25;
}

#confirmation-email-address {
    font-weight: 700;
}


/* Norton and speedpay logos */

#speedpay-logo {
    background: url("/static/images/speedpay-logo.png") no-repeat;
	background-size: 140px auto;
	display: inline-block;
	height: 40px;
	margin: 4px 0 0;
	width: 140px;
}

@media (min-width: 768px) {
	#speedpay-logo {
	    background-size: 200px auto;
	    height: 50px;
	    width: 200px;
	}
}

.speedpay-content {
    color: black;
    display: inline-block;
    font-size: 11px;
    line-height: 1.25;
    text-align: right;
    width: 50%;
}

#norton-logo.align-left {
    margin: 0;
}

.logos-wrapper {
    font-size: 0;
    margin-top: 25px;
    min-height: 70px;
}

.norton-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
#qbpAcctStatusMessage a{
text-decoration:underline;
}
#qbp-exception-message #simple_pay_p{margin-top:0px;}
