

.status {
  position: relative;

}

.div4e {
  float: left;

}

.text_frame{
width: 550px;
height: 650px;

}


.text {
  font-family:arial, sans-serif;

  padding-right:10px;
}
.textbox {
  border-width:1px;
  border-color:#ffcc00;
  border-style:solid;
}
.picker {
  background-color: #ffffff;
  position: absolute;
  width:172px;
  border-width:1px;
  border-color:#ffcc00;
  border-style:solid;
  padding-left:4px;
  padding-top:4px;
  padding-bottom:4px;
  display:none;
}


.hide {
   display:none;
}



.month {
  float:left;
  border-width:1px;
  border-color:#ffcc00;
  border-style:solid;
  margin:1px;
  width:94px;
  padding-left:2px;
  color:#ffcc00;
}
.year {
  float:left;
  border-width:1px;
  border-color:#ffcc00;
  border-style:solid;
  margin:1px;
  width:70px;
  padding-left:2px;
  color:#ffcc00;
}

.week_days {
  float:left;
  background-image:url('datelive.gif');
  background-repeat:repeat-x;
  width:20px;
  height:20px;
  border-style:solid;
  border-color:#cccccc;
  border-width:1px;
  color: #000000;
  text-align:center;
  margin:1px;
}
.datelive {
  float:left;
  background-image:url('datelive.gif');
  background-repeat:repeat-x;
  width:20px;
  height:20px;
  border-style:solid;
  border-color:#ffcc00;
  border-width:1px;
  text-align:center;
  color:#ffcc00;
  margin:1px;
  text-decoration:none;
}
.dateunlive {
  float:left;
  background-image:url('datelive.gif');
  background-repeat:repeat-x;
  width:20px;
  height:20px;
  border-style:solid;
  border-color:#cccccc;
  border-width:1px;
  margin:1px;
}
.datelive_c {
  float:left;
  background-image:url('datelive_over.gif');
  background-repeat:repeat-x;
  width:20px;
  height:20px;
  border-style:solid;
  border-color:#ffcc00;
  border-width:1px;
  text-align:center;
  color:#ffffcc;
  margin:1px;
  text-decoration:none;
}
.datelive:hover {
  background-image:url('datelive_over.gif');
  background-repeat:repeat-x;
  color:#ffffcc
}

.proba {
  float:left;
  background-image:url('dateunlive.gif');
  background-repeat:repeat-x;
  width:20px;
  height:20px;
  border-style:solid;
  border-color:#ff0000;
  border-width:1px;
  margin:1px;
}

