#chat-border {
border: 3px double #4e3644;
width: 200px;
height: 360px;
display: inline-block;
border-radius: 10px 10px 10px 10px;
text-align: center;
font-family: times new roman;
font-size: 14px;
font-weight: inherit;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: px px px  px;
color: inherit;
background: transparent;
opacity: 1;
}

a:link {
border: none;
border-radius: 0px;
text-align: center;
font-family: times new roman;
font-size: 12px;
font-weight: inherit;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: none;
color: #6b4e60;
background: inherit;
opacity: 1;-webkit-transiton: all 1s;-moz-transiton: all 1s;-o-transiton: all 1s;transiton: all 1s;
}

a:visited {
border: none;
border-radius: 0px;
text-align: center;
font-family: times new roman;
font-size: 12px;
font-weight: inherit;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: none;
color: #6b4e60;
background: inherit;
opacity: 1;-webkit-transiton: all 1s;-moz-transiton: all 1s;-o-transiton: all 1s;transiton: all 1s;}

a:hover {
border: none;
border-radius: 0px;
text-align: center;
font-family: georgia;
font-size: 12px;
font-weight: inherit;
font-style: inherit;
text-decoration: underline;
text-shadow: 2px 2px 10px #4e3644;
box-shadow: none;
color:  #0c5753;
background: inherit;
opacity: 1;-webkit-transiton: all 1s;-moz-transiton: all 1s;-o-transiton: all 1s;transiton: all 1s;}

input {
border: 1px solid #4e3644;
border-radius: 2px;
text-align: left;
font-family: courier new;
font-size: 9px;
font-weight: inherit;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: none;
color: inherit;
background: inherit;
opacity: 1;
}

input[type=submit], input[type=button] {
border: 1px solid #000000;
border-radius: 4px;
text-align: left;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: -1px -1px 2px #999999 inset;
color: inherit;
background: #DDDDDD;
opacity: 1;
}

input[type=submit]:active, input[type=button]:active {
border: 1px solid #000000;
border-radius: 4px;
text-align: left;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: 1px 1px 2px #999999 inset;
color: inherit;
background: #DDDDDD;
opacity: 1;
}

input[type=submit]:hover, input[type=button]:hover {
border: 1px solid #000000;
border-radius: 4px;
text-align: left;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: -1px -1px 2px #999999 inset;
color: inherit;
background: #DDDDDD;
opacity: 1;
}

#chat-action-bar {
border: 1px solid #4e3644;
border-radius: 0px;
text-align: inherit;
font-family: times new roman;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: none;
color: inherit;
background: transparent;
opacity: 1;
}

#chat-messages-all {
border: 1px none #4e3644;
border-radius: 0px;
text-align: left;
font-family: times new roman;
font-size: 14px;
font-weight: inherit;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: none;
color:  #a49ea3;
background: transparent;
opacity: 1;
}

#chat-messages tr:nth-child(odd) {
border: 1px none #4e3644;
border-radius: 0px;
text-align: right;
font-family: Verdana;
font-size: 14px;
font-weight: inherit;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: none;
color: inherit;
background: transparent;
opacity: 1;
}

#chat-messages tr:nth-child(even) {
border: none;
border-radius: 0px;
text-align: left;
font-family: Verdana;
font-size: 14px;
font-weight: inherit;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: none;
color: inherit;
background: transparent;
opacity: 1;
}

.msg-date {
border: none;
border-radius: 0px;
text-align: right;
font-family: arial;
font-size: 12px;
font-weight: inherit;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: none;
color: #999999;
background: inherit;
opacity: 1;
}

.msg-name {
border: 1px none #4e3644;
border-radius: 0px;
text-align: left;
font-family: times new roman;
font-size: 14px;
font-weight: bold;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: none;
color: #0c5753;
background: inherit;
opacity: 1;
}

.msg-text {
border: none;
border-radius: 0px;
text-align: left;
font-family: Verdana;
font-size: 12px;
font-weight: inherit;
font-style: inherit;
text-decoration: none;
text-shadow: none;
box-shadow: none;
color: inherit;
background: inherit;
opacity: 1;
}