/* @override http://f2c.local/stylesheets/widget.css */

#free2chat_widget {
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin: 0;
}

#free2chat_widget .widget {
  width: inherit;
  padding: 5px;
  float: right;
  background: #fff;
  -moz-border-radius:10px 10px 10px 10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

#free2chat_widget .widget .info {
  padding: 0;
  margin: 0;
  width: 62px;
}

#chat_bubble {
  float: left;
  margin-right: 20px;
  background-color: #fff;
  height: 71px;
  margin-top: 1px;
  border: 1px solid #ccc;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  max-width: 450px;
  opacity: 0.95;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .7s;
}

#chat_bubble:hover {
  opacity: 1;
}

#chat_bubble span.bubble_arrow img {
  position: fixed;
  right: 85px;
  bottom: 28px;
}

#chat_bubble p {
  margin: 0;
  padding: 20px;
  font-size: 18px;
  line-height: 1;
}

#free2chat_widget .widget .info .name {
  text-align: right;
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}

#widget-chat div.info div.avatara img {
  -moz-border-radius:10px 10px 10px 10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

#widget-chat {
  /*background-color:#fff;*/
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  float: left;
  color: #333;
  position: relative;
  padding: 9px 9px 0;
  width: 440px;
  font-family: Arial,Georgia,Sans-serif;
}

#widget-chat a {
  color: #069;
}

#widget-chat a:hover {
  color: #969;
}

#widget-chat li {
  list-style: none;
}

#widget-chat a {
  color: #069;
}

#widget-chat span {
  color: #999;
}

#widget-chat div.info {
  overflow: hidden;
  /*margin-top:11px;*/
  padding: 11px 10px 0;
  width: 420px;
  font-size: 14px;
}

#widget-chat div.info a {
  font-size: 14px;
}

#widget-chat div.name {
  float: left;
  overflow: hidden;
}

#widget-chat div.info h4 {
  padding-bottom: 3px;
  line-height: 19px;
  font-size: 24px;
  font-weight: lighter;
  color: #333;
  margin: 0;
}

#widget-chat div.info p {
  margin: 0;
}

#widget-chat div.info div.avatara {
  float: right;
  overflow: hidden;
  margin-left: 7px;
}

#widget-chat div.info img {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  position: static;
}

#widget-chat div.info a.download {
  float: right;
  overflow: hidden;
  font-size: 11px;
  margin-top: 4px;
}

#widget-chat div.chat-form {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  margin: 17px 0 9px;
  width: 438px;
  font-size: 14px;
  line-height: 18px;
}

#widget-chat div.chat-form p {
  margin: 12px 0 0;
  padding: 0 0 8px 8px;
}

#widget-chat div.chat-form form {
  width: 438px;
  padding: 0;
  margin: 0;
}

#widget-chat div.contact-data {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-left: 0;
  border-right: 0;
  background-color: #f2f2f2;
  padding-top: 13px;
  height: 69px;
  width: 438px;
  margin-top: 3px;
}

#widget-chat div.contact-data div.form-item {
  height: 46px;
  width: 200px;
  float: left;
  padding: 0 10px 0 8px;
  font-size: 14px;
}

#widget-chat div.contact-data input.text {
  color: #333;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  width: 192px;
  margin-top: 2px;
  font-size: 18px;
  padding: 4px 2px 2px 5px;
  height: 24px;
}

#widget-chat div.temp {
  width: 438px;
  overflow: hidden;
}

#widget-chat div.temp p {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 12px 9px 9px;
}

#widget-chat div.send {
  overflow: hidden;
  font-size: 10px;
  color: #999;
  line-height: 10px;
  padding: 0 0 7px 8px;
  width: 430px;
}

#widget-chat div.send input.btn-send {
  background: #069;
  float: left;
  width: 192px;
  height: 34px;
  overflow: hidden;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  border: 0;
  color: #fff;
}

#widget-chat div.send p {
  margin: 0;
  width: 209px;
  padding: 0;
  float: right;
  overflow: hidden;
}

#widget-chat div.close {
  position: absolute;
  bottom: -20px;
  right: 9px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  background-color: #f2f2f2;
  padding-left: 5px;
  line-height: 18px;
  width: 205px;
}

#widget-chat div.close p,
#widget-chat div.close ul {
  float: left;
  padding: 0;
  overflow: hidden;
  margin: 0;
}

#widget-chat div.close li {
  float: left;
  padding: 0 7px;
  background: url(/images/v-line-close.gif) no-repeat 0 3px;
}

#widget-chat div.close li.first {
  background: none;
}

#widget-chat div.close a {
  color: #069;
}

#widget-chat div.close a:hover {
  color: #969;
}

#widget-chat div.powered {
  color: #808080;
  position: absolute;
  bottom: -15px;
  left: 9px;
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#widget-chat div.powered p {
  margin: 0;
}

