


/*Classes for request service*/
div#overlay 
{
margin: auto; 
position: absolute; 
top: -1000px; 
left: -1000px; 
z-index: 1; 
visibility: hidden;  
background: #fff;
}
div#des_popup 
{
position: absolute; 
top: -1000px; 
left: -1000px;
visibility: hidden;
z-index: 1;
}
/*main background image goes here*/
div#talktome 
{
width: 500px;
height: 600px;
padding: 50px ;
margin:35px 0 0 155px;
background: url(../images/login-bkg-tile.gif) no-repeat center top;
color: #fff;
position:absolute;
}

.tblfrm_ttm {}
.tblfrm_ttm td
{
 padding: 3px 25px;
 /*font-size: 13px;
 font-weight: 700;*/
 font:normal 10px Verdana, Arial, Helvetica, sans-serif;
 }
.tblfrm_ttm1  td.lbstyle_ttm 
 {
 padding-left: 60px;

 }
.tbstyle_ttm 
{
 width: 220px; 
 border: 1px solid #ccc;
 padding: 2px;
 /*font-size: 10pt;*/
 font:normal 10px Verdana, Arial, Helvetica, sans-serif;
 }
.btnstyle_ttm 
 {
 width: 120px;
 border: 1px solid #ccc;
 }
 /*close image css*/
.closeme_ttm 
{
display: block;
background: url(../images/close_ttm.gif) no-repeat center center;
width: 13px;
height: 13px;
margin: -15px 0 0 -50px;
position:absolute;
}
/*End of request service*/


