body {
	font-family:"MS Sans Serif";
	background:url(../images/new-york.jpg)  #23252c top left fixed no-repeat;
	background-position: 0px 90px;
	}

.chat-wrapper{
left:25px;
width:100%;
}
.message{
color:#ff8a00;
}
td {
   vertical-align:top;
   }
tr {
    height:16px;
    }
textarea {
     height:100px;
     width:207px;
    }
* html textarea {
     width:220px;
    }
*:first-child+html textarea {
     width:220px;
    }
h4 {
   padding:0px;
   margin:0px;
 }
h3 {
   padding:0px;
   margin:0px;
   }

