#captcha_content_wrapper.captcha-service-2{
    width: 200px;
    margin: 20px auto;
    padding: 2px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: 0 2px 6px #ccc;
    background: #F3F3F3; /* old browsers */
    background: -moz-linear-gradient(top, #F3F3F3 0%, #FAFAFA 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3F3), color-stop(100%,#FAFAFA)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#FAFAFA',GradientType=0 ); /* ie */

  }
  #captcha_content_wrapper.captcha-service-2 form.captcha{
    margin: 0;
  }
#captcha_content_wrapper.captcha-service-2 .display {
    background-color: #fff;
  }

#captcha_content_wrapper.captcha-service-2 .captcha .image-container {
    /*display: none;*/
    height: 50px;
  }

#captcha_content_wrapper.captcha-service-2 .input-container{
    margin: 10px 0 5px 5px;
  }
#captcha_content_wrapper.captcha-service-2 .input-container label{
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #555;
    margin-bottom:5px;
  }
#captcha_content_wrapper.captcha-service-2 .input-container input{
    width: 155px;
  }
#captcha_content_wrapper.captcha-service-2 .input-container input.v2{
    font-size:18px;
}
#captcha_content_wrapper.captcha-service-2 .display img.photo{
    vertical-align: middle;
    margin: 2px auto;
    display: block;
    width:auto;
    float:none;
  }
#captcha_content_wrapper.captcha-service-2 .input-container{
    float: left;
    width: 155px;
  }
#captcha_content_wrapper.captcha-service-2 .controls{
    float: left;
    margin: 5px 0 5px 15px;
  }
#captcha_content_wrapper.captcha-service-2 .icon{
    display: block;
    width: 16px;
    height:16px;
    background-image: url(https://securea.mlb.com/shared/style/images/ui-icons_888888_256x240.png);
    border: 1px solid #d3d3d3;

  }
#captcha_content_wrapper.captcha-service-2 .icon.audio{
      background-position:-144px -160px;
    }

#captcha_content_wrapper.captcha-service-2 .icon.audio,
#captcha_content_wrapper.captcha-service-2 .icon.replay{
     border-radius: 4px 4px 0 0;
  }
#captcha_content_wrapper.captcha-service-2 .icon.image{
    background-position: -208px -128px;
  }
#captcha_content_wrapper.captcha-service-2 .icon.reload,
#captcha_content_wrapper.captcha-service-2 .icon.replay{
    background-position:-64px -80px;
  }
#captcha_content_wrapper.captcha-service-2 .icon.help{
    border-radius: 0 0 4px 4px;
    background-position:-48px -144px
  }
#captcha_content_wrapper.captcha-service-2.image .icon.replay, #captcha_content_wrapper.captcha-service-2.image .icon.image {
    display: none;
  }
#captcha_content_wrapper.captcha-service-2.audio .icon.audio, #captcha_content_wrapper.captcha-service-2.audio .icon.reload{
    display: none;
  }
#captcha_content_wrapper.captcha-service-2 .clr{
    clear: both;
  }
#captcha_content_wrapper.captcha-service-2 .help .title{
    font-size: 12px;
  }
#captcha_content_wrapper.captcha-service-2 .help .blurb{
    font-size: 10px;
  }
/* The Modal (background) */
#captcha_modal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#captcha_modal.modal * {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    float: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: normal;
    text-indent: 0;
    background: none;
    height: auto;
    width: auto;
}
/* Modal Content/Box */
#captcha_modal.modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 5px;
    border: 1px solid #888;
    max-width: 333px;
}

/* The Close Button */
#captcha_modal.modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#captcha_modal.modal .close:hover,
#captcha_modal.modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#captcha_modal.modal .modal-header {
    padding:5px 15px 15px;
    border-bottom: 1px solid #e5e5e5;
}
#captcha_modal.modal .modal-header h2#captcha_modal_header{
  font-size: 18px;
    color: #333;
    margin:30px 0 10px;
}
#captcha_modal.modal .modal-body p {
    padding: 10px;
    font-size: 14px;
    color: #333;
    text-align: left;
}