.modal-content {
    border-radius: 0;
}
#share-modal .modal-dialog {
    max-width: 700px;
}
#share-modal .modal-header {
    border-bottom: none;
    background-color: #fafafa;
}
#share-modal .modal-footer {
    border-top: none;
}
#captchaShare-wrapper input {
    border-radius: 0;
    height: 50px;
}
#share-form .share-fields {
    height: 50px;
}
#share-sent {
    display: none;
    height: 100px;
    padding-top: 25px;
}
.share-sent-msg {
    text-align: center;
}
#share-error {
    /*display: none;*/
}
#share-modal input::-webkit-input-placeholder, #share-modal textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: lighter;
}
#share-modal input:-ms-input-placeholder, #share-modal textarea:-ms-input-placeholder {
  color: #999;
  font-weight: lighter;
}
#share-modal input::-ms-input-placeholder, #share-modal textarea::-ms-input-placeholder {
  color: #999;
  font-weight: lighter;
}
#share-modal input::placeholder, #share-modal textarea::placeholder {
  color: #999;
  font-weight: lighter;
}
#share-error-text {
    padding-left: 16px;
}
#share-modal .share-modal-btns {
    padding-right: 15px;
}
#share-modal .modal-header .close {
    margin: 5px;
    padding: 0;
}