/* special style for 2007 */
div#opinion, div#tax {position: absolute; position: fixed; top: 10px; left: 20px;
 z-index: 102;
 width: 80%; height: 450px;
 display: none;
 overflow: scroll;
 padding: 20px;
 border: solid blue 10px;
 background-color: #fff;
}
div#opinion div.close, div#tax div.close {font-size: 120%; padding: 0 0 8em 0; border: solid #fff 1px;}
div#opinion h2, div#tax h2 {
 margin-top: 0;
 padding-left: 40px;
 background-image: url("images/002-draft/extra.png"); background-repeat: no-repeat; background-position: left center;
 height: 32px;
}