body {font-family:arial;font-size:10pt;}
form {display:inline;}

#codebutton {font-size:9pt;width:140px;}
#uh-left {border:1px solid gray;margin:5px;background-color:#F4FFFF;padding:3px;font-size:9pt;font-family:arial;}
.bannerPreview {width:auto;}

/*tool tip*/
#dhtmltooltip{
font-size:8pt;
position: absolute;
top:100px;
left: -300px;
width: 150px;
/*border: 1px solid black;*/
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*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;
}