@charset "utf-8";
/* CSS Document */
   .bigz {
	position: fixed;
	z-index: 70;
	width: 100%;
	bottom: 0;
	right: 0;
	overflow: hidden;
    }
   .minz {
	width: 9%;
	height: auto;
	border: 1px solid #FFF;
    }    
   .min100 {
	width: 100%;
	height: auto;
	border: 1px solid #FFF;
    }    
   .colz {
	border: 1px solid #F00;
    }    
   .colz1 {
	border: 1px solid #FFF;
	background-color: #FF7FFF;
    }    
   .colz2 {
	border: 1px solid #FFF;
	background-color: #FFCCCC;
    }   