

 
     
      .slide-out-div {
          
          width: 300px;
		  height:412px;
          background: #ccc;
          border: 1px solid #29216d;
      }      
	  th{
	  text-align:left;}
	  td{padding-left:20px;}
	
	.ouick_input {
    background-image: url("ouick_input.png");
    background-repeat: no-repeat;
    border: medium none;
    color: #848484;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    height: 26px;
    line-height: 20px;
    margin-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
    width: 151px;
}
.ouick_fields {
    color: #AD3A3F;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 6px;
    text-align: left;
    width: 94px;
}
.ouick_textarea {
    background-image: url("ouick_textarea.png");
    background-repeat: no-repeat;
    border: medium none;
    color: #848484;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    height: 86px;
    line-height: 20px;
    margin-top: 6px;
    overflow: auto;
    padding-left: 5px;
    padding-right: 5px;
    resize: none;
    width: 152px;
}
.quick_button {
    background-color: Transparent;
    background-image: url("ouick_send.png");
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    height: 32px;
    margin-top: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 72px;
}

/*.custom-btn, .custom-btn:focus{padding: 8px 45px;color: #fff;border-radius: 5px;background-image: linear-gradient(#3b3c40, #0c0c0e);border: 1px solid #3b3c40;}*/
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #000000;
} 
input[type=text]{padding:0 4px;}