@charset "UTF-8";
/* CSS Document */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 20px 15%;
  font-family:"KozukaGothicProR", sans-serif;
  font-size:14px;
  color:#666;
}
form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}

@font-face {
    font-family: 'KozukaGothicProB';
    src: url('fonts/kozgopro-bold-webfont.eot');
    src: url('fonts/kozgopro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kozgopro-bold-webfont.woff') format('woff'),
         url('fonts/kozgopro-bold-webfont.ttf') format('truetype'),
         url('fonts/kozgopro-bold-webfont.svg#KozukaGothicProB') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'KozukaGothicProM';
    src: url('fonts/kozgopro-medium-webfont.eot');
    src: url('fonts/kozgopro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kozgopro-medium-webfont.woff') format('woff'),
         url('fonts/kozgopro-medium-webfont.ttf') format('truetype'),
         url('fonts/kozgopro-medium-webfont.svg#KozukaGothicProM') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'KozukaGothicProR';
    src: url('fonts/kozgopro-regular-webfont.eot');
    src: url('fonts/kozgopro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kozgopro-regular-webfont.woff') format('woff'),
         url('fonts/kozgopro-regular-webfont.ttf') format('truetype'),
         url('fonts/kozgopro-regular-webfont.svg#KozukaGothicProR') format('svg');
    font-weight: normal;
    font-style: normal;

}

.font-thin {
	font-family: "KozukaGothicProM", sans-serif;
	font-weight: 200;
}

.font-semibold {
	font-family: "KozukaGothicProB", sans-serif;
	font-weight: 600;
}

.font-light {
	font-family: "KozukaGothicProR", sans-serif;
	font-weight: 300;
}

.tituloForm {
	font-family: "KozukaGothicProB", sans-serif;
	font-weight: 600;
	font-size:18px;
	color:#666;
	margin-bottom:20px;
}

.subtituloForm {
	font-family: "KozukaGothicProB", sans-serif;
	font-weight: 600;
	font-size:15px;
	color:#666;
}

.bodyCopy{
	font-family:"KozukaGothicProR", sans-serif;
    font-size:14px;
    color:#666;
	margin-bottom:20px;
 }
.guion{
	color:#F00;
}