echo $bgsettings['tooltip'];
    ?>
  </p>
                                    <div class="hr_invisible"> </div>
                                  </div>
                        <?php 
}
?>
                        		 <div class="bpanel-option-set">	
                                     
                                 	 <h6><?php 
_e("Disable Background Color", 'dt_delicate');
?>
</h6>
	                        		 <?php 
mytheme_switch("", 'appearance', 'disable-boxed-layout-bg-color');
?>
                                 </div>    
                        </div><!-- Boxed Layout BG Settings End -->
                        
                         <!-- Boxed Layout BG Color -->
                         <div class="column one-half last">
	                        
                            <?php 
$label = __("Background Color", 'dt_delicate');
$name = "mytheme[appearance][boxed-layout-bg-color]";
$value = mytheme_option('appearance', 'boxed-layout-bg-color') != NULL ? mytheme_option('appearance', 'boxed-layout-bg-color') : "#";
$tooltip = __("Pick a background color of the theme.(e.g. #a314a3)", 'dt_delicate');
mytheme_admin_color_picker($label, $name, $value, '');
?>
                                
                    </div>
                    <div class="column one-half last">
						<?php 
mytheme_admin_jqueryuislider(__('Message Font Size', 'dt_delicate'), "mytheme[bbar][message-font-size]", mytheme_option('bbar', "message-font-size"));
?>
                    </div>
                    
                    <div class="hr"> </div>
                    
                    <div class="column one-third">
                    	<h6><?php 
_e('Disable Font Color', 'dt_delicate');
?>
</h6>   
                        <?php 
mytheme_switch("", 'bbar', 'disable-message-font-color');
?>
                    </div>
                    
                    <div class="column one-third"> 
                        <?php 
$label = __("Link Color", 'dt_delicate');
$name = "mytheme[bbar][link-color]";
$value = mytheme_option('bbar', 'link-color') != NULL ? mytheme_option('bbar', 'link-color') : "#";
$tooltip = __("Pick a custom primary color for the links in buddha bar e.g. #564912 ", 'dt_delicate');
?>
                          <h6><?php 
echo $label;
?>
</h6>	
                          <?php 
</h6>
                                <textarea id="mytheme-404-text" name="mytheme[specialty][404-message]" rows="" 
                                	cols=""><?php 
        echo stripslashes(mytheme_option('specialty', '404-message'));
        ?>
</textarea>
                            </div>
                            <div class="hr"></div>
                            
                            <h6><?php 
        _e("Disable Font Settings", 'dt_delicate');
        ?>
</h6>
                            <div class="column one-fifth bpanel-option-set">
                            	<?php 
        mytheme_switch("", 'specialty', 'disable-404-font-settings');
        ?>
                            </div>
                            <div class="column four-fifth last"><p class="note"><?php 
        _e('Enable / Disable 404 Font settings', 'dt_delicate');
        ?>
</p></div>
                            <div class="hr"></div>
                        
                        	<!-- Font Section -->                        	
                            <div class="column one-column">
                                <div class="bpanel-option-set">
                                    <?php 
        mytheme_admin_fonts(__('Message Font', 'dt_delicate'), 'mytheme[specialty][message-font]', mytheme_option('specialty', 'message-font'));
        ?>
                                </div>