body{
    width:100%;
}

.header {
  height: 50px;
  display: block !important;
  background-color: #fff;
  border-top: #003366 solid 3px;
  margin-bottom: 20px;
  top: 0;
  left: 0;
  width: 100%;
}
.page-checkout #fb_wrap {
  margin-top: 20px !important;
}

#fb_wrap {
	background: #FFFFFF;
	border: 1px solid rgb(185,194,216);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:810px;
	padding:10px;
	display:block;
	margin: 80px auto;
	overflow: hidden;
	behavior: url(/libs/pie2/PIE.php);
}

#fb_wrap.large {
	padding: 20px !important;
}
.top-banner {
	height:50px;
	display:block !important;
	background-color:#fff;
	border-top: #003366 solid 3px;
  margin-bottom: 20px;
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	behavior: url(/libs/pie2/PIE.php);
}
.top-banner-img {
	height:40px;
	width:125px;
	background-image:url('../images/logo_paystand_med.png');
	background-repeat: no-repeat;
	background-size: cover;
	-pie-background-size: cover;
	margin-top:5px;
	margin-left:20px;
	float:left;
	behavior: url(/libs/pie2/PIE.php);
}
.middle-banner-img {
	height:26px;
	width:64px;
	background-image:url('../images/hood.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#fb_wrap.small .middle-banner-img {
	margin-right:20px;
}
#fb_wrap, #fb_wrap.large, #fb_wrap.medium, #fb_wrap.small {
	margin: 80px auto !important;
}

.login_link a:link {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 50px;
	display:block;
}
#fb_wrap.small .login_link a:link {
	display:none;
}
.fcommerce-wrap {
  margin: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
  padding: 10px;
  border: 1px solid rgb(185,194,216);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.container {
  @media @mobile {
  width: @mobileSize;
  }
  @media @tablet {
  width: @tabletSize;
  }
  @media @desktop {
    width: @desktopSize;
  }
}