/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */

body { margin-right: 0!important; } /* Fix for WP */

.gborderbox-wrap,
.gborderbox-skin,
.gborderbox-outer,
.gborderbox-inner,
.gborderbox-image,
.gborderbox-wrap iframe,
.gborderbox-wrap object,
.gborderbox-nav,
.gborderbox-nav span,
.gborderbox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.gborderbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9020;
}

.gborderbox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.gborderbox-opened {
	z-index: 9030;
}

.gborderbox-opened .gborderbox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.gborderbox-outer, .gborderbox-inner {
	position: relative;
}

.gborderbox-inner {
	overflow: hidden;
}

.gborderbox-type-iframe .gborderbox-inner {
	-webkit-overflow-scrolling: touch;
}

.gborderbox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.gborderbox-image, .gborderbox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.gborderbox-image {
	max-width: 100%;
	max-height: 100%;
}

#gborderbox-loading, .gborderbox-close, .gborderbox-prev span, .gborderbox-next span {
	background-image: url('gborderbox_sprite.png');
}

#gborderbox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 9060;
}

#gborderbox-loading div {
	width: 44px;
	height: 44px;
	background: url('gborderbox_loading.gif') center center no-repeat;
}

.gborderbox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 9040;
}

.gborderbox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 9040;
}

.gborderbox-prev {
	left: 0;
}

.gborderbox-next {
	right: 0;
}

.gborderbox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 9040;
	visibility: hidden;
}

.gborderbox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.gborderbox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.gborderbox-nav:hover span {
	visibility: visible;
}

.gborderbox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper */

.gborderbox-lock {
	X_overflow: hidden;
}

.gborderbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9010;
	background: url('gborderbox_overlay.png');
}

.gborderbox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.gborderbox-lock .gborderbox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.gborderbox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 9050;
}

.gborderbox-opened .gborderbox-title {
	visibility: visible;
}

.gborderbox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 9050;
	text-align: center;
}

.gborderbox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.gborderbox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.gborderbox-title-inside-wrap {
	padding-top: 10px;
}

.gborderbox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Buttons */

#gborderbox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9050;
}

#gborderbox-buttons.top {
	top: 10px;
}

#gborderbox-buttons.bottom {
	bottom: 10px;
}

#gborderbox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#gborderbox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#gborderbox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('gborderbox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#gborderbox-buttons a:hover {
	opacity: 1;
}

#gborderbox-buttons a.btnPrev {
	background-position: 5px 0;
}

#gborderbox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#gborderbox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#gborderbox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#gborderbox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#gborderbox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#gborderbox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#gborderbox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

/* Buttons */

.gbbutton, .gbbutton-small {
	display: inline-block!important;
	height: auto !important;
	width: auto !important;
	margin-right: 0!important;
	margin-left: 0!important;
	margin-top: 14px!important;
	margin-bottom: 0!important;
	-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3)!important;
	-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3)!important;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3)!important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
	font-weight: bold!important;
	line-height: normal!important;
	text-align: center!important;
	text-decoration: none!important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4)!important;
	text-transform: none !important;
	cursor: pointer!important;
	outline: none!important;
	overflow: visible!important;
	color: #fff!important;
	-moz-border-radius: 6px!important;
	-o-border-radius: 6px!important;
	-webkit-border-radius: 6px!important;
	-khtml-border-radius: 6px!important;
	border-radius: 6x!important;
	color: #fff!important;
	clear: both!important;
}

.gbbutton {
	padding: 8px 18px!important;
}

.gbbutton-small {
	padding: 2px 10px!important;
}

.gbbutton-green {
	background: #a5bd24!important; /* Old browsers */
	background: -moz-linear-gradient(top, #a5bd24 0%, #7dac38 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5bd24), color-stop(100%,#7dac38))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a5bd24 0%,#7dac38 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a5bd24 0%,#7dac38 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a5bd24 0%,#7dac38 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bd24', endColorstr='#7DAC38',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #a5bd24 0%,#7dac38 100%)!important; /* W3C */
	border: 1px solid #781!important;
}

.gbbutton-green:hover,.gbbutton-green:focus {
	background: #5c8825!important; /* Old browsers */
	background: -moz-linear-gradient(top, #8fbb44 0%, #5c8825 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fbb44), color-stop(100%,#5c8825))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8fbb44 0%,#5c8825 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8fbb44 0%,#5c8825 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #8fbb44 0%,#5c8825 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fbb44', endColorstr='#5c8825',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #8fbb44 0%,#5c8825 100%)!important; /* W3C */
	border: 1px solid #670!important;
}

.gbbutton-blue {
	background: #39aad4!important; /* Old browsers */
	background: -moz-linear-gradient(top, #41c4f4 0%, #39aad4 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41c4f4), color-stop(100%,#39aad4))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #41c4f4 0%,#39aad4 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #41c4f4 0%,#39aad4 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #41c4f4 0%,#39aad4 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41c4f4', endColorstr='#39aad4',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #41c4f4 0%,#3a8fb6 100%)!important; /* W3C */
	border: 1px solid #3a8fb6!important;
}

.gbbutton-blue:hover,.gbbutton-blue:focus {
	background: #0189bc!important; /* Old browsers */
	background: -moz-linear-gradient(top, #14bcfb 0%, #0189bc 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#14bcfb), color-stop(100%,#0189bc))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #14bcfb 0%,#0189bc 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #14bcfb 0%,#0189bc 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #14bcfb 0%,#0189bc 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14bcfb', endColorstr='#0189bc',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #14bcfb 0%,#0189bc 100%)!important; /* W3C */
	border: 1px solid #0370A2!important;
}

.gbbutton-red {
	background: #BF2D32!important; /* Old browsers */
	background: -moz-linear-gradient(top, #FF2323 0%, #BF2D32 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF2323), color-stop(100%,#BF2D32))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FF2323 0%,#BF2D32 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FF2323 0%,#BF2D32 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FF2323 0%,#BF2D32 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF2323', endColorstr='#BF2D32',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #FF2323 0%,#BF2D32 100%)!important; /* W3C */
	border: 1px solid #BC1A22!important;
}

.gbbutton-red:hover,.gbbutton-red:focus {
	background: #FF2323!important; /* Old browsers */
	background: -moz-linear-gradient(top, #FF2323 0%, #C11B1B 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF2323), color-stop(100%,#C11B1B))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FF2323 0%,#C11B1B 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FF2323 0%,#C11B1B 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FF2323 0%,#C11B1B 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF2323', endColorstr='#C11B1B',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #FF2323 0%,#C11B1B 100%)!important; /* W3C */
	border: 1px solid #B71921!important;
}

/* TEST: Visible push action -> PROBLEM: Too big CSS */
.gbbutton-red:active {
	background: #FF2323!important; /* Old browsers */
	background: -moz-linear-gradient(top, #BF2D32 0%, #FF2323 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BF2D32), color-stop(100%,#FF2323))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #BF2D32 0%,#FF2323 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #BF2D32 0%,#FF2323 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #BF2D32 0%,#FF2323 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BF2D32', endColorstr='#FF2323',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #BF2D32 0%,#FF2323 100%)!important; /* W3C */
	border: 1px solid #BC1A22!important;
}

.gbbutton-gray {
	background: #DEDEDE!important; /* Old browsers */
	background: -moz-linear-gradient(top, #DEDEDE 0%, #ADADAD 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DEDEDE), color-stop(100%,#ADADAD))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #DEDEDE 0%,#ADADAD 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #DEDEDE 0%,#ADADAD 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #DEDEDE 0%,#ADADAD 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEDEDE', endColorstr='#ADADAD',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #DEDEDE 0%,#ADADAD 100%)!important; /* W3C */
	border: 1px solid #ADADAD!important;
}

.gbbutton-gray:hover,.gbbutton-gray:focus {
	background: #C9C9C9!important; /* Old browsers */
	background: -moz-linear-gradient(top, #C9C9C9 0%, #A1A1A1 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C9C9C9), color-stop(100%,#A1A1A1))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #C9C9C9 0%,#A1A1A1 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #C9C9C9 0%,#A1A1A1 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #C9C9C9 0%,#A1A1A1 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9C9C9', endColorstr='#A1A1A1',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #C9C9C9 0%,#A1A1A1 100%)!important; /* W3C */
	border: 1px solid #A1A1A1!important;
}

.gbbutton-black {
	background: #2E2E2E!important; /* Old browsers */
	background: -moz-linear-gradient(top, #2E2E2E 0%, #121212 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E2E2E), color-stop(100%,#121212))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2E2E2E 0%,#121212 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2E2E2E 0%,#121212 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2E2E2E 0%,#121212 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E2E2E', endColorstr='#121212',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #2E2E2E 0%,#121212 100%)!important; /* W3C */
	border: 1px solid #121212!important;
}

.gbbutton-black:hover,.gbbutton-black:focus {
	background: #1C1C1C!important; /* Old browsers */
	background: -moz-linear-gradient(top, #1C1C1C 0%, #050505 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1C1C1C), color-stop(100%,#050505))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1C1C1C 0%,#050505 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1C1C1C 0%,#050505 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #1C1C1C 0%,#050505 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C1C1C', endColorstr='#050505',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #1C1C1C 0%,#050505 100%)!important; /* W3C */
	border: 1px solid #050505!important;
}

.gbbutton-orange {
	background: #faa51a!important; /* Old browsers */
	background: -moz-linear-gradient(top, #faa51a 0%, #f47a20 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa51a), color-stop(100%,#f47a20))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #faa51a 0%,#f47a20 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #faa51a 0%,#f47a20 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #faa51a 0%,#f47a20 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa51a', endColorstr='#f47a20',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #faa51a 0%,#f47a20 100%)!important; /* W3C */
	border: 1px solid #da7c0c!important;
}

.gbbutton-orange:hover,.gbbutton-orange:focus {
	background: #f88e11!important; /* Old browsers */
	background: -moz-linear-gradient(top, #f88e11 0%, #f06015 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f88e11), color-stop(100%,#f06015))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f88e11 0%,#f06015 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f88e11 0%,#f06015 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f88e11 0%,#f06015 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88e11', endColorstr='#f06015',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #f88e11 0%,#f06015 100%)!important; /* W3C */
	border: 1px solid #da7c0c!important;
}

/* Local Styles */

#gb_form_wrapper {
	font-family: Arial!important;
}

#gb_form_wrapper .text-input {
	font-family: Arial!important;
	font-size: 14px!important;
	color: #000!important;
	height: auto!important;
	X_line-height: normal!important;
	display: inline-block!important;
	margin: 14px 0 0 0!important;
	clear: both!important;
}

a.gborderbox-close:link,
a.gborderbox-close:visited,
a.gborderbox-close:hover,
a#gb_order_link:link,
a#gb_order_link:visited,
a#gb_order_link:hover {
	text-decoration: none!important; border: 0!important;
}

.gborderbox-overlay {
	overflow-y: auto!important;
}

.gb_need_help {
	top: 0px;
	left: 50%;
	margin-left: -144px;
	background: white !important;
	padding: 8px 50px;
	position: fixed;
	top: 0px;
	font-size: 15px;
	z-index: 8000;
	cursor: pointer;
	text-align: center;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-khtml-border-radius: 0 0 8px 8px;
}

.gb_need_help a {
	padding-left: 25px;
	color: #BBB;
	background: url(/wp-content/plugins/gb_order_form/gborderbox/icon1.png) 0 0 no-repeat;
}