#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 5px;
background-color:#dbdddf;
visibility: hidden;
z-index: 100;
text-align:justify;
font-size:14px; 
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);

}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/* CSS FOR IMAGE THUMBNAIL VIEWING  */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background:#666666 /*#CEB38B*/;
/*background-image:url(../images/back_img/line.jpg);*/
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Verdana;
letter-spacing: 2px;
line-height: 1.1em;
color:#CCCCCC;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image*/
background-color:#000000;
font: 10px Verdana;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}




		 


.poppad{padding-top:30px;
}

.poptext{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;}

.ord_button{background-color:#64CD33; border:1px solid #000000; font-family:Verdana, Arial, Helvetica, sans-serif;}

