.cheeselog_form {
  padding-left:5px;
  margin-top:25px;
}
.cheeselog_form INPUT {
  width:110px;
}
.cheeselog_title {
  padding-bottom:3px;
}

.cheeselog_widget_header {
  font-size:12pt;font-weight:bold;
}

#cheeselog_box {
  display:none;
  background-color:#fff;
  width:300px;
  height:350px;
  position:absolute;
  margin-left:-150px;
  left:50%;
  top:10%;
}

#cheeselog_box_header {
  background-color:#526158;
  width:284px;
  margin-top:5px;
  margin-left:5px;
  padding:3px;
}

#cheeselog_box_text {
  margin-left:5px;
  margin-top:10px;
  color:#000;
  height:305px;
  width:290px;
  overflow:auto;
}
.cheeselog_clh1 {
  float:left;width:25px;
}

.cheeselog_clh2 {
  float:left;width:200px;
}

.cheeselog_clh3 {
  float:left;width:59px;text-align:right;
}
.cheeselog_c {
  clear:both;font-size:0px;height:1px;
}
