									.c_infoblock {
				white-space:nowrap;
				max-width:30%;
				float: left;
				margin-right: 5px;
				margin-left: 5px;
				text-align: center;
				padding:5px;
				overflow: auto;
			}
			.c_text {overflow:auto;}
			.c_clearb {clear:both;}
			/*.comment_actions {float:right;}*/
			<script language='JavaScript' type='text/javascript'>
/* <![CDATA[ */
jQuery(document).ready(function() {
   jQuery('#shortdesc_display').show();
   jQuery('#calc_upload').click(
   function() {
      if (jQuery('#calc_upload').attr('checked')) {
         jQuery('#download_filesize').attr('readonly', 'readonly');
         jQuery('#download_filesize').val('');
         jQuery('#calc_upload').attr('checked', 'checked');
      } else {
         jQuery('#download_filesize').removeAttr('readonly');
         jQuery('#calc_upload').removeAttr('checked');
      }
   });
});
function shortdesc_counter(textarea, counterID, maxLen) {
cnt = document.getElementById(counterID);
if (textarea.value.length >= maxLen)
{
textarea.value = textarea.value.substring(0,maxLen);
}
cnt.innerHTML = maxLen - textarea.value.length;
}/* ]]>*/
</script>
