/* express_install.css */
#express-install-wrapper {
  padding: 0em 1em;
  margin-top: 90px;
  text-align: center;
}

/* fallback.css */
body {
  background: #ffffff url('/++resource++greentv/img/misc/greenTV_leafs.gif') no-repeat fixed top left;
  font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Arial', 'sans-serif';
  font-size: 80%;
}
/* for some reason this is wrapping the forms */
#fallback-wrapper {
  padding: 0em 1em;
  /* margin-top: 90px; */
}
#fallback-message {}
#fallback-search {
  margin-bottom: 1em;
}
#fallback-search, #podcasts {
  padding: 0em 1em;
}
#podcast-links li {
  margin: 0.5em;
}
p {
  margin: 0.4em 0em 0.6em 0em;
}
#podcast-anchor-nav {
  margin: 0.6em 0em 1em 0.5em;
}
#podcast-anchor-nav li {
  display: inline;
}


