    body.cssUnit {
        background: #cbcbcb url(/resources/images/css/bg_pageGradient.png) repeat-x fixed;
        font-family: arial;
        padding: 20px 0;
        overflow: auto;
    }
    
    .cssUnit .content {
        width: 600px;
        margin: 0 auto;
    }
    
    .cssUnit h1 {
        display: block;
        margin: 0;
        text-align: right;
    }
    
    .cssUnit h1 img {
        height: 30px;
        margin: 0;
    }
    
    .cssUnit h2 {
        border-bottom: 2px dashed #ccc;
        border-top: 0;
        color: #666;
        font-size: 2.6em;
        margin: 10px 0;
        padding: 0;
        text-align: left;
   } 
    .cssUnit .roundedCorners .content{
        
        background: url(/resources/images/css/bg_whiteBox_600_light.png) repeat-y -600px 0;
        padding: 5px 20px 10px 20px;
        width: 560px;
        
    }
    
    .cssUnit .roundedCorners p {
        
        color: #000;
        font-size: 1.4em;
        margin: 0;
        text-align: left;
        margin-bottom: 20px;
        
    }
    
    .cssUnit .tabContainerHeader {
        background: url(/resources/images/css/bg_whiteBox_600_light.png) no-repeat 0 0;
        width: 600px;
        height: 10px;
    }
    
    .cssUnit .tabContainerFooter {
        background: url(/resources/images/css/bg_whiteBox_600_light.png) no-repeat 0 100%;
        width: 600px;
        height: 20px;
    }
    
    .cssUnit .video {
        background: #000;
        text-align: center;
        margin-top: 10px;
    }
		