
FIELDSET {
	border:1px #EBE8E0 solid;
	padding:3px 3px 3px 3px;
}

.hide {
	font-weight:bold; 
	font-size:10px;
	text-align:center;
        padding:3px 4px 3px 4px;
	border:1px #C6BC9D solid;
}

			div.emots {
			   cursor: pointer;
			   width: 30px;
			   height: 20px;
			   background-position: center;
			   background-repeat: no-repeat;
			}
			
			div.emots div.emots2 {
			   display: none;
			   position: relative; left: -350px; top: 20px;
			   z-index: 9999999;
			}
			
			div.emots:hover div.emots2 {
			   display: block;
			   position: relative; left: -350px; top: 20px;
			   z-index: 9999999;
			}