/* CSS file for FilePreview Example */

/* Set font and background color for body */
body { font: 120% arial, sans-serif; 
       background-color: #F0F0FF; }

/* Set properties for image preview element.*/
img { max-width: 300px; max-height: 300px; 
      display: none; }