diff --git a/livesupport/modules/htmlUI/var/formmask/generic.inc.php b/livesupport/modules/htmlUI/var/formmask/generic.inc.php
index d7b20b181..c7eadffcc 100755
--- a/livesupport/modules/htmlUI/var/formmask/generic.inc.php
+++ b/livesupport/modules/htmlUI/var/formmask/generic.inc.php
@@ -33,11 +33,10 @@ $ui_fmask = array(
array(
'element' => 'stationLogoPath',
'isPref' => TRUE,
- 'type' => 'text',
+ 'type' => 'hidden',
'label' => 'Station Logo path',
- 'default' => 'img/stationlogo.gif',
+ 'default' => 'img/stationlogo.image',
'required' => TRUE,
- 'attributes'=> array('disabled' => 'on')
),
array(
'rule' => 'regex',
diff --git a/livesupport/modules/htmlUI/var/html/img/logo_wnyc.gif b/livesupport/modules/htmlUI/var/html/img/logo_wnyc.gif
deleted file mode 100755
index 49edf2467..000000000
Binary files a/livesupport/modules/htmlUI/var/html/img/logo_wnyc.gif and /dev/null differ
diff --git a/livesupport/modules/htmlUI/var/html/img/stationlogo.gif b/livesupport/modules/htmlUI/var/html/img/stationlogo.gif
deleted file mode 100644
index 11efc23fd..000000000
Binary files a/livesupport/modules/htmlUI/var/html/img/stationlogo.gif and /dev/null differ
diff --git a/livesupport/modules/htmlUI/var/html/styles_popup.css b/livesupport/modules/htmlUI/var/html/styles_popup.css
index ac30e9d47..8bfcd8599 100755
--- a/livesupport/modules/htmlUI/var/html/styles_popup.css
+++ b/livesupport/modules/htmlUI/var/html/styles_popup.css
@@ -236,4 +236,3 @@ label { font-size: 12px;
width: 200px;
}
-