#dachat                           { font-family:"Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; }
#dachat #new_message              { width: 100%; margin-top: 10px; }

#dachat #dachat_new_message_text                                  { width: 99%; margin-bottom: 1em; }
#dachat #dachat_load_newer_messages,#dachat_load_older_messages   { text-align: center; margin-top: 1em; }

#dachat #dachat_messages_viewport           { overflow: hidden; }
#dachat .dachat_message                     { padding-top: 1em; }
#dachat .dachat_message .dachat_user        { font-size: 12px; color: #464646; text-shadow: #fff 0px 1px 0px; font-weight: bold; line-height: 1; padding: 7px 0; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; background: url(../../../wp-admin/images/blue-grad.png); background-repeat:repeat-x; }
#dachat .dachat_message .current_user       { background: url(../../../wp-admin/images/gray-grad.png); background-repeat: repeat-x; }
#dachat .dachat_message .dachat_user_login  { padding-left: 9px; }

#dachat .dachat_messages .dachat_message_container                        { background: #f9f9f9; padding: 0.3em 0; border: 1px solid #e3e3e3; border-bottom: 0; border-top: 0;}
#dachat .dachat_messages .dachat_message_container .dachat_message_text   { font-size:12px; padding-left: 9px; line-height: 140%; }
#dachat .dachat_messages .dachat_message_container .dachat_message_time   { font-size:12px; padding-left: 9px; line-height: 140%; float: right; color: #ccc; padding-right: 9px; display: none; }

#dachat .dachat_messages .dachat_separator    { height: 1px; background: #e3e3e3; border-bottom: 1px solid #fff; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; }
#dachat .dachat_messages .dachat_round_bottom { margin-top: -4px; border: 1px solid #e3e3e3; border-top: 0; height: 6px; background: #f9f9f9; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; }

#dachat .dachat_button-disabled   { cursor: default !important; }