.anno {
    overflow: hidden;
    width: 200px;
    background-color: #6c6c6c;
    color: #FFF;
    filter: alpha( opacity = 75);

opacity:
    .75;

z-index:
    990;

position:absolute;
}.annoWin {
    color: #FFF;
    padding: 0;
}.annoTextArea {
    background-color: transparent;
    background-color: #fff;
    filter: alpha( opacity = 100);

opacity:
    1;

height:
    100px;

width:
    95%;

bottom:
    0;

padding:
    2px;

color:
    #FFF;

color:
    #000;

z-index:
    999;
}.annoText {
    background-color: transparent;
    filter: alpha( opacity = 95);

opacity:
    .95;

height:
    100px;

width:
    95%;

bottom:
    0;

padding:
    2px;

color:
    #FFF;
}.annoHeader {
    background-color: #aa0a0e;
    height: 15px;
    filter: alpha( opacity = 200);

opacity:
    2;

font-size:
    14px;

padding:
    1.2em;

margin:
    0 2px 0 2px;

top:
    0;

padding:
    2px;

color:
    #FFF;

cursor:pointer;
}.saveField {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 5px;
}.annoSaveSelect {
    position: relative;
    width: 6em;
    top: 0;
    left: 10%;
}.annoButton {
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 1em 0 1em;
}.annoImprint {
    position: absolute;
    background-color: #aa0a0e;
    filter: alpha( opacity = 60);

opacity:
    .6;

display:block;
}.annoListEditBox {
    background: #ccc;
    margin-top: 10px;
	padding:10px;
	height:auto;
	
    position: relative;
}.annoMarker {
    display: inline;
    font-size: 20px;
    color: red;
}.PrintView, .annoEditButton {
    background: #ccc;
    float: right;
    margin-left: 5px;
    margin-top: -10px;#margin-top:
    -40px;#margin-right:
    5px;

margin-bottom:
    5px;
}.PrintView a, .annoEditButton a {
    padding: 5px;
    background-color: #ccc;
    border: 1px solid #999;
}.PrintView a:hover, .annoEditButton a:hover {
    background-color: #fff;
}
