
.menuDrop{
	position: absolute;
	top: 0;
	left: 500px;
	height: 255px;
	width: 252px;
	margin-top: -205px;
	/*background: url('images_drop/background.png') bottom left;*/
	border: 0;
}

.showHide, .stage{
	position: relative;
	z-index: 1;
}
.hidden{
	display: none;
}
img{position: relative;}
	
.input{
	width: 228px;
	text-align: center;
	margin: 4px 4px 0px 4px;
	color: #AAA;
	z-index: 1000;
}
.textarea{
	
				height: 60px;
				width: 229px;
				font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 8pt;
	overflow: hidden;
	z-index: 1000;
}