.formpdf_main * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formpdf_main .fpdf-header {
  margin: 0 0 20px 0; 
}
.formpdf_main .fpdf-header div {
  font-size: 90%;
  color: #999;
}
.formpdf_main .fpdf-header h2 {
  margin: 0 0 5px 0;
}
.formpdf_main > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
.formpdf_main > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
.formpdf_main > div > label,
legend {
	width: 100%;
  float: left;
  padding-right: 10px;
}
.formpdf_main > div > div,
.formpdf_main > div > fieldset > div {
  width: 100%;
  float: right;
}
.formpdf_main > div > fieldset label {
	font-size: 90%;
  display: inline;
}
.formpdf_main fieldset {
	border: 0;
  padding: 0;
}
.form_main_content p {
    font-size: 13px;
    margin: 0px;
    line-height: 1.6;
}

.formpdf_main input[type=text],
.formpdf_main input[type=email],
.formpdf_main input[type=url],
.formpdf_main input[type=password],
.formpdf_main textarea {
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding:6px;
}
.formpdf_main input[type=text],
.formpdf_main input[type=email],
.formpdf_main input[type=url],
.formpdf_main input[type=password] {
  width: 100%;
}
.formpdf_main input[type=text]:focus,
.formpdf_main input[type=email]:focus,
.formpdf_main input[type=url]:focus,
.formpdf_main input[type=password]:focus,
.formpdf_main textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media only screen and (max-width: 600px) {
  .formpdf_main > div {
    margin: 0 0 15px 0; 
  }
  .formpdf_main > div > label,
  .formpdf_main legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  .formpdf_main > div > div,
  .formpdf_main > div > fieldset > div {
    width: 100%;
    float: none;
  }
  .formpdf_main input[type=text],
  .formpdf_main input[type=email],
  .formpdf_main input[type=url],
  .formpdf_main input[type=password],
  .formpdf_main textarea,
  .formpdf_main select {
    width: 100%; 
  }
}
@media only screen and (min-width: 1200px) {
  .formpdf_main > div > label,
	.formpdf_main legend {
  	text-align: left;
  }
}