.qdl_data {
    margin-top: 10px;
    padding-top: 0px;
    font-size: 10px;
    line-height: 15px;
    background-color: #FFFFFF;
}

#box_poll {
/* background-color: red;*/
    position: absolute;
    width: 153px;
    height: 260px;
	padding-left:20px;
}

#box_poll_loading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: alpha( opacity = 50 );
    background-color: white;
    opacity: 0.8;
    visibility: hidden;
    z-index: 1;
}

#ajax_content {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 60%;
    visibility: visible;
}

.username {
    font-style: normal;
    color: #666666;
}

.usercomment {
    font-style: italic;
}

#rightboxes td div {
	word-wrap: break-word;      /* for IE and Firefox since 3.5 */
	overflow: hidden;           /* required for text-overflow */
	text-overflow: ellipsis;    /* for IE and WebKit (Safari, Chrome) */
	-o-text-overflow: ellipsis; /* for Opera since 9.0 */
}
