#con_flash_mask {
    position: relative;
    margin: 2em 0 2em 0;
    }
    
#content .con_flash_mask .content-flash_review {
display: none;
margin: 0;
}
.con_flash_mask .mask {
position: absolute;
top: 0;
left: 0;
display: block;
z-index: 99;
background: url(http://www.sonicwall.com/images/bg_content-flash.jpg) repeat-y top right;
width: 100%;
}

#content .content-flash_review {
    background: url(/images/bg_content-flash.jpg) repeat-y top right;
    width: 56em;
    position: relative;
    margin-top: 2em;
    }

#content .content-flash_review .reviewer {
    color: #1a1d55;
    font-weight: bold;
    }
#content .content-flash_review p {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4em;
    text-align: left;
    line-height: 20px;
    }
#content .content-flash_review #indent_1, #content .content-flash_review #indent_2, #content .content-flash_review #indent_3 {
    margin: 0;
    height: 1.4em;
    float: left;
    background: transparent;
    }
#content .content-flash_review #indent_1 {
    width: 9.25em;        
    }
#content .content-flash_review #indent_2, #content .content-flash_review #indent_3 {
    width: 11.75em;
    clear: left;
    }
#content .read_link {
    font-weight: bold;
    font-size: 0.85em;
    white-space: nowrap;
    text-transform: lowercase;
    }
#content .content-flash_review img {        
    float: left;
    }
