body{
  overflow-x: hidden;
}
#chat_form {
  position: fixed;
  top:0;
  left:0;
  bottom:0;
  width: 100%;
  min-width: 420px;
  /*max-width: 800px;*/
  background-color: #f2f7f5;
  border: 1px solid #ffd9d9;
}
#chat_line {
  position: absolute;
  top: 30px;
  right: 5px;
  bottom: 180px;
  left: 5px;
  overflow-y: scroll;
  font-size: 14px;
}
#chat_line .chat_line_support {
  clear: both;
  float: left;
  width: 48%;
  min-width: 320px;
}
#chat_line .chat_line_support .customer_support {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
}
#chat_line .chat_line_support .message_field {
  margin-left: 45px;
  min-width: 260px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#chat_line .chat_line_support .message_field table {
  width: 100%;
}
#chat_line .chat_line_support .message_field td {
  border: none;
  height: 40px;
  vertical-align: middle;
  padding: 5px;
}
#chat_line .chat_line_support .message {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
#chat_line .chat_line_support .sent_date {
  clear: both;
  padding: 2px 0 20px 40px;
  color: #696969;
}
#chat_line .chat_line_guest {
  clear: both;
  float: right;
  width: 48%;
  min-width: 320px;
}
#chat_line .chat_line_guest .message_field {
  background-color: #6eea6a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#chat_line .chat_line_guest .message_field table {
  width: 100%;
}
#chat_line .chat_line_guest .message_field td {
  border: none;
  height: 40px;
  vertical-align: middle;
  padding: 5px;
}
#chat_line .chat_line_guest .message {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
#chat_line .chat_line_guest .sent_date {
  clear: both;
  text-align: right;
  color: #696969;
  padding-bottom: 20px;
}
#chat_line .chat_terminated_notice,
#chat_line .chat_terminated_message {
  clear: both;
  text-align: left;
  color: #ff3333;
  background-color: #fff;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 94%;
}
.form {
  position: absolute;
  right:0;
  bottom: 0;
  left:0;
  padding: 4px 4px 4px 8px;
}
.form textarea {
  height: 100px;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #aaa;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form textarea::-moz-placeholder {
  color: #ccc;
}
.form textarea::-ms-input-placeholder {
  color: #ccc;
}
.form input.submit {
  width: 120px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#chat_submit input.submit {
  background-color: #ff8c00;
  color: #fff;
}
#mail_submit input.submit {
  background-color: #5f803f;
  color: #fff;
}
#chat_submit input.submit:disabled,
#mail_submit input.submit:disabled {
  background-color: #aaa;
}
#mail_submit, #mail_information {
  background-color: #b2cf95;
}
#mail_submit label {
  font-size: 13px;
  width: 145px;
  display: inline-block;
}
#mail_submit input {
  width: 300px;
}
