html, body {
background: url('/i/chats/line_background.png') top;
background-attachment: fixed;
background-repeat: repeat-x;
background-color: #000000;
font-family:"Times New Roman",Times,serif;
font-weight: bold;
color: #000000;
width: 100%;
margin: 0px;
padding: 0px;
}
.inputchat {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
border: 1px solid #d7b154;
background-color: #fff3bb;
width: 95%;
height: 11px;
}
img {
border: 0px;
border-style: none;
}
A:link, A:visited, A:active{
text-decoration: none;
}
#left {
background: url('/i/chats/right.png') top left no-repeat;
width: 100%; 
height: 23px; 
position: absolute; 
margin: 0 auto; 
}
#right {
background: url('/i/chats/left.png') top right no-repeat;
width: 100%; 
height: 23px; 
position: absolute; 
margin: 0 auto;
}


