/*********************************************************
*
*   File: Ascribe Contact Popup Stylesheet
*   Author: Craig Nelson / Classic Labs Development
*
*/

  #contact div,
  #contact ol,
  #contact p,
  #contact span { line-height: 20px; }
  #ascribe-overlay,
  #contact { position: fixed; }
  #ascribe-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background: #000;
  }
  #contact {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    z-index: 2001;
    border: 5px solid #07f;
    background: #f2f2f2;
  }
    #contact #contact-close {
      position: absolute;
      top: -20px;
      right: -20px;
      width: 30px;
      height: 30px;
      text-decoration: none;
      background: url(http://assets.ascribehq.com/integrations/templates/assets/images/misc/btn-close.png) no-repeat 0 0;
    }
    #contact #contact-close:hover { background-position: 0 -30px; }
    #contact div { overflow: hidden; }
      #contact h3 {
        margin-top: 10px;
        padding-bottom: 15px;
        font-size: 20px;
        color: #07f;
        border-bottom: 1px solid #ccc;
      }
      #contact h4 {
        float: left;
        margin: 0 30px 0 0;
        width: 80px;
        color: #000;
        font-weight: bold;
        text-align: right;
      }
      #contact .inner-wrap {
        float: left;
        padding-bottom: 10px;
      }
        #contact .street-address,
        #contact .tel,
        #contact .email,
        #contact .url { display: block; }
