.helpContents
{
text-align: left;
width:175px;
margin: 0;
padding: 5px;
position: absolute;
top: -1000px;
left: -1000px;
border: 1px solid #000;
z-index: 100;
background-color: #EDEDED;
-moz-border-radius: 10px;
-moz-opacity: .90;
opacity: .90;
filter: alpha(opacity=90);
}
.helpContents h1, .helpContents p
{
font-size:11px;
margin: 0px;
}
