/* Style for the slide up panel for expos */
#conslide {
  /*height: 215px;*/
  width: 100%;
  position: fixed;
  bottom: -215px;
  left: 0;
  z-index: 99;
  line-height: 90%; }

#concontent {
  position: relative;
  padding: 5px 10px 10px 355px;
  height: 100%;
  margin: 0 auto;
  width: 620px;
  /*background: #dcdfe3 url(/assets/intro/cv_popup_bg.gif) left top repeat-x;*/
  background-color:#FFF;
  border: 2px solid #363D67;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  color: #333;
  opacity: 0.95;
  filter: alpha(opacity=95); }

#conslide p {
  font-size: 0.75em;
  margin-bottom: 10px; }

#conslide p.emp {
  font-style: italic;
  font-weight: bold; }

#closebut {
  cursor: pointer;
  text-indent: -5000px;
  background: transparent url(/assets/intro/cv_close_button.png) 0 -24px no-repeat;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 19px;
  height: 19px; }

.con-ext {
  position: absolute;
  top: 5px;
  left: 15px; }
