/* 
    Document   : hidecnt
    Created on : 2010-5-14, 14:34:25
    Author     : Cy5
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.hideHover
{
    position: relative;
    text-align: left;
    width: 650px;
    background: #bfbfbf;

    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE 8 */
    filter:alpha(opacity=0); /* IE 4, 5, 6 and 7 */
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0; /* firefox, opera, safari, chrome */
}


