*  {
margin : 0;
padding : 0;
}
img {
border : none;
}
table.video-chat {
z-index : 999;
width : 351px;
position : absolute;
top : 40%;
left : 40%;
font : 12px/16px Tahoma, Verdana, sans-serif;
table-layout : fixed;
border-collapse : collapse;
}
table.video-chat .tt {
background : url('img/video-chat-tt.png');
width : 351px;
height : 32px
}
table.video-chat .bb {
background : url('img/video-chat-bb.png');
width : 351px;
height : 32px
}
table.video-chat .ml {
width : 17px;
background : url('img/video-chat-ml.png') repeat-y 0 0;
}
table.video-chat .mr {
width : 23px;
background : url('img/video-chat-mr.png') repeat-y 0 0;
}
table.video-chat .m {
width : 311px;
height : 166px;
vertical-align : top;
background : url('img/video-chat-m.jpg') no-repeat 0 100%;
}
table.video-chat h2 {
font-size : 30px;
color : #c3502a;
text-transform : uppercase;
line-height : 42px;
text-align : right;
background : url('img/video-chat-title-bg.gif') repeat-x 0 100%;
height : 42px;
padding-right : 5px;
position : relative
}
table.video-chat h2 img {
position : absolute;
top : -6px;
left : 11px;
}
table.video-chat table {
font-size : 100%;
width : 100%;
}
table.video-chat table td {
height : 85px;
vertical-align : middle !important ;
color : #a2340f;
background : url('img/video-chat-camera.png') no-repeat 9px 50%;; padding-left:115px; padding-right:10px; padding-top:0; padding-bottom:0
}
table.video-chat a {
color : #a2340f;
}
table.video-chat .buttons {
text-align : center;
}