    /* CSS is mostly for the complex example */ 
     
    select_thesau {  
        width:200px;  
    } 
     
    select_thesau_container {  
        position:relative;  
	} 
    
	.select_thesau_submit {  
		background-image:url("../images/select_multiple/popup_footer.gif");  
	    background-image:top center;  
	    background-repeat:repeat-x;  
	    padding:10px;  
	    height:22px;  
	    text-align:rightright;  
	} 
	    
	.select_thesau_label {  
	    margin-left:5px;  
	    font-family:"Lucida Grande",Verdana;  
	    font-size:11px;  
	} 
	    
	.select_thesau_container {  
       width:300px;  
       position:absolute;  
       top:0;  
       left:0;  
       z-index:500;  
       border:1px solid #222;  
       border-top:none;  
    } 
    
    .select_thesau_container .select_thesau_header {  
       background-image:url("../images/select_multiple/black_background.gif");  
       background-repeat:repeat-x;  
       background-position:top center;  
       color:#eee;  
       font-family:"Lucida Grande",Verdana;  
       font-weight:bold;  
       font-size:12px;  
       margin:0;  
       padding:7px 0 8px 10px;  
       background-color:#000;  
    } 
    
    table.select_thesau_table td {  
	    height:27px;  
	    border-bottom:1px solid #ddd;  
	    font-family:"Lucida Grande",Verdana;  
	    color:#333;  
	    font-size:11px;  
	} 
	    
	table.select_thesau_table tr.even {  
	    background-color:#FCFCFC;  
	} 
	    
	table.select_thesau_table tr.odd {  
	    background-color:#F7F7F7;  
	} 
	    
	table.select_thesau_table tr.selected {  
	    background-image:none;  
	    background-color:#D9E9FE;  
	} 
	    
	.select_thesau_name {  
	    padding-left:15px;  
	    font-weight:bold;  
	} 
	    
	.select_thesau_checkbox {  
	    text-align:rightright;  
	} 
	    
	.select_thesau_checkbox input {  
	    margin-right:15px;  
	}  