      #pcchat-form {
        padding: 30px;
      }
      
      #pcchat-sm-lbl {
        color: #FFFFFF;
        font-size: 15px;
        text-align: center;
        margin-top: 5px;        
      }
         
      #pcchat-lg-lbl {
        color: #FFFFFF;
        font-size: 15px;
        text-align: center;
        margin-top: 5px;
      }
      
      #pcchat-sm-container {
        position: fixed;
        bottom: 0px;
        right: 15px;
        width: 250px;
        height: 0px;
        overflow: hidden;
        z-index: 20001;
        border: 8px;
        -moz-border-radius: 8px 8px 0 0 ;
        -webkit-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0; 
        background-color: #19c5dd;
        text-align: center;
        opacity: 1;
        box-shadow: 0px 0px 8px #a2a2a2;
        transition:             height 1s ease;
            -moz-transition:    height 1s ease;
            -ms-transition:     height 1s ease;
            -o-transition:      height 1s ease;
            -webkit-transition: height 1s ease;
      }

      #pcchat-lg-container {
        position: fixed;
        bottom: 0px;
        right: 15px;
        width: 90%;
        max-width: 450px;
        height: 0%;
        max-height: 500px;
        overflow: hidden;
        z-index: 20001;
        border: 8px;
        -moz-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0; 
        background-color: #19c5dd;
        opacity: 1;
        box-shadow: 0px 0px 8px #a2a2a2;
        transition:             height 500ms ease;
            -moz-transition:    height 500ms ease;
            -ms-transition:     height 500ms ease;
            -o-transition:      height 500ms ease;
            -webkit-transition: height 500ms ease;
      }
      
      #pcchat-lg-inner {
        background-color: #0c5270;
        color: #fff;
        margin-top: 5px;
        height: 95%;
        max-height: 480%;
        overflow: hidden;
      }
   
      #pcchat-submit-btn {
        width: 100%;
        background-color: #00c2dd;
        padding-top: 10px;
        padding-bottom: 10px;
      }
      
      #pcchat-submit-btn:hover {
        background-color: #0585a6;
      }
      
      #minimize-shape {
        width: 18px;
        height: 3px;
        background: white;
        float: right;
        margin-right: 15px;
        margin-top: 10px;
      }
      
      .pcchat-error {
        display: none;
        background-color: #880000;
        color: #FFFFFF;
        height: 30px;
        font-size: 14px;
        font-weight: 100;
        padding: 5px;
        width: 141px;
        border-radius: 0px 0px 10px 10px;
        margin-left: 2px;
      }