    .qw-wr {
    width: 287px;
    height: 98px;
    background: transparent url(images/q-wr-blue.png) 0 0 no-repeat;
    -background-image: none;
    -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/q-wr-blue.png", sizingMethod="crop");
}
.qw-wr2 {
    height: 98px;
    position: relative;
}
.qw-wr table {
    border: none;
    height: 80px;
}
.qw-wr table td {
    vertical-align: middle;
    padding: 10px 16px 0;
    line-height:18px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #1b3849;
    text-shadow: 0 1px 1px white;
    text-indent: 16px;
    text-align: justify;
}

.q-arr-r,
.q-arr-l {
    width: 8px;
    height: 9px;
    background-image: url(images/q-arr-blue.png);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    bottom: 12px;
    -bottom: 6px;
}

.q-arr-r {
    background-position: -9px 0;
    right: 10px;
}
.q-arr-l {
    background-position: -0 0;
    right: 19px;
}
    
