/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}
#flashcontent {
  height: 100%;
  color: #fff;
}
/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
}

.KhaoSat {
    display: none;
}
.SurveyPopup {
    background: url("../image/bg-popup.jpg") no-repeat scroll 0 0 transparent;
    border: 1px solid #000000;
    height: 379px;
    overflow: hidden;
    padding: 57px 0 5px;
    position: absolute;
    width: 560px;
    z-index: 1001;
}
.SurveyPopup .SurveyClose {
    display: block;
    height: 34px;
    left: 515px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: 13px;
    width: 34px;
}
.SurveyPopup .SurveyContent {
    color: #A0A0A0;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.BtOk {
    display: block;
    height: 27px;
    width: 78px;
}
