#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 { float: right; }
#tag_update {
        display: block;
        border-left: 1px solid #33CCFF;
        border-right: 1px solid #33CCFF;
        border-bottom: 1px solid #33CCFF;
        position:absolute;
        z-index:1;
}
#tag_update ul {
        margin: 0;
        padding: 0;
        list-style: none;
}
#tag_update li{
        display:block;
        clear:both;
}
#tag_update a {
        width:364px;
		height:16px;
        display: block;
        padding: .2em .3em;
        text-decoration: none;
        color: #0000FF;
        background-color: #0000FF;
	background-color: #66CCFF;
        text-align: left;
}
#tag_update a:hover{
        color: #fff;
        background-color: #0000FF;
        background-image: none;
}
