/* Mini-Chat styles */

.chat_frame {
border-top: 1px solid #728194;
border-left: 1px solid #728194;
border-bottom: 1px solid #C6CBD6;
border-right: 1px solid #C6CBD6;
}

.effect {
background-image: url(img/inputbg.jpg);
background-repeat: no-repeat;
background-attachment: fixed; 
overflow: auto;
}

.chat1 {
width: 125px;
font-family: Tahoma, MS Trebuchet, Arial, Verdana, Helvetica, Geneva, sans-serif;
font-size: 7pt; 
color: #728194;
background-color: #FFFFFF;
text-align: left;
}

.chat2 {
width: 125px;
font-family: Tahoma, MS Trebuchet, Arial, Verdana, Helvetica, Geneva, sans-serif;
font-size: 7pt; 
color: #000000;
background-color: #FFFFFF;
text-align: justify;
border-bottom: 1px solid black;
}

.alert {
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 7pt; 
font-weight: bold; 
color: red;
background-color: transparent;
}
