@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("font.css");
@import url("misc.css");

#popup {
  width:820px;
}

#popup_image {
  float:left;
  margin-right:20px;
  width:480px;
}

#popup_image h1{
  color:#023869;
  font-size:18px;
  text-align:center;
  margin-bottom:10px;
  font-family:EleganTechRegular, Georgia;
}

#popup_image img{
  width:460px;
  margin-left:20px;
  border:1px solid #278604;
}

#popup_text{
  float:left;
  font-size:12px;
  font-family:Arial;
  width:300px;
  margin-top:28px;
}

#popup_text p{
  margin-bottom:12px;
}
