.download-top {
	padding: 35px 0 20px 0;
	border-bottom: 1px solid #ddd;
}

.download-top h1 {
  font-size: 31px;
  font-weight: 300;
  color: #333;
}

.download-top h2 {
  font-size: 16px;
  font-weight: 300;
  color: #888;
}

.download-main {
	padding-top: 30px;
	padding-bottom: 100px;
}

.download-border-left  {
	height: 100%;
	border-left: 1px solid #ddd;
	position: absolute;
	left: 0px;
	top: 0px;
}

.download-line {
	border-bottom: 1px solid #ddd;
	margin: 0 15px;
}

.download-form {
	display: inline-block;
	padding-bottom: 50px;
}

.download-form-title {
	  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #323232;
}

.download-input-help {
	margin-top: 10px;
}

/*Search*/
.download-search-section {
	padding-top: 20px;
}

.download-search-section > p {
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.download-search-container {
	position: relative;
  color: #515151;
  text-align: center;
  display: inline-block;
}

.download-search-container > span {
    font-size: 17px;
  line-height: 30px;
  font-weight: bold;
    display: block;
  margin-bottom: 12px;
}

.download-search-group {
    height: 42px;
    position: relative;
    margin-bottom: 60px;
}

.download-search-group input {
      border: 1px solid #ddd;
  padding: 13px;
  background: #FFFFFF;
  height: 100%;
  width: 100%;
  border-right: none;
  border-radius: 0px;
  padding-right: 117px;
}

.download-search-group .button-pure {
    color: #fff;
    height: 100%;
    width: 100px;
    border-radius: 0px;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 32px;
}

.download-search-group .button-pure i {
    margin-top: 7px;
}

.download-or {
	position: relative;
  top: -16px;
  background-color: #fff;
  display: inline-block;
  padding: 0 20px;
}

.download-upload-btn {
	  padding: 10px;
  border-radius: 0px;
}

.download-search-container, .download-upload-btn {
	width: 68%;
}
