#show_drop {
	float: right;
	margin: 0px 10px 10px 0px;
}

#drop_down {
	/* Set the Hozontal placement ans style of the dropped container */
	position: absolute;
	top: -1000px;
	margin: 0px 0px 0px 50%;
	padding: 0px;
	left: -250px;
	width: 367px;
	z-index: 5000;
}

.drop_container {
	float: left;
	width: 380px;
}

.drop_content {
	float: left;
	margin: 10px;
	padding: 10px 10px;
	width: 347px;
	background: white;
}

#drop_close {
	float: right;
	position: relative;
	top: -20px;
	right: -20px;
	margin: 0px;
	z-index: 5000;
}

