/* * This file may not be distributed without its readme.txt **/ /* * * Link to Image * * */ #link_to_image { } #link_to_image fieldset { width: 32%; float:left; min-width:25em; } #link_to_image input, #link_to_image label { display:block; width:66%; float:left; margin-bottom:2.5px; } #link_to_image label { width:30%; text-align:left; padding-right:2%; cursor:pointer; } #link_to_image br { clear:both; } #link_to_image label:hover { border-bottom:1px dashed; }