/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

.close-message {
	padding: 10px 0;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 1px dotted #000;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Structure */
body {
	margin: 0;
	padding: 0;
	background: url( /javax.faces.resource/images/background.png.faces?ln=concessionary ) repeat;
	width: 100%;
	text-align: center;
	color: #555555;
		font-family: Trebuchet MS;
		font-size: 67.5%;
		line-height: 1.4em;
}

.hidden-label {
	height: 1px;
		left: -9999em;
		overflow: hidden;
		position: absolute !important;
		top: 0;
		width: 1px;
}

.skip-to-content:focus {
	position: relative !important;
	left: auto;
	width: auto;
}

#apply-renew {
	clear: both;
	border-top: 1px solid #CCC;
	padding: 15px 0 0;
}

#outer-wrapper {
	margin: 0 auto;
	width: 960px;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

#header-outer {
	height: 130px;
	margin: 0 0 10px;
}

#header {
	position: relative;
}

#content-holder {
	height: auto !important;
	height: /**/ 384px ;
	height /**/: 384px;
	min-height: 384px;
	background: #FFFFFF;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	padding: 30px;
		position: relative;
		display: inline-block;
		width: 880px;
}

#centre {
	float: left;
	width: 590px;
}

#right {
	float: right;
	width: 250px;
	padding-left: 20px;
}

#centreHome {
	width: 420px;
	padding: 0 10px 10px 0;
	margin: 0 0 15px 0;
	float: left;
}

#centreHome .modal-link a {
	display: block;
		font-weight: normal;
		margin-top: 1em;
}

#centreReplacement {
	width: 100%;
}

#rightHome {
	margin: 0 0 15px;
	padding: 0 0 0 19px;
	width: 420px;
	float: right;
}

#footer-outer {
	clear: both;
	margin: 15px 0 0;
}

#footer {
	padding: 10px 0;
}

.inner-holder {
	width: 450px;
	float: left;
}

.apply-holder {
	border-right: 1px solid #CCC;
	padding: 0 19px 0 0;
}

.input-holder h4 {
		margin: 0;
}

.renew-holder {
	padding: 0 0 0 20px;
}

/* Elements */
#header h1 {
		float: right;
		position: relative;
		top: 105px;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 15px;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 5px;
}

h5 {
	margin: 0 0 15px;
}

img#logo,img.logo {
	float: left;
	height: 67px;
}

.clear {
	clear: both;
}

p {
	margin: 0 0 10px;
	line-height: 1.4em;
}

.home-image {
	margin: 0 0 20px;
	width: 420px;
	border-radius: 2px;
}

.proceed-link {
	text-align: right;
}

h1 {
	font-weight: normal;
	line-height: 1.4em;
	font-size: 1.8em;
}

h2 {
	margin: 0 0 15px;
	font-weight: normal;
	line-height: 1.4em;
	font-size: 1.6em;
}

.mainh2 {
		background: none repeat scroll 0 0 #F2D36B;
		display: block;
		font-size: 1.4em;
		margin: -14px 0 15px -1px;
		padding: 5px 23px;
		position: relative;
		top: 20px;
		width: 896px;
		z-index: 20;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

a {
	font-weight: bold;
	color: #0055a5;
}

a:hover {
	text-decoration: none;
}

.button-holder {
	padding: 15px 0 0 265px;
}

.required {
	color: #f00;
}


#progress-bar {
	height: 66px;
	width: 100%;
}

#progress-bar span {
	display: block;
	float: left;
	padding: 3px 9px;
	width: 132px;
	text-align: center;
	height: 38px;
	line-height: 19px;
	white-space: none;
	font-size: .9em;
	border: 1px solid #999999;
	border-radius: 2px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	background: #F8F8F8;

}

#progress-bar span.activePage {
	background: #BDF0A5;
	color: #000;
}

#progress-bar span.warningPage {
	background: #F19E28;
	color: #000;
}

.arrow {
	background: url( /javax.faces.resource/images/arrow-step.png.faces?ln=concessionary ) top
		left no-repeat;
		float: left;
		height: 15px;
		margin: 15px 7px 0;
		width: 16px;
}

body#renew3 #centre,body#replace2 #centre {
	width: 100%;
}

body#renew3 #right {
	display: none;
}

.blue-strip {
	background: #F2D36B;
}

.form-strip {
	padding: 10px;
}

.form-striped {

}

.input-holder {
	float: left;
	width: 450px;
}

.help-details {
	float: left;
	width: 50%;
}

.infobox {
	padding: 5px;
	width: 361px;
	text-align: center;
	font-style: italic;
}

.pass-image {

}

.strong {
	font-weight: bold;
}

label {
	float: left;
	font-weight: bold;
}

.holder label {
		float: none;
}

input.textf {
	float: left;
	clear: left;
}

p.info {
	clear: left;
}

.firstCheck {
	padding-top: 15px;
}

.confirm-holder strong {
	width: 150px;
	display: block;
}

.confirm-holder {
	padding: 10px;
	background: #F2D36B;
	margin: 0 0 15px;
}

.button-holder-full {
	text-align: right;
	padding: 30px 0 0;
}

.what-happen {
	background: url( /javax.faces.resource/images/icon-help.png.faces?ln=concessionary ) 5px 10px no-repeat #F2D36B;
	padding: 0 10px 10px 50px;
	margin: 10px 0 0;
	font-size: .85em;
	border: 1px solid #B5D5E0;
	width: 550px;
}

.what-happen h4 {
	margin: 10px 0 5px;
}

.w650 {
	width: 650px;
}

.resumeApp {
	display: block;
	padding: 10px;
	background: #F2D36B;
	margin: 0 0 15px;
}

fieldset.fsNoBorder {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset.fsNoBorder legend {
	display: none;
}

ol.form {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.form li.form {
	clear: both;
}

ol.form li.form label {
	width: 12em;
	display: block;
}

ol.form li.form span {
	float: left;
	/* width: 300px; */
	margin-bottom: 10px;
	margin-right: 5px;
}

ol.form li.form td label {
	width: auto;
	float: left;
	margin: -3px 0 5px;
	font-weight: normal;
}

ol.form li.form td input,#form-striped td input {
	float: left;
	margin: 0 10px 0px 0
}

#form-striped label {
	font-weight: normal;
}

#saved-progress {
	background: none repeat scroll 0 0 #F2D36B;
	padding: 10px;
	display: none;
}

#saved-details, /* .photobox, */ #check-details {
	background: #F2D36B;
	margin: 0 0 15px;
	padding: 10px;
}

.photobox {
	display: block;
}

.photobox p {
	text-align: left;
}

#saved-progress span,#saved-details span {
	display: block;
	float: left;
	width: 100px;
}

#form-striped span.radioGroup table {
	clear: both;
	margin: 15px 0 15px 15px;
}

#saved-details span,.normalFs span {
	width: 130px;
	padding: 0 15px 0 0;
}

.printButton {
	margin: 0 0 0 30px;
}

#saved-details p {
	clear: both;
}

.normalFs {
	border: 1px solid #CCC;
	padding: 10px;
}

.normalFs legend {
	font-weight: bold;
}

.normalFs label {
	padding: 0 15px 0 0;
	width: 160px;
	font-weight: normal;
	float: none;
}

/* Modal */
#basic-modal-content {
	display: none;
}

#simplemodal-overlay {
	background-color: #000;
}

#simplemodal-container {
	border: 4px solid #444;
}

#simplemodal-container .simplemodal-data {
	padding: 8px;
}

#simplemodal-container a.modalCloseImg {
	background: url(../images/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -16px;
	cursor: pointer;
}

.confirm-message {
	padding: 10px 5px 10px 50px;
	margin: 10px 0 20px;
	clear: both;
	background:
		url("../images/icon-approved.png.faces?ln=concessionary")
		no-repeat 5px 10px #ACEC8F;
	border: 1px solid #00ff00;
}

.home-option {
	padding: 0 10px 15px 0;
	border-bottom: 1px dotted #DDD;
	margin: 0 0 15px;
}

.ho-last {
	border: none;
}

a.apply-link {
	font-size: 1.4em;
	text-decoration: none;
				-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background:		#FEDA71;
	background: 	-webkit-linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
	background: 	-moz-linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
	background: 	-ms-linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
	background: 	-o-linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
	background: 	linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
		border-color: #F5B74E #E5A73E #D6982F;
		border-image: none;
		border-style: solid;
		border-width: 1px;
		box-shadow: 0 1px 1px #D3D3D3, 0 1px 0 #FEE395 inset;
		color: #80552B;
		padding: 7px;
		text-shadow: 0 1px 0 #FEDD9B;
		font-weight: normal;
		cursor:pointer;
}

a.apply-link:hover {
	background:		#FFD04A;
	background: 	-webkit-linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
	background: 	-moz-linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
	background: 	-ms-linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
	background: 	-o-linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
	background: 	linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
}

.pl1 {
	margin: 30px 0 10px;
	text-align: right;
}

.proceed-link .cboxElement {
	background: none;
	border: none;
	text-decoration: underline;
	color: #0055A5;
	margin: 0;
	clear: both;
	padding: 8px 0 0 0;
	display: block;
	cursor: pointer;
}

.label-disabled {
	color: #999;
}

#pre-centre {
	width: 100%;
}

.crime-number {
	padding: 5px;
	background: #C3DCE5;
	border: 1px solid #A5C6D1;
}

.crime-number label {
	width: 180px
}

.pass-image {
	padding-left: 80px;
}

#pass-summary tr th {
	background: #E0E0E0;
	padding: 5px 10px;
}

#pass-summary {
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	width: 100%;
}

#pass-summary tr,#pass-summary td {

}

.total-row {
	font-weight: bold;
}

#pass-summary td {
	padding: 5px 10px;
}

#pass-summary tr.odd {
	background: #e5f3f8;
}

.tbl-total {
	text-align: right;
	font-weight: bold;
}

.tbl-total-cost {
	font-weight: bold;
}

#pass-summary .total-row td {
	border: none;
}

.form-sub-heading {
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}

#selectYourAddress {
	clear: left;
	width: auto;
	width: 405px;
}

ol.form li.form label.select-address-label {
	margin-bottom: 10px;
	width: 100%;
}

ol.form li.address-selector span {
	width: 100%;
	margin-bottom: 5px;
}

option.sodd {
	background: #F2D36B;
}

ol.form li.form span.no-address {
	font-size: 0.85em;
	margin: 0 0 20px;
	text-align: right;
	width: 100%;
}

.middle-name {
	display :none;
}

h3.pageH3 {
	margin-top: 32px;
}

h4 {
	margin: 30px 0 0;
}

a.txtrz {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url( /javax.faces.resource/images/textresize.png.faces?ln=concessionary );
	text-indent: -3000em;
	float: left;
	background-repeat: none;
	margin: 0 0 0 2px;
}

.textrz2 {
	background-position: -24px 0;
}

.textrz3 {
	background-position: -48px 0;
}

#resize-text {
	position: absolute;
	top: 20px;
	right: 0;
}

#resize-text span {
	float: left;
	margin: 0 10px 0 0;
	display: inline;
	color: black;
}

.options-help h4 {
	margin: 0px;
}

.page-help {
	margin: 10px 0 0;
	font-size: .85em;
	padding: 10px;
	background: #F2D36B;
	border: 1px solid #B5D5E0;
}

.page-help h4 {
	margin: 0;
}

.page-help ul li {
	font-style: italic;
}

input[type=text],select {
	padding: 2px;
	font-size: 1em;
	font-weight: normal;
	font-family: arial;
}

.error-message {
	background: url("../images/icon-error.png.faces?ln=concessionary") no-repeat scroll 5px 5px #EB6969;
	font-weight: normal;
	margin: 0 0 20px;
	padding: 10px 10px 10px 10px;
	border: 1px solid red;
	color: white;
	text-align: center;
	border-radius: 4px;
	line-height: 2em;
}

@keyframes judder
{
0%   {left:4px;}
15%  {left:-4px;}
30%  {left:4px}
45%  {left:-4px}
60%  {left:4px}
75%  {left:-4px}
90%  {left:4px}
100% {left:0px;}
}

@-moz-keyframes judder
{
0%   {left:4px;}
15%  {left:-4px;}
30%  {left:4px}
45%  {left:-4px}
60%  {left:4px}
75%  {left:-4px}
90%  {left:4px}
100% {left:0px;}
}

@-webkit-keyframes judder
{
0%   {left:4px;}
15%  {left:-4px;}
30%  {left:4px}
45%  {left:-4px}
60%  {left:4px}
75%  {left:-4px}
90%  {left:4px}
100% {left:0px;}
}

@-o-keyframes judder
{
0%   {left:4px;}
15%  {left:-4px;}
30%  {left:4px}
45%  {left:-4px}
60%  {left:4px}
75%  {left:-4px}
90%  {left:4px}
100% {left:0px;}
}

.error-message li {
	color: #FFFFFF;
	list-style: none;
}

p.reqForm {
	font-style: italic;
	margin: 0 0 20px;
}

ol.form li.form span.warning, #finishRenewalHolderId span.warning {
	font-style: italic;
	color: #FF0000;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
	width: 400px;
	position: relative;
	animation: judder 0.4s ease 0.5s;
	-moz-animation: judder 0.4s ease 0.5s; /* Firefox */
	-webkit-animation: judder 0.4s ease 0.5s; /* Safari and Chrome */
	-o-animation: judder 0.4s ease 0.5s; /* Opera */
}

#customerDob,input.hasDatepicker {
	margin: 0;
}

.striped {
	width: 100%;
}

.striped option {
	padding: 3px 0 3px 5px;
}

#right .what-happen {
	width: auto;
}

.hidden {
	display: none;
}

.photo {
	float: left;
	width: 125px;
}

#photoGuidelines {
	margin: 0;
	float: left;
}

p.photo-text {
	font-style: italic;
	font-size: 0.85em;
	margin: 5px 0 0;
	color: #666;
}

.divider {
	display: block;
	border-bottom: 1px solid #ccc
}

.photo-guidelines-container {
	border-bottom: 1px solid #CCC;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

p.guidelines-help {
	margin: 0 0 20px;
}

span#uploadMethod {
	text-align: center;
}

.uploadBtn {
	margin: 15px 5px 20px;
}

p.refnum {
	font-weight: bold;
	margin: 20px;
	text-align: center;
}

body .ui-fileupload-browser {
	border: none;
	background:
		url(../javax.faces.resource/upload-photo-btn.png.faces?ln=images) top
		left no-repeat;
	width: 133px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	cursor: pointer;
}

/* MODAL */
body #cboxContent {
	border: 2px solid #CCC;
	padding: 10px;
	background: #FFF;
	width: 400px;
	text-align: left;
	font-size: 1.4em;
}

body #cboxLoadedContent {
	background: #FFF;
	padding: 0;
	height: auto !important;
}

p.modal-details {
	text-align: center;
	clear: both;
	padding: 0 0 20px 0;
}

p.modal-details span.mdfd {
	text-align: right;
	width: 200px;
	display: block;
	float: left;
}

p.modal-details span.mdsd {
	padding: 0 0 0 30px;
	text-align: left;
	display: block;
	float: left;
	font-weight: bold;
	font-family: verdana;
}

.modal-print {
	display: block;
	text-align: right;
	margin: 0 0 20px;
}

div.modal-resume {
	text-align: right;
	margin: 30px 0 0;
}

div.modal-cancel {
	float: left;
	margin-top: 20px;
}

.return-later {
	margin: 3px 0 0
}

p.footer-help {
	float: right;
}

.page-help ul {
	padding: 0 0 0 20px
}

.page-help ul li {
	padding: 0 0 10px;
}

ol.form li.form .helptext {
	display: block;
	float: right;
	margin: 0 0 20px;
	padding: 0;
	width: 260px;
}

.footer-box {
	width: 402px;
	height: 95px;
	border: 1px solid #B5D5E0;
	padding: 20px 30px;
	float: left;
	background: #F2D36B;
}

.first-footer-box {
	margin-right: 10px;
}

p.copyright {
	margin: 15px 0 0;
	font-size: 0.85em;
	text-align: center;
}

.input-help {
	clear: left;
	margin: 0 0 20px 180px
}

#saved-details {
	border: 1px solid #B5D5E0;
	font-size: .9em;
}

strong.details-title {
	border-bottom: 1px solid #B5D5E0;
	padding: 0 0 5px;
	display: block;
}

.normalFs p span {
	float: left;
	width: 200px
}

/* Primefaces Override */
input.ui-inputfield,input.ui-inputfield:focus,input.ui-inputfield:hover
	{
	-moz-box-shadow: none !important;
	-moz-border-radius: 0px !important;
	padding: 3px !important;
	border: 1px solid #A5ACB2 !important;
}

body #cboxClose {
	background:
		url(../javax.faces.resource/modal-close-button.png.faces?ln=images)
		top left no-repeat;
	height: 42px;
	position: absolute;
	right: 0;
	top: -21px;
	width: 42px;
}

ol.form li.form span.hint {
	display: block;
	width: 420px;
}

a.cboxElement {

}

.formButton {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background:		#FEDA71;
	background: 	-webkit-linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
	background: 	-moz-linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
	background: 	-ms-linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
	background: 	-o-linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
	background: 	linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
		border-color: #F5B74E #E5A73E #D6982F;
		border-image: none;
		border-style: solid;
		border-width: 1px;
		box-shadow: 0 1px 1px #D3D3D3, 0 1px 0 #FEE395 inset;
		color: #80552B;
		font-size: 1.4em;
		font-weight: normal;
		padding: 7px;
		text-decoration: none;
		text-shadow: 0 1px 0 #FEDD9B;
		margin-left: 20px;
}

.formButton:hover {
	background:		#FFD04A;
	background: 	-webkit-linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
	background: 	-moz-linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
	background: 	-ms-linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
	background: 	-o-linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
	background: 	linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
	cursor: pointer;
}

p.modal-resume-text {
	margin-bottom: 25px;
}

.mdfd-resume {
	width: 110px !important;
	display: block !important;
	float: left;
	text-align: right;
}

.normalFs p label {
	float: left;
	width: 200px;
	clear: left;
}

#customerPhotoHolder {
	text-align: center;
	display: block;
}

p.savelater {
	margin: 10px 0 0 0;
	font-size: .9em;
	font-style: italic;
}

p.before-submit {
	border-top: 1px solid #CCC;
	margin: 20px 0 20px 0;
	padding: 10px 0 0 0;
}

#your-photo {
	text-align: center;
}

#right #saved-details span {
	width: 100%;
}

#no-address-details {
	background: #F2D36B;
	clear: both;
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid #B5D5E0;
}

.details-table tr td.details-table-title {
	font-weight: bold;
	padding: 0;
}

.details-table tr td {
	padding: 0 0 10px
}

body table.ui-fileupload-files {
	margin: 20px 0 0 -220px;
	width: 600px;
	font-family: arial;
}

body table.ui-fileupload-files tr td {
	padding: 5px;
}

body table.ui-fileupload-files .ui-icon-alert {
	display: none;
}

body td.ui-fileupload-progress {
	background: none;
}

body td.ui-fileupload-progress div {
	width: 200px;
	background: none;
	font-weight: bold;
}

.rdt-td2 {
	font-weight: bold;
}

.rdt-td1 {
	width: 150px;
}

table.replace-details-table {
	width: 100%;
}

table.replace-details-table tr td {
	padding: 0 0 8px;
}

.payment-button-message {
	text-align: right;
	margin: 10px 0;
	font-style: italic;
}

.your-final-photo {
	text-align: center;
}

.checkmsg {
	background: none repeat scroll 0 0 #F6D9E7;
	border: 1px solid #E0B7CB;
	font-size: 1em;
	margin: 20px 0 0;
	padding: 10px;
}

ol ul {
	margin: 0 0 20px
}

* html #right {
	width: 260px;
}

/* Cookie bar */
div.cookiebar {
	background-color: #F2D36B;
	background-image: -moz-linear-gradient(center top , #F2D36B 0%, #F2D36B 100%);
	-webkit-border-radius-bottom:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 30px;
	text-align: center;
	z-index: 1000;
	padding: 5px;
	position: relative;
}

div.cookiebar p {
	color: #FFFFFF;
	font-size: 0.9em;
	margin: 0 20px;
}

div.cookiebar p a {
	color: #FFFFFF;
	font-size: 100%;
}

.cookiebarcloseButton {
	border: 1px solid #FFFFFF;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: none;
	margin: 0;
	padding: 0;
	right: 0.8em;
	top: 0.5em;
	position: absolute;
	display: block;
	width: 2em;
	cursor: pointer;
}

.cookiebarcloseImage {
	margin-top: 0.2em;
}

.ui-lightbox-inline {
	background: none repeat scroll 0 0 white;
	border: 1px solid #686565;
	padding: 40px;
	font-size: 1.3em;
	font-family: trebuchet ms;
	width: 880px;
}

#j_idt35 {
	font-size: 1.4em;
	text-decoration: none;
				-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background:		#FEDA71;
	background: 	-webkit-linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
	background: 	-moz-linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
	background: 	-ms-linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
	background: 	-o-linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
	background: 	linear-gradient(center top , #FEDA71 0%, #FEBB4A 100%);
		border-color: #F5B74E #E5A73E #D6982F;
		border-image: none;
		border-style: solid;
		border-width: 1px;
		box-shadow: 0 1px 1px #D3D3D3, 0 1px 0 #FEE395 inset;
		color: #80552B;
		padding: 7px;
		text-shadow: 0 1px 0 #FEDD9B;
		font-weight: normal;
		cursor:pointer;
}

#j_idt35:hover {
	background:		#E5C466;
	background: 	-webkit-linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
	background: 	-moz-linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
	background: 	-ms-linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
	background: 	-o-linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
	background: 	linear-gradient(center top , #FFD04A 0%, #FFD04A 100%);
}

/* Typography alterations for text only pages */

#infoContent {
	padding: 1em;
}

#infoContent h2 {
	background: none repeat scroll 0 0 #F2D36B;
		color: #FFFFFF;
		display: block;
		font-size: 1.5em;
		margin: -15px 0 -15px -1px;
		padding: 5px 23px;
		position: relative;
		top: -30px;
		left: -45px;
		width: 896px;
		z-index: 20;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

#infoContent h3 {
	margin: 1.5em 0 0.5em;
}

#infoContent h4 {
	margin: 0 0 0.5em;
}

#infoContent p {
	margin: 0 0 0.5em 1em;
}

.scrn-read {
		height: 1px;
		left: 0;
		overflow: hidden;
		position: absolute;
		text-align: center;
		top: -5000px;
		width: 1px;
}

#modal h3 {
	text-align: center;
}

ol.form li.form label.contactLabels {
	width: 270px;
}

.hostedPaymentIframe {
	border-style: none;
	width: 150%;
	height: 600px;
	overflow: hidden;
	float: left;
}

.paymentDetail label {
    display: block;
    width: 14em !important;
}

.paymentDetail span {
    float: left;
    margin-bottom: 10px;
    margin-right: 5px !important;
}
