#dayview {
  position: absolute;
  left: 100px;
  top: 100px;
  width: 400px;
  height: 300px;
  border: 1px solid black;
  overflow: hidden;
  background: white;
  display: none;
}

.transferer2 {
	border: 1px solid #6BAF04;
	background-color: orange; 
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

#daymoods {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 0px;
  display: none;
}

#dayblogposts {
  text-align: left;
  overflow: auto;
  height: 240px;
  width: 380px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
