.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
#application-save-button {
  margin-right: 5px;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #ededed 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #ededed 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #ededed 0%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@talentral-lightgray', endColorstr='#e4e4e4', GradientType=0);
  font-family: 'Roboto', Serif;
  font-weight: 500;
  color: #363636;
  width: 165px;
  height: 31px;
  margin-top: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  border: solid 1px #dcdcdc;
  padding-top: 10px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 1px 0px #c2c2c2;
}
#application-save-button:hover {
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #eeeeee 100%);
}
#application-submit-button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #4a4a4a;
  background: -moz-linear-gradient(top, #4a4a4a 0%, #3a3a3a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a4a4a), color-stop(100%, #3a3a3a));
  background: -webkit-linear-gradient(top, #4a4a4a 0%, #3a3a3a 100%);
  background: -o-linear-gradient(top, #4a4a4a 0%, #3a3a3a 100%);
  background: -ms-linear-gradient(top, #4a4a4a 0%, #3a3a3a 100%);
  background: linear-gradient(to bottom, #4a4a4a 0%, #3a3a3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@talentral-gray', endColorstr='@talentral-gray-hover', GradientType=0);
  color: #ffd142;
  font-family: 'Roboto', Serif;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  width: 87px;
  height: 32px;
  text-align: center;
  padding-top: 11px;
}
#application-submit-button:hover {
  background: #3d3d3d;
  background: -moz-linear-gradient(top, #3d3d3d 0%, #2d2d2d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #2d2d2d));
  background: -webkit-linear-gradient(top, #3d3d3d 0%, #2d2d2d 100%);
  background: -o-linear-gradient(top, #3d3d3d 0%, #2d2d2d 100%);
  background: -ms-linear-gradient(top, #3d3d3d 0%, #2d2d2d 100%);
  background: linear-gradient(to bottom, #3d3d3d 0%, #2d2d2d 100%);
}
#application-submit-button:active {
  background: #ffd142;
  background: -moz-linear-gradient(top, #ffd142 0%, #ffcc33 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd142), color-stop(100%, #ffcc33));
  background: -webkit-linear-gradient(top, #ffd142 0%, #ffcc33 100%);
  background: -o-linear-gradient(top, #ffd142 0%, #ffcc33 100%);
  background: -ms-linear-gradient(top, #ffd142 0%, #ffcc33 100%);
  background: linear-gradient(to bottom, #ffd142 0%, #ffcc33 100%);
  color: #4a4a4a;
}
#apply .close-button {
  background: url(/static/img/app/close-image.png) no-repeat;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  display: inline-block;
  position: absolute;
  margin-top: 12px;
  margin-left: 70px;
  cursor: pointer;
}
#apply .close-button:hover {
  background: url(/static/img/app/close-image-bold.png) no-repeat;
}
#apply .close-button {
  background: url(/static/img/app/close-image.png) no-repeat;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
