a.tooltip img, a.hovertip img {
    border-width: 0;
    margin: -2px -1px;
	 padding-top: 2px;
}
/*div.title {
 text-align: center;
 font-size: 1.5em;
 font-weight: bold;
 }

 div.link {
 text-align: center;
 margin-bottom: 20px;
 }

 div.clear {
 clear: both;
 }

 div.exa {
 background-color: ivory;
 //background: 0; /*for ie*/
/*border: 1px solid gray;
 padding: 0 15px;
 margin-bottom: 20px;
 }

 html > body div.outerbox {
 padding: 0 5px 5px 0;
 }*/
html > body div.outerbox div.shadowbox1 {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 5px;
    height: 100%;
    /*background: url(myshadow.png) no-repeat right top;*/
}

html > body div.outerbox div.shadowbox2 {
    position: absolute;
    bottom: 0;
    right: 5px;
    height: 5px;
    width: 100%;
    /*background: url(myshadow.png) left bottom;*/
}

html > body div.outerbox div.shadowbox3 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 5px;
    width: 5px;
    /*background: url(myshadow.png) no-repeat right bottom;*/
}

html > body .innerbox {
    display: inherit;
    max-width: 200px;
    border: 1px solid #2661CB;
    background-color: #6289FF;
    color: #000;
    padding: .2em;
    opacity: .85;
	 font-size: 12px;
}

* html .innerbox {
    width: 200px;
    border: 1px solid #2661CB;
    background-color: #6289FF;
    color: #000;
    padding: .2em;
	 font-size: 12px;
}