*  {
margin : 0;
padding : 0;
}
img {
border : none;
}
div.audio-chat {
z-index : 999;
width : 351px;
height : 230px;
overflow : hidden;
position : absolute;
top : 40%;
left : 40%;
font : 12px/16px Tahoma, Verdana, sans-serif;
}
div.audio-chat .bg {
background : url('img/audio-chat-bg.png');
width : 351px;
height : 230px;
overflow : hidden
}
div.audio-chat h2 {
font-size : 30px;
color : #c3502a;
text-transform : uppercase;
line-height : 42px;
text-align : right;
background : url('img/audio-chat-title-bg.gif');
height : 42px;
padding-right : 5px
}
div.audio-chat h2 img {
position : absolute;
top : -6px;
left : 11px;
}
div.audio-chat .in {
position : relative;
margin : -198px 23px 0 17px;
}
div.audio-chat table {
font-size : 100%;
width : 100%;
height : 89px;
}
div.audio-chat td {
height : 89px;
vertical-align : middle !important ;
color : #a2340f;
background : url('img/1.gif') no-repeat 9px 50%;; padding-left:115px; padding-right:10px; padding-top:0; padding-bottom:0
}
div.audio-chat a {
color : #a2340f;
}
div.audio-chat .buttons {
text-align : center;
}