
#bottomfield {
  display:none;
	position:fixed;
	left: 0;
	bottom:-45px;
	width:400px;
	height: 100px;
	z-index: 1000;
	transition: all 0.5s ease 0s;
}
#bottomfield:hover {bottom:50px;transition: all 0.5s ease 0s;}
#bottomfield .bheft {
	  position: absolute;
		left: 20px;
		bottom: -70px;

}

#bottomfield .btext1 {
	  position: absolute;
		left: 40px;
		top: 10px;
		font: 14px arial, sans-serif;
		color:#EBDF70;
		width: 450px;
		text-decoration:none;
}


#bottomfield .btext2 {
	  position: absolute;
		left: 40px;
		top: 30px;
		font: 14px arial, sans-serif;
		color:#C0C0C0;
		width: 450px;
		text-decoration:none;
}

#bottomfield .btext3 {
	  position: absolute;
		left: 40px;
		top: 50px;
		font: 14px arial, sans-serif;
		color:#C0C0C0;
		width: 450px;
		text-decoration:none;
}

#bottomfield .btext4 {
	  position: absolute;
		left: 40px;
		top: 70px;
		font: 14px arial, sans-serif;
		color:#EBDF70;
		width: 450px;
		text-decoration:none;
}