/**
 * Popup
 */

div#popupwin {
display:    block;
position:   fixed;
top:        50px;
left:       50px;
width:      295px;
padding:    0px;
color:      #000;
background: #ccc;
border:     2px outset #ccc;
}
* html div#popupwin {
position: absolute;
}
div#popuptitle {
color:         #fff;
background:    #ccc;
font-weight:   bold;
font-size:     12px;
font-family:   verdana, arial, helvetica, sans-serif;
padding-bottom:1px;
cursor:        default;
}
div#popuptitle * {
cursor: default;
}
div#innerpopuptitle {
background: #335b77;
color:      #fff;
height:     20px;
line-height:20px;
}
div#innerpopuptitle img {
border: 0px;
padding:0px;
float:  right;
display:block;
}
div#popupcontent {
display:      block;
height:       283px;
font-family:  arial, helvetica, sans-serif;
overflow:     hidden;
border:       1px inset #ccc;
font-size:    80%;
color:        #000;
background:   #ffffff;
padding:      0px;
}
