.signInWrapper {
	font-size:13px;
}
.signInFormWrapper, fieldset.registrationForm, .regoStage1Inner {
	padding:14px;
	background-color: #F4F4F4;
	border: 1px solid #D0D0D0;
	margin-top:15px;
}
.signInWrapper p strong {
	font-weight:bold;
}
.whyRegister {
	float:right;
	color: #FFF;
	background: rgb(177,181,121); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(177,181,121) 0%, rgb(123,128,57) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(177,181,121)), color-stop(100%,rgb(123,128,57))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(177,181,121) 0%,rgb(123,128,57) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(177,181,121) 0%,rgb(123,128,57) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(177,181,121) 0%,rgb(123,128,57) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(177,181,121) 0%,rgb(123,128,57) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b579', endColorstr='#7b8039',GradientType=0 ); /* IE6-9 */
	padding: 20px;
	width: 260px;
}
fieldset.registrationForm .whyRegister {
	height:auto;
}
.whyRegister h3, .loginArea h3 {
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.whyRegister ul {
	list-style-type:none;
	font-size:13px;
	margin-bottom:5px;
}
.whyRegister ul li {
	margin-top:15px;
	margin-bottom:5px;
	background-image: url(../images/kensingtonGlobal/whiteBullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 12px;
}
.whyRegister a.registerLink {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #7294D0;
/*	padding-left:26px;*/
	padding-left:11px;
	padding-right:11px;
	padding-top:6px;
	padding-bottom:6px;
	color:#FFFFFF;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background: rgb(227,24,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(227,24,56) 0%, rgb(193,16,44) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(227,24,56)), color-stop(100%,rgb(193,16,44))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(227,24,56) 0%,rgb(193,16,44) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(227,24,56) 0%,rgb(193,16,44) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(227,24,56) 0%,rgb(193,16,44) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(227,24,56) 0%,rgb(193,16,44) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31838', endColorstr='#c1102c',GradientType=0 ); /* IE6-9 */
	float:right;
	margin-top:14px;
}
.whyRegister a.registerLink:hover {
	background-color: #6482B8;
}
.loginArea {
	background: rgb(177,181,121); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(177,181,121) 0%, rgb(123,128,57) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(177,181,121)), color-stop(100%,rgb(123,128,57))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(177,181,121) 0%,rgb(123,128,57) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(177,181,121) 0%,rgb(123,128,57) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(177,181,121) 0%,rgb(123,128,57) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(177,181,121) 0%,rgb(123,128,57) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b579', endColorstr='#7b8039',GradientType=0 ); /* IE6-9 */
	padding: 20px;
	margin-right:340px;
	color:#FFFFFF;
}
.loginArea fieldset {
	padding:0;
	border:0;
}
.loginArea fieldset p label.label {
	float:left;
	width:150px;
	margin-top:3px;
	text-transform:capitalize;
}
.loginArea fieldset p input.textbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:none;
	padding:3px;
	width:250px;
}
.loginArea fieldset p {
	margin-bottom:15px;
}
.loginArea fieldset p.loginButtonLine {
	margin-top:15px;
}
.loginArea fieldset p.loginButtonLine input, p.forgottenPasswordButtonLine input, .mainRegoForm p.loginButtonLine input, fieldset.registrationForm input.logInButton, .prodRegistrationForm input.logInButton, .prodRegistrationThanksButtons a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #7294D0;
	padding-left:11px;
/*	padding-left:26px;*/
	padding-right:11px;
	padding-top:6px;
	padding-bottom:6px;
	border:none;
	color:#FFFFFF;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background: rgb(227,24,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(227,24,56) 0%, rgb(193,16,44) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(227,24,56)), color-stop(100%,rgb(193,16,44))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(227,24,56) 0%,rgb(193,16,44) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(227,24,56) 0%,rgb(193,16,44) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(227,24,56) 0%,rgb(193,16,44) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(227,24,56) 0%,rgb(193,16,44) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31838', endColorstr='#c1102c',GradientType=0 ); /* IE6-9 */
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.prodRegistrationForm input.logInButton {
	float: none;
}
.prodRegistrationThanksButtons a {
	float: none;
	display: inline-block;
	margin-right: 15px;
}
.loginArea fieldset p.loginButtonLine a, .forgottenPasswordButtonLine a {
	cursor:pointer;
	color: #073766;
}
.loginArea fieldset p.loginButtonLine a:hover, .forgottenPasswordButtonLine a:hover {
	color:#FFF;
}
.rememberMe label {
	padding-left:4px;
}
p.forgottenPasswordIntroTextLine {
	margin-bottom:15px;
}
p.forgottenPasswordButtonLine {
	margin-top:48px;
}
.signInOverlay .error, .signInWrapper .error, .mainRegoForm .error, .productRegistrationWrapper .error {
	display: block;
	margin: 5px 0 0 150px;
	color:#EA0D00;
	font-size: 13px;
}
.mainRegoForm .error {
	margin-left: 200px;
}
.productRegistrationWrapper .error {
	margin-left: 160px;
}
.prodRegistrationForm.step1Form .error {
	margin-left: 0;
}
.mainRegoForm {
	width: 514px;
	font-size:13px;
}
.mainRegoForm p {
	margin-bottom:10px;
}
.mainRegoForm p label.normal {
	float:left;
	width:150px;
	margin-top:2px;
}
.mainRegoForm p label.normal em {
	color:#6a9bd1;
	font-style:normal;
	padding-left:5px;
}
.requiredText {
	font-size:12px;
	padding-top:5px;
}
.requiredText em {
	color:#6a9bd1;
	font-style:normal;
}
/* Progress bar stuff from bootstrap (for password strength meter) */
.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #e4e4e4;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
	min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
	min-width: 30px;
	color: #777;
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-bar-danger {
	background-color: #d9534f;
}
/* End of bootstap stuff */
#passwordStrength {
	display: block;
	margin: 5px 0 0 200px;
}
.productRegistrationWrapper #passwordStrength {
	margin-left: 160px;
	width: 310px;
}
#passwordStrength .password-verdict {
	float: left;
	width: 100px;
	margin-top: 3px;
}
#passwordStrength .progress {
	margin: 0;
}
.cssClass1, .cssClass2, .cssClass3, .cssClass4, .cssClass5 {
	font-size:11px;
	line-height:20px;
}
.formDividerLine {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height:1px;
	overflow:hidden;
}
.regoRadioButtons label, .marketingCheckBoxes label {
	padding-left:5px;
	padding-right:10px;
}
a.regoSignInLink {
	color:#6a9bd1;
}
a.regoSignInLink:hover {
	color:#6a9bd1;
}
p.regoPageIntroText2 .error {
	color:#FF0000;
	padding-right:4px;
}
p.regoPageIntroText2 {
	font-size:13px;
}
.registeredProductsPane, .securityCodesPane {
	/*display:none;*/
}
.myAccountTabs, .myAccountTabs2 {
	height:39px;
	overflow:hidden;
	background-image: url(../images/kensingtonGlobal/infoTabsAreaBackground.gif);
	background-repeat: repeat-x;
	margin-top:10px;
}
.myAccountTabs ul, .myAccountTabs2 ul {
	list-style-type:none;
}
.myAccountTabs ul li, .myAccountTabs2 ul li {
	float:left;
	margin-right:5px;
	width:180px;
	text-align:center;
	line-height:37px;
	font-size:13px;
}
.myAccountTabs2 ul li {
	width:178px;
}
.myAccountTabs ul li a, .myAccountTabs2 ul li a {
	display:block;
	height:37px;
	display:block;
	height:37px;
	border:1px solid #D4D4D4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
/*	font-weight:bold; */
	background-color:#f6f6f6;
/*	color:#dd1737; */
	color: #073766;
	cursor:pointer;
}
.myAccountTabs ul li a.selected, .myAccountTabs2 ul li a.selected {
	background-image:none;
	background-color:#FFFFFF;
	color:#000;
	border-bottom:none;
	height:38px;
}
.myDetailsPane {
	display:none;
}
.myAccountContentContainer {
	padding:20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	border-left-color: #D4D4D4;
}
fieldset.editDetails, .registeredProductsPaneInner, .myAccountEdit {
	border: none;
	font-size:13px;
}
.editDetailsBlob1 {
	float:left;
	width:45%;
}
.editDetailsBlob2 {
	float:left;
	width: 55%;
}
.editDetailsBlob3 {
	float: left;
	clear: left;
	margin-top: 20px;
}
.editDetailsLine {
	float: left;
	width: 100%;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #CCC;
}
.editDetailsLine:last-of-type {
	border-bottom: none;
}
fieldset.editDetails a {
	color:#6a9bd1;
	margin-left:5px;
}
fieldset.editDetails a:hover {
	color:#6a9bd1;
}
fieldset.editDetails label.normal {
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
fieldset.editDetails input.myAccountTextBoxes, fieldset.editDetails input.myAccountTextBoxesWaterMark {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:2px;
	border:1px solid #CCC;
	width:150px;
	margin-bottom:2px;
}
fieldset.editDetails input.myAccountTextBoxesWaterMark {
	color:#CCCCCC;
}
fieldset.editDetails input.logInButton, .myAccountEdit input.logInButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color: #FFF;
	font-weight:bold;
	border:none;
	background-color: #7294D0;
	padding: 4px 8px 4px 22px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-image: url(../images/kensingtonGlobal/whiteTriangleOnBlue.gif);
	background-repeat: no-repeat;
	background-position: 11px 6px;
	cursor:pointer;
}
fieldset.editDetails input.logInButton:hover, .myAccountEdit input.logInButton:hover {
	background-color: #6482B8;
}
fieldset.editDetails select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;
	border:1px solid #CCC;
}
.capitaliseThis {
	text-transform: capitalize;
}
.registeredProductsTable {
	margin-top:25px;
	width:100%;
	border-collapse: collapse;
}
.registeredProductsTable tbody {
	border: solid #e2e2e2;
	border-width: 0 1px;
}
.registeredProductsTable thead {
	border: solid #363636;
	border-width: 1px 1px 0;
}
.registeredProductsTable td, .registeredProductsTable th {
	padding: 12px 16px;
}
.registeredProductsTable th {
	background-color: #363636;
	font-weight: bold;
	color: #fff;
}
.registeredProductsTable td {
	border-bottom: 1px solid #e2e2e2;
}
.registeredProductsTable tr:nth-child(odd) td {
	background-color:#f6f6f6;
}
.registeredProductsTable .popCell, .registeredProductsTable .actionsCell, .registeredProductsTable .removeCell {
	text-align: center;
}
.registeredProductsTable .reviewLink, .registeredProductsTable .viewEditLink {
	display: inline-block;
	white-space: nowrap;
	padding: 4px 8px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: #b1b579; /* Old browsers */
	background: -moz-linear-gradient(top, #b1b579 0%, #7b8039 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1b579), color-stop(100%,#7b8039)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b1b579 0%,#7b8039 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b1b579 0%,#7b8039 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b1b579 0%,#7b8039 100%); /* IE10+ */
	background: linear-gradient(top, #b1b579 0%,#7b8039 100%); /* W3C */
	color:#FFFFFF;
	border:none;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.registeredProductsTable .reviewLink:hover, .registeredProductsTable .viewEditLink:hover {
	background: #7b8039;
}
.registeredProductsTable .reviewLink {
	margin-bottom: 5px;
}
.registeredProductsTable .removeLink {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: #8e8e8e url(../images/myAccount/remove.png) center center no-repeat;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
}
.registeredProductsTable .removeLink:hover {
	background-color: #666;
}
.registeredProductsHeader {
	font-size:15px;
	font-weight:bold;
}
.registeredProductsHeader span {
	font-weight:bold;
}
.registeredProductsHeader a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left:11px;
	padding-right:11px;
	padding-top:6px;
	padding-bottom:6px;
	border:none;
	color:#FFFFFF;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background: rgb(227,24,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(227,24,56) 0%, rgb(193,16,44) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(227,24,56)), color-stop(100%,rgb(193,16,44))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(227,24,56) 0%,rgb(193,16,44) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(227,24,56) 0%,rgb(193,16,44) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(227,24,56) 0%,rgb(193,16,44) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(227,24,56) 0%,rgb(193,16,44) 100%); /* W3C */
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.registeredProductsHeader a:hover {
	background: rgb(193,16,44);
}
.myAccountEdit .registeredProductsTable td {
	vertical-align:top;	
}
.myAccountEdit .registeredProductsTable td a {
	color:#6A9BD1;
}
.myAccountEdit .registeredProductsTable td a:hover {
	color:#2c2c2c;
}
.myAccountEdit p.headerLine {
	margin-bottom:10px;
	font-weight:bold;
	font-size:15px;
}
.myAccountEdit p.headerLine a {
	font-size:13px;
	font-weight:normal;
	color:#6A9BD1;
}
.myAccountEdit p.headerLine a:hover {
	color:#2c2c2c;
}
.registeredProductsTable td .theReplacementKeyLinkOff {
	display:block;
	color:#2c2c2c;
	margin-top:5px;
}
.registeredProductsTable td a.theReplacementKeyLink {
	display:block;
	margin-top:5px;
}
.registeredProductsTable td a.noBorder {
	margin-left:4px;
}
.registeredProductsTable td.securityTypeTD1 {
	padding-left:24px;
	background-image: url(../images/kensington/securityType1Icon.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
.registeredProductsTable td.securityTypeTD2 {
	padding-left:24px;
	background-image: url(../images/kensington/securityType2Icon.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
.registeredProductsTable td input.logInButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color: #FFF;
	font-weight:bold;
	border:none;
	background-color: #7294D0;
	padding-left:18px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-image: url(../images/kensingtonGlobal/whiteTriangleOnBlue.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	cursor:pointer;
	float:right;
}
.registeredProductsTable td input.securityProductsEditBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;
	border: 1px solid #CCC;
	width:180px;
}
.myAccountEdit p {
	margin-bottom:10px;
}
.myAccountEdit p .replacementKeyFormLabel {
	font-weight:bold;
	margin-right:4px;
}
.myAccountEdit fieldset {
	padding:0;
	border:none;
}
.myAccountEdit fieldset label.normal {
	float:left;
	width:150px;
	margin-top:3px;
}
.myAccountEdit fieldset h4 {
	font-weight:bold;
	font-size:13px;
	margin-bottom:5px;
}
.myAccountEdit fieldset input.replacementKeyTextBoxes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:2px;
	border: 1px solid #CCC;
	width:280px;
}
.myAccountEdit p a {
	color:#6A9BD1;
}
.myAccountEdit p a:hover {
	color:#2c2c2c;
}
.prodRegHeading {
	margin: 15px 0;
	font-size:13px;
	font-weight: normal;
}
.productRegistrationWrapper {
	padding:30px;
	background-color: #F4F4F4;
	border: 1px solid #D0D0D0;
	margin-top:15px;
	overflow: auto;
}
.productRegistrationWrapper p {
	width: auto;
	margin-bottom: 10px;
	font-size: 13px;
}
.productRegistrationWrapper p.stepLabel {
	font-weight:bold;
	font-size: 15px;
}
.productRegistrationWrapper input.productRegoSearchText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border: 1px solid #CCC;
	width:300px;
	height: 22px;
	line-height: 22px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding: 0 10px;
	margin-bottom: 15px;
}
.regoCol1 {
	float: left;
	width: 418px;
	padding-right: 30px;
	margin-right: -1px;
	border-right: 1px solid #D2D2D2;
}
.regoCol2 {
	float: left;
	width: 419px;
	padding-left: 30px;
	border-left: 1px solid #D2D2D2;
}
.prodRegistrationForm .variantAreaInner {
	float: none;
	width: auto;
	border: none;
}
.prodRegistrationForm .variantAreaInner .variantFormLabel {
	display: block;
	color: inherit;	
}
.prodRegistrationForm .variantAreaInner .variantFormLabel:before {
	content: none;	
}
.prodRegistrationForm .variantAreaInner select {
	width: 310px;	
}
.step1ResultsLoading, .regoFormLoading, .skuLevelStuffLoading {
	height: 32px;
	background: url(../images/ajax-loader-white.gif) center center no-repeat;
}
.step1ResultsLoading, .regoFormLoading, skuLevelStuffLoading, .selectAltProduct {
	margin-top:30px;
	display: none;
}
.regoFormLoading {
	margin: 30px 300px 0 160px;
}
.selectAltProduct a {
	color:#073766;
	cursor: pointer;
	font-size: 13px;
}
.selectAltProduct a:hover {
	color:#6a9bd1;
}
.step1Results ul {
	list-style-type:none;
	margin-bottom: -15px;
}
.step1Results ul li {
	margin-bottom:15px;
	font-size:13px;
	overflow: auto;
}
.step1Results ul li img {
	width: 100px;
	height: 100px;
	border:1px solid #ccc;
	float:left;
	margin-right:15px;
	display:block;
}
.step1Results ul li a {
	display: block;
	color:#073766;
	cursor: pointer;
	margin: 10px 0;
}
.step1Results ul li a:hover {
	color:#6a9bd1;
}
.step1Results ul li span {
	display: block;
}
.regoProductPicture {
	width:138px;
	height:138px;
	border: 1px solid #CCC;
	float: left;
}
#popChecklist {
	float: right;
	width: 218px;
	padding: 20px;
	background: #f0f7ff;
	border: 1px solid #c8d9eb;
}
#popChecklist h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 13px;
}
#popChecklist p, #popChecklist ul {
	font-size: 13px;
}
#popChecklist ul {
	margin-left: 13px;
}
#popChecklist li {
	list-style-type: disc;
}
fieldset.registrationForm p {
	margin-bottom:15px;
}
fieldset.registrationForm p label.normal {
	float:left;
	width:200px;
	margin-top:3px;
	color:#2c2c2c;
	font-weight:bold;
	text-transform:capitalize;
}
fieldset.registrationForm p label em {
	font-style:normal;
	color:#6A9BD1;
}
fieldset.registrationForm select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#FFFFFF;
	border: 1px solid #CCC;
	padding:1px;
}
fieldset.registrationForm select.regoBirthdayMonth, fieldset.registrationForm select.regoBirthdayDay, fieldset.registrationForm select.regoBirthdayYear {
	width: 98px;
}
fieldset.registrationForm select.regoBirthdayMonth, fieldset.registrationForm select.regoBirthdayDay {
	margin-right: 6px;
}
fieldset.registrationForm input.regoTextBoxes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#FFFFFF;
	border: 1px solid #CCC;
	padding:1px;
	width:310px;
}
fieldset.registrationForm div.inner {
	margin-right:410px;
}
fieldset.registrationForm p.loginButtonLine {
	margin-top:20px;
}
h3.registrationThanksHeader {
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
}
fieldset.registrationForm div.inner ul {
	list-style-type:none;
	font-size:13px;
}
fieldset.registrationForm div.inner ul li {
	margin-bottom:10px;
	padding-left:15px;
	background-image: url(../images/kensingtonGlobal/greyBullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}
fieldset.registrationForm div.inner ul.productRegoOptionsList li {
	background-image: none;
}
fieldset.registrationForm div.inner ul li a {
	color:#6A9BD1;
}
fieldset.registrationForm div.inner ul.productRegoOptionsList li a {
	color:#073766;
}
fieldset.registrationForm div.inner ul li a:hover {
	color:#2c2c2c;
}
.prodRegistrationForm {
	border: none;
}
.prodRegistrationForm .ajaxSearchButton {
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:none;
	text-transform: uppercase;
	color: #FFF;
	background-color: #ADAEB0;
	background-image: -moz-linear-gradient(bottom, #ADAEB0 100%, #8B8D8F 0%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #ADAEB0), color-stop(0, #8B8D8F));
	background-image: -webkit-linear-gradient(bottom, #ADAEB0 100%, #8B8D8F 0%);
	background-image: -o-linear-gradient(bottom, #ADAEB0 100%, #8B8D8F 0%);
	background-image: -ms-linear-gradient(bottom, #ADAEB0 100%, #8B8D8F 0%);
	background-image: linear-gradient(bottom, #ADAEB0 100%, #8B8D8F 0%);
	background-repeat: no-repeat;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-left:5px;
	padding: 0 6px;
	height:24px;
	line-height:24px;
}
.prodRegistrationForm p {
	margin-bottom:15px;
	overflow: auto;
}
.prodRegistrationForm p label, .prodRegistrationForm p .label {
	display: block;
	width: 160px;
	float: left;
	font-weight: bold;
	text-transform: capitalize;
}
.prodRegistrationForm.step1Form p label, .prodRegistrationForm.step1Form p .label {
	float: none;
	width: auto;
	margin-bottom: 5px;
	text-transform: none;
}
.prodRegistrationForm p.stepLabel label {
	display: inline;
	float: none;
	width: auto;
	text-transform: none;
}
.prodRegistrationForm.step1Form p .warrantyContact label {
	display: inline;
	font-weight: normal;
	padding-left:5px;
}
.prodRegistrationForm p label em {
	font-style:normal;
	color:#6a9bd1;
}
.prodRegistrationForm .regoRadioButtons label, .prodRegistrationForm .marketingCheckBoxes label, .prodRegistrationForm .productRegoPopYesNo label {
	color: inherit;
	display: inline;
	width: auto;
	float: none;
	font-weight: normal;
	text-transform: none;
}
.prodRegistrationForm select {
	float: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#FFFFFF;
	border: 1px solid #CCC;
	padding: 1px;
	width: 310px; /* Includes border and padding */
}
.prodRegistrationForm select#regoCityStateLookup {
	width: 225px;
}
.prodRegistrationForm select.datePulldown {
	width: auto;
}
.prodRegistrationForm .productRegoPopYesNo label {
	margin-left: 5px;
}
.prodRegistrationForm .productRegoPopDetails, .prodRegistrationForm .productRegoPopAddLater {
	display: block;
	margin-bottom: 10px;
}
.prodRegistrationForm .productRegoPopYesNo label {
	display: inline-block;
}
.prodRegistrationForm .productRegoPopAddLater {
	font-size: 12px;
}
#sectionDropdowns select {
	max-width: none;
	width: 400px;
}
.prodRegistrationForm input.regoTextBoxes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#FFFFFF;
	border: 1px solid #CCC;
	padding: 2px;
	width: 304px;
}
.prodRegistrationForm.step1Form input.regoTextBoxes {
	float: none;
}
.prodRegistrationForm input.regoTextBoxes.postcode {
	width: 75px;
}
.prodRegistrationForm div.inner {
	margin: 0 300px 0 160px;
}
.prodRegistrationForm p.loginButtonLine {
	margin-top:20px;
}
.prodRegistrationForm div.inner ul {
	list-style-type:none;
	font-size:13px;
}
.prodRegistrationForm .requiredText {
	color: inherit;
	font-size: inherit;
}
.prodRegistrationForm .requiredText em {
	color:#6a9bd1;
}
.prodRegistrationForm .forgottenPasswordLink {
	float: right;
	color: #073766;
}
.prodRegistrationForm .forgottenPasswordLink:hover {
	color: #6a9bd1;
}
.productRegistrationWrapper .prodRegistrationThanksProdName {
	margin: 15px 0;
	font-size: 13px;
	font-weight: bold;
}
.productRegistrationWrapper .prodRegistrationThanksButtons {
	margin: 15px 0 0;
}
.productRegoThanksMyAccountLink {
	text-transform: capitalize;
	color:#073766;
}
.productRegoThanksMyAccountLink:hover {
	color:#2c2c2c;
}
.theCompareShareDiv {
	display:none;
}
.warrantyContact label {
	padding-left:5px;
}
#popUpload {
	padding: 20px;
	background: #eeffed;
	border: 2px dashed #12ac26;
}
#popUpload.dragHover {
	background: #D6F6D7;
}
#popUpload.filesAdded {
	background: #fff;
	border-color: #c3c3c3;
}
#popAddFile {
	text-align: center;
}
#popAddFile span {
	display: block;
}
#popAddFile .popBrowseButton {
	display: inline-block;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	border:1px solid #ff7c24;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
	background: #ff7c24; /* Old browsers */
	background: -moz-linear-gradient(top, #ff7c24 0%, #ff5400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7c24), color-stop(100%, #ff5400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff7c24 0%, #ff5400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff7c24 0%, #ff5400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff7c24 0%, #ff5400 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff7c24 0%, #ff5400 100%); /* W3C */
	padding: 8px 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#popAddFile .popBrowseButton:hover {
	background: #ff5400;
}
#popAddFile .popDragAndDropLabel {
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
}
#popAddFile .popFileGuidelines {
	font-size: 13px;
	color: #999;
}
#popAddFile #popUploadError {
	margin-top: 10px;
	padding: 6px;
	background: #fbb;
	color: #a00;
	border: 1px solid #a00;
}
#popFileAdded, #popUpload.filesAdded #popAddFile {
	display: none;
}
#popUpload.filesAdded #popFileAdded {
	display: block;
	overflow: auto;
}
.popUploading, .popUploaded, .prodRegistrationThanksSuccessful {
	display: block;
	padding: 7px 10px;
	font-size: 13px;
	line-height: 1.0;
	background: #eeffed;
	border: 1px solid #78c37a;
	color: #21ac18;
	vertical-align: middle;
}
.popUploaded, .prodRegistrationThanksSuccessful {
	padding-left: 31px;
	background: #eeffed url(../images/myAccount/popUploadedTick.png) 7px center no-repeat;
}
#popFileAdded .popCancelButton, #popFileAdded .popViewButton, #popFileAdded .popRemoveButton {
	padding: 7px 12px;
	font-size: 11px;
	line-height: 1.0;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
}
#popFileAdded .popCancelButton, #popFileAdded .popRemoveButton {
	background: #999;
}
#popFileAdded .popViewButton {
	margin-right: 5px;
	background: #7294D0;
}
#popFileAdded .popUploading, #popFileAdded.filesUploaded .popUploaded, 
#popFileAdded .popCancelButton, #popFileAdded.filesUploaded .popViewButton, #popFileAdded.filesUploaded .popRemoveButton, 
.prodRegistrationThanksSuccessful {
	display: inline-block;
}
#popFileAdded .popUploaded, #popFileAdded.filesUploaded .popUploading, 
#popFileAdded.filesUploaded .popCancelButton, #popFileAdded .popViewButton, #popFileAdded .popRemoveButton {
	display: none;
}
#popFileAdded #popFileName {
	display: block;
	width: 280px;
	margin: 0 0 6px 0;
	font-size: 13px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#popFileAdded .popImagePreview {
	float: left;
	width: 83px;
	height: 83px;
	margin-right: 20px;
	border: 1px solid #e2e2e2;
	background: url(../images/ajax-loader-white.gif) center center no-repeat;
}
#popFileAdded #popUploadingIndicator {
	float: left;
	width: 47px;
	height: 47px;
	margin-right: 20px;
	background: url(../images/ajax-loader-white.gif) center center no-repeat;
}
#popFileAdded.filesUploaded #popUploadingIndicator {
	background: url(../images/myAccount/popUploadedTickBig.png) center center no-repeat;
}
.changePasswordPane {
	font-size: 13px;	
}
.changePasswordPane fieldset {
	border: none;
	padding: 0;
}
.changePasswordPane fieldset p {
	margin-bottom: 15px;
}
.changePasswordPane fieldset p label {
	display: inline-block;
	width: 175px;
}
.changePasswordPane fieldset p input.textbox {
	font-size:13px;
	border: 1px solid #ccc;
	padding:5px;
	width:250px;
	color:#333;
}
.changePasswordPane fieldset p a.forgottenPasswordLink {
	cursor: pointer;
	color: #6a9bd1;
}
.changePasswordPane fieldset p a.forgottenPasswordLink:hover {
	color:#2c2c2c;
}
.passwordHasBeenUpdated, .currentPasswordError {
	display: block;
	padding: 6px 10px;
	margin-bottom: 15px;
	background-color: #6a9bd1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.currentPasswordError {
	background-color: #cc0000;
}
.changePasswordPane .validatorError {
	color: #cc0000;
}