

#suresh .b {
  background:url('http://wpc.11B8.edgecastcdn.net/0011B8/images/b.png');
}

#suresh .tl {
  background:url('http://wpc.11B8.edgecastcdn.net/0011B8/images/tl.png');
}

#suresh .tr {
  background:url('http://wpc.11B8.edgecastcdn.net/0011B8/images/tr.png');
}

#suresh .bl {
  background:url('http://wpc.11B8.edgecastcdn.net/0011B8/images/bl.png');
}

#suresh .br {
  background:url('http://wpc.11B8.edgecastcdn.net/0011B8/images/br.png');
}

#suresh {
  position: relative;
margin:auto;
width:370px;
  top: 200px;
  text-align: left;


}

#suresh .popup {
  position: absolute;
z-index:100;
}

#suresh table {
  border-collapse: collapse;
z-index:100;
}

#suresh td {
  border-bottom: 0;
  padding: 0;
}

#suresh .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#suresh .loading {
  text-align: center;
}

#suresh .image {
  text-align: center;
}

#suresh img {
  border: 0;
  margin: 0;
}

#suresh .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#suresh .tl, #suresh .tr, #suresh .bl, #suresh .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#suresh_overlay {
position: fixed;
top: 0px;
left: 0px;
height:100%;
width:100%;
background-color:#000;
filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity: 0.9;
}

.suresh_hide {
  z-index:-100;
}

.suresh_overlayBG {
  background-color: #000;
  z-index: 50;
}

* html #suresh_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

