/* -- Fonts -- */

@font-face {
    font-family: 'Raleway';
    src: url('http://shop.kcmcanada.ca/nn/webfonts/raleway_thin-webfont.eot');
    src: url('http://shop.kcmcanada.ca/nn/webfonts/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://shop.kcmcanada.ca/nn/webfonts/raleway_thin-webfont.woff') format('woff'),
         url('http://shop.kcmcanada.ca/nn/webfonts/raleway_thin-webfont.ttf') format('truetype'),
         url('http://shop.kcmcanada.ca/nn/webfonts/raleway_thin-webfont.svg#RalewayThin') format('svg');
    font-weight: 100;
    font-style: normal;
}

/* -- */


html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, table, tr, td, form, object, embed, article, aside, canvas, command, details, fieldset, figcaption, figure, footer, group, header, hgroup, legend, mark, menu, meter, nav, output, progress, section, summary, time, audio, video { margin: 0; padding: 0; border: 0; }

article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section {
  display: block;
  }
  html {
  font: 81.25% "Helvetica Neue", helvetica, arial, sans-serif;
  background: #f6f6f6;
  color: #333;
  line-height: 1;
  direction: ltr;
  }
  a {
  color: #498baf;
  text-decoration: none;
  }
  a:active {
  color: #d14836;
  }
  a:hover {
	  color: #519ac2
  text-decoration: underline;
  }
  h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-size: 1.54em;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 .46em;
  }
  p {
  line-height: 17px;
  margin: 0 0 1em;
  }
  ol, ul {
  list-style: none;
  line-height: 17px;
  margin: 0 0 1em;
  }
  li {
  margin: 0 0 .5em;
  }
  table {
  border-collapse: collapse;
  border-spacing: 0;
  }
  strong {
  color: #222;
  }



  html, body {
  position: absolute;
  height: 100%;
  min-width: 100%;
  }
  .wrapper {
  position: relative;
  min-height: 100%;
  }
  .wrapper + style + iframe {
  display: none;
  }
  .content {
  padding: 0 44px;
  }
  
  
/* -- header -- */
  .header {
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	margin-top: 0;
}

#bar{
	width:100%;
	height:60px;
	margin:0 auto;
	text-align:center;
	padding:0;
	background:url(header-bar-repeat.png) repeat-x;
}

h1#logo {
	margin: 0;
	padding: 0;
	width: 83px;
	height: 60px;
	margin-top: -20px;
	margin-left: 50px;
	overflow: hidden;
	line-height: 300px;
	background: url(kcm_logo.png) no-repeat;
	float:left;
}
  
  /* -- main -- */
  .main {
  margin: 0 auto;
  width: 650px;
  padding-top: 23px;
  padding-bottom: 100px;
  }
  .main h1:first-child {
  margin: 0 0 .92em;
  }
  
  /* -- footer -- */
  .kcmca-footer-bar {
	position: absolute;
	bottom: 0;
	height: 35px;
	width: 100%;
	border-top: 1px solid #ebebeb;
	overflow: hidden;
	left: 0px;
  }
  .footer {
  padding-top: 9px;
  font-size: .85em;
  white-space: nowrap;
  line-height: 0;
  }
  .footer ul {
  color: #999;
  float: left;
  max-width: 80%;
  padding-left:215px;
  }
  .footer ul li {
  display: inline;
  padding: 0 1.5em 0 0;
  }
  .footer a {
  color: #333;
  }
  .footer form {
  text-align: right;
  }
  .footer form .lang-chooser {
  max-width: 20%;
  }
  .redtext {
  color: #dd4b39;
  }
  .bluetext {
  color: #3a7b9b;
  }
  .greytext {
  color: #656565;
  }
  .secondary {
  font-size: 11px;
  color: #666;
  }
  .source {
  color: #093;
  }
  .hidden {
  display: none;
  }
  
  .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '.';
  clear: both;
  height: 0;
  }
  * html .clearfix {
  zoom: 1;
  }
  *:first-child+html .clearfix {
  zoom: 1;
  }
  pre {
  font-family: monospace;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 1.5em;
  font-size: 13px;
  background: #f1f1f1;
  border-top: 1px solid #e5e5e5;
  direction: ltr;
  }



/* -- input and text area -- */
  button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
  border: 0;
  }
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=phone],
  input[type=text],
  input[type=url] {
  display: inline-block;
  height: 29px;
  margin: 0;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  }
  input[type=email]:hover,
  input[type=number]:hover,
  input[type=password]:hover,
  input[type=phone]:hover,
  input[type=text]:hover,
  input[type=url]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=phone]:focus,
  input[type=text]:focus,
  input[type=url]:focus {
  outline: none;
  border: 1px solid #4d90fe;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  input[type=email][disabled=disabled],
  input[type=number][disabled=disabled],
  input[type=password][disabled=disabled],
  input[type=phone][disabled=disabled],
  input[type=text][disabled=disabled],
  input[type=url][disabled=disabled] {
  border: 1px solid #e5e5e5;
  background: #f1f1f1;
  }
  input[type=email][disabled=disabled]:hover,
  input[type=number][disabled=disabled]:hover,
  input[type=password][disabled=disabled]:hover,
  input[type=phone][disabled=disabled]:hover,
  input[type=text][disabled=disabled]:hover,
  input[type=url][disabled=disabled]:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  }
  input[type=email][readonly=readonly],
  input[type=number][readonly=readonly],
  input[type=password][readonly=readonly],
  input[type=text][readonly=readonly],
  input[type=url][readonly=readonly] {
  border: 1px solid #d9d9d9;
  }
  input[type=email][readonly=readonly]:hover,
  input[type=number][readonly=readonly]:hover,
  input[type=password][readonly=readonly]:hover,
  input[type=text][readonly=readonly]:hover,
  input[type=url][readonly=readonly]:hover,
  input[type=email][readonly=readonly]:focus,
  input[type=number][readonly=readonly]:focus,
  input[type=password][readonly=readonly]:focus,
  input[type=text][readonly=readonly]:focus,
  input[type=url][readonly=readonly]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  }
  input[type=checkbox].form-error,
  input[type=email].form-error,
  input[type=number].form-error,
  input[type=password].form-error,
  input[type=text].form-error,
  input[type=url].form-error {
  border: 1px solid #dd4b39;
  }
  input[type=checkbox],
  input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  margin: 0;
  cursor: pointer;
  vertical-align: bottom;
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  }
  input[type=checkbox]:active,
  input[type=radio]:active {
  border-color: #c6c6c6;
  background: #ebebeb;
  }
  input[type=checkbox]:hover {
  border-color: #c6c6c6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  }
  input[type=radio] {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  width: 15px;
  height: 15px;
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
  background: #fff;
  }
  input[type=radio]:checked::after {
  content: '';
  display: block;
  position: relative;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: #666;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  }
  input[type=checkbox]:checked::after {
  content: url(//ssl.gstatic.com/ui/v1/menu/checkmark.png);
  display: block;
  position: absolute;
  top: -6px;
  left: -5px;
  }
  input[type=checkbox]:focus {
  outline: none;
  border-color:#4d90fe;
  }
 
 
/* -- button -- */
.ghbtn {
width: 270px;
border: 1px solid #0e68a0;
background: #076da2;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #34BFF3), color-stop(100%, #074AA2));
background: -webkit-linear-gradient(#34BFF3,#074AA2);
background: -moz-linear-gradient(#34BFF3,#074AA2);
background: -o-linear-gradient(#34BFF3,#074AA2);
background: -ms-linear-gradient(#34BFF3,#074AA2);
background: linear-gradient(#34BFF3,#074AA2);
-moz-box-shadow: inset 0 1px #60cbfa,0 0 0 1px rgba(0,0,0,0.4);
-webkit-box-shadow: inset 0 1px #60CBFA,0 0 0 1px rgba(0, 0, 0, 0.4);
-o-box-shadow: inset 0 1px #60cbfa,0 0 0 1px rgba(0,0,0,0.4);
box-shadow: inset 0 1px #60CBFA,0 0 0 1px rgba(0, 0, 0, 0.4);
text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
color: white;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
-khtml-border-radius: 30px;
border-radius: 30px;
padding: 7px 20px 7px 20px;
-webkit-appearance: none;
appearance: none;
font: normal 18px/24px "helvetica neue",helvetica,arial,sans-serif;
margin: 10px 0 0 0;
outline: 0;
}

.ghbtn:hover {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #074AA2), color-stop(100%, #34BFF3));
background: -webkit-linear-gradient(#074AA2,#34BFF3);
background: -moz-linear-gradient(#074AA2,#34BFF3);
background: -o-linear-gradient(#074AA2,#34BFF3);
background: -ms-linear-gradient(#074AA2,#34BFF3);
background: linear-gradient(#074AA2,#34BFF3);
background-color:#074AA2;
}


.ghbtn:active {
	position:relative;
	top:1px;
}
 
 
 
 /* -- menu -- */
  .kcmca-menu {
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-transition: opacity 0.218s;
  -moz-transition: opacity 0.218s;
  -ms-transition: opacity 0.218s;
  -o-transition: opacity 0.218s;
  transition: opacity 0.218s;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  cursor: default;
  font-size: 13px;
  margin: 0;
  outline: none;
  padding: 0 0 6px;
  position: absolute;
  z-index: 2;
  overflow: auto;
  }
  .kcmca-menuitem,
  .kcmca-tristatemenuitem,
  .kcmca-filterobsmenuitem {
  position: relative;
  color: #333;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 6px 7em 6px 30px;
  white-space: nowrap;
  }
  .kcmca-menuitem-highlight,
  .kcmca-menuitem-hover {
  background-color: #eee;
  border-color: #eee;
  border-style: dotted;
  border-width: 1px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  }
  .kcmca-menuitem-highlight .goog-menuitem-content,
  .kcmca-menuitem-hover .goog-menuitem-content {
  color: #333;
  }
  .kcmca-menuseparator {
  border-top: 1px solid #ebebeb;
  margin-top: 9px;
  margin-bottom: 10px;
  }
  .kcmca-inline-block {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  }
  * html .kcmca-inline-block {
  display: inline;
  }
  *:first-child+html .kcmca-inline-block {
  display: inline;
  }
  .dropdown-block {
  display: block;
  }
  .kcmca-flat-menu-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  border: 1px solid #dcdcdc;
  color: #444;
  font-size: 11px;
  font-weight: bold;
  line-height: 27px;
  list-style: none;
  margin: 0 2px;
  min-width: 46px;
  outline: none;
  padding: 0 18px 0 6px;
  text-decoration: none;
  vertical-align: middle;
  }
  .kcmca-flat-menu-button-disabled {
  background-color: #fff;
  border-color: #f3f3f3;
  color: #b8b8b8;
  cursor: default;
  }
  .kcmca-flat-menu-button.goog-flat-menu-button-hover {
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  border-color: #c6c6c6;
  color: #333;
  }
  .kcmca-flat-menu-button.kcmca-flat-menu-button-focused {
  border-color: #4d90fe;
  }
  .form-error .kcmca-flat-menu-button {
  border: 1px solid #dd4b39;
  }
  .form-error .kcmca-flat-menu-button-focused {
  border-color: #4d90fe;
  }
  .kcmca-flat-menu-button.kcmca-flat-menu-button-open,
  .kcmca-flat-menu-button.kcmca-flat-menu-button-active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  background-color: #eee;
  background-image: -webkit-linear-gradient(top,#eee,#e0e0e0);
  background-image: -moz-linear-gradient(top,#eee,#e0e0e0);
  background-image: -ms-linear-gradient(top,#eee,#e0e0e0);
  background-image: -o-linear-gradient(top,#eee,#e0e0e0);
  background-image: linear-gradient(top,#eee,#e0e0e0);
  border: 1px solid #ccc;
  color: #333;
  z-index: 2;
  }
  .kcmca-flat-menu-button-caption {
  vertical-align: top;
  white-space: nowrap;
  }
  .kcmca-flat-menu-button-dropdown {
  border-color: #777 transparent;
  border-style: solid;
  border-width: 4px 4px 0;
  height: 0;
  width: 0;
  position: absolute;
  right: 5px;
  top: 12px;
  }
  .jfk-select .kcmca-flat-menu-button-dropdown {
  background: url(//ssl.gstatic.com/ui/v1/disclosure/grey-disclosure-arrow-up-down.png) center no-repeat;
  border: none;
  height: 11px;
  margin-top: -4px;
  width: 7px;
  }
  .kcmca-menu-nocheckbox .kcmca-menuitem,
  .kcmca-menu-noicon .kcmca-menuitem {
  padding-left: 16px;
  vertical-align: middle;
  }
  
  
  .errormsg {
  margin: .5em 0 0;
  display: block;
  color: #dd4b39;
  line-height: 17px;
  }
  .help-link {
  background: #dd4b39;
  padding: 0 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  text-decoration: none;
  position: relative;
  top: 0px;
  }
  .help-link:visited {
  color: #fff;
  }
  .help-link:hover {
  color: #fff;
  background: #c03523;
  text-decoration: none;
  }
  .help-link:active {
  opacity: 1;
  background: #ae2817;
  }



/* -- NN Text Field -- */
.text_field {
	color: #4b89d7;
	font-size: 16px;
	line-height: 29px;
}
.text_field2 {
	color: #4b89d7;
	font-size: 16px;
}
.nn_field {
	display: inline-block;
	height: 29px;
	margin: 0;
	padding: 0 8px;
	background: white;
	border: 1px solid #b9b9b9;
	border-top: 1px solid silver;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.postal_field {
	color: #4b89d7;
	font-size: 16px;
	line-height: 29px;
}



/* -- New Name Minibook -- */
  .main {
  width: 950px;
  }
  .signup-steps.step-1 h1 {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 3.2em;
  text-align: center;
  margin-top:60px;
  }
  .signup-steps.step-2 h1 {
  text-align: center;
  }
  .signup-steps.step-3 h1 {
  text-align: right;
  }
  .signup-steps ol {
  position: relative;
  margin: 0 0 45px;
  height: 13px;
  border-bottom: 1px solid #ebebeb;
  }
  .signup-steps ol li {
  position: absolute;
  display: inline-block;
  height: 25px;
  width: 25px;
  border: 1px solid #ebebeb;
  background: #fff;
  color: #666;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  }
  .signup-steps ol li.step-1 {
  left: 0;
  }
  .signup-steps ol li.step-2 {
  margin-left: -14px;
  left: 50%;
  }
  .signup-steps ol li.step-3 {
  right: 0;
  }
  .signup-steps ol li.selected {
  color: #fff;
  background: #dd4b39;
  border: 0;
  }
/* -- New Name Minibook sign-up -- */
  .signuponepage .sign-up {
  width: 362px;
  float: right;
  }
  .signuponepage .signup-box {
  margin: 0;
  padding: 25px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  }
/* -- New Name Minibook side-content-- */
  .signuponepage .side-content {
  margin: 0 0px 0 0;
  }
  .signuponepage .side-content .book {
  margin: 0 0 2.5em;
  overflow: hidden;
  }
  .signuponepage .side-content .book img:first-child {
  float: left;
  border: non;
  }
  .signuponepage .side-content .book div {
  margin: 0 0 0 0px;
  float: left;
  width:600px;
  }
  .signuponepage .side-content .book div h2 {
  color: #173d67;
  font-size: 2.2em;
  line-height: 36px;
  }
  .signuponepage .side-content .book div h3 {
  color: #173d67;
  }
  .signuponepage .side-content .book div h4 {
  color: #555555;
  font-size: 1.2em;
  line-height: 24px;
  }
  .signuponepage .side-content .book div p {
  color: #6d6d6d;
  line-height: 21px;
  font-family: 'Georgia', serif;
  font-size: 1.2em;
  }
  .signuponepage .side-content .book .mini1 {
  margin: 0 0 0 0px;
  }
  .signuponepage .side-content .book .mini2 {
  margin: 0 0 0 40px;
  }
  
  .signuponepage .side-content .book div p:last-child {
  margin: 0;
  }
  .signuponepage .why-information {
  margin: 1em 25px 0;
  color: #999;
  }
  .signuponepage input[type=text],
  .signuponepage input[type=password] {
  direction: ltr;
  }
  .signuponepage input[type=phone],
  .signuponepage input[type=text],
  .signuponepage input[type=password],
  .signuponepage select {
  width: 100%;
  }
  .signuponepage .form-element {
  position: relative;
  margin: 0 0 1.5em;
  }
  .signuponepage .form-element label {
  display: inline-block;
  width: 100%;
  position: relative;
  }
  .signuponepage .form-element strong {
  margin: 0 0 .5em;
  display: inline-block;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  }
  .signuponepage .form-element.multi-field label strong {
  display: none;
  }
  .signuponepage .form-element .placeholder-text {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #999;
  display: none;
  }
  .signuponepage .form-element.name label.firstname {
  width: 150px;
  margin-right: 5px;
  }
  .signuponepage .form-element.name label.lastname {
  width: 150px;
  }
  .signuponepage .form-element.name label.firstname input,
  .signuponepage .form-element.name label.lastname input {
  direction: ltr;
  }
  .signuponepage .form-element.name .placeholder-text {
  left: 10px;
  }
  
  .signuponepage .form-element.postcode label.postcode1 {
  width: 150px;
  margin-right: 5px;
  }
  .signuponepage .form-element.postcode label.postcode2 {
  width: 150px;
  }
  .signuponepage .form-element.postcode label.postcode1 input,
  .signuponepage .form-element.postcode label.postcode2 input {
  direction: ltr;
  }
  .signuponepage .form-element.postcode .placeholder-text {
  left: 10px;
  }
  
  .signuponepage .form-element.birthday label {
  margin-right: 5px;
  }
  .signuponepage .form-element.birthday label.year {
  width: 97px;
  margin-right: 0;
  }
  .signuponepage .form-element.birthday label.month {
  width: 135px;
  }
  .signuponepage .form-element.birthday label.day {
  width: 60px;
  }
  .signuponepage .form-element.gmail-address input {
  direction: ltr;
  }
  .signuponepage .form-element .atgmail {
  position: absolute;
  top: 27px;
  right: 10px;
  color: #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  direction: ltr;
  }
  .signuponepage .username-suggestions {
  margin: .5em 0 0;
  color: #666;
  }
  .signuponepage .username-suggestions a {
  display: inline-block;
  cursor: pointer;
  margin-left: 1em;
  }
  .signuponepage .form-element.no-recovery-email label strong {
  color: #797979;
  }
  .signuponepage .form-element .set-homepage-explanation {
  margin-bottom: 20px;
  color: #797979;
  }
  .signuponepage .form-element.terms-of-service input[type=checkbox],
  .signuponepage .form-element.personalization input[type=checkbox],
  .signuponepage .form-element.recovery-email input[type=checkbox],
  .signuponepage .form-element.set-homepage input[type=checkbox] {
  float: left;
  margin: 2px 0 0;
  }
  .signuponepage .form-element.terms-of-service label strong,
  .signuponepage .form-element.personalization label strong,
  .signuponepage .form-element.no-recovery-email label strong,
  .signuponepage .form-element.set-homepage label .set-homepage-explanation strong {
  font-weight: normal;
  line-height: 17px;
  display: block;
  margin: 0 0 0 28px;
  width: 282px;
  }
  .signuponepage .form-element.book-offer input[type=radio] {
  float: left;
  margin: 2px 0 0;
  }
  .signuponepage .form-element.book-offer label strong {
  font-weight: normal;
  line-height: 17px;
  display: block;
  margin: 0 0 0 28px;
  width: 242px;
  }
  .signuponepage .form-element.nextstep-button {
  text-align: right;
  margin: 0;
  }
  .signuponepage .terms-of-service .errormsg {
  margin-left: 28px;
  }
  .signuponepage .infomsg {
  color: #797979;
  line-height: 17px;
  margin: 0.5em 0 0;
  display: none;
  }

  #BirthMonth .kcmca-flat-menu-button {
  width: 108px;
  margin: -3px 0 0 0;
  }
  #Gender .kcmca-flat-menu-button {
  width: 285px;
  margin: 0;
  }
  #province {
  position: relative;
  }
  #province .kcmca-menu {
  height: 200px;
  overflow: auto;
  top: 0 !important;
  z-index: 1202;
  }
  #province .kcmca-flat-menu-button {
  width: 285px;
  margin: 0;
  overflow: hidden;
  }
  
  
  #privacy {
	background-color:#ffffff;
	font-size:14px;
	margin:auto;
	padding: 10px 0px 0px 0px;
	text-align:center;
}
#imagebox {
	padding-left:60px;
	padding-right:60px;
	text-align:center;
	margin:auto;
}

.seperator{
		list-style:none;
        margin: 30px auto 20px; 
        width:100%; 
        border-bottom: 1px dotted #121212;
		text-shadow: 0 1px 2px rgba(255,255,255,.0);
 }
