            #total, #size_bigger, #size_smaller {
                border:0;
                color:white;
                font: bold 1em/2em "Trebuchet MS", sans-serif;
                margin:0;
                padding:0;
                text-align: center;
                height:2em;
                overflow:hidden;
            }
            
			#total { 
                clear:both;
                background: #081B55; 
                width: 480px;
                
            }
            
            #size_bigger {
                background: #D31112;
                float:left;
                width: 297px;
                    
            }
            
            #size_smaller {
                background: #FE690D;
                width:183px;
                float:right;
                clear:none;
                
            }
            
            #prvw {
                width:480px;
            }
            
            #refresh {
                margin-top:2em;
            }
            
            .over {color:red;}
            
            img { border: none; }
            
            #labels {
                position: absolute;
                left:-9000px;
            }

