@charset "UTF-8";
/* CSS Document */

#productMenu {
	position:absolute;
	background:#FFF;
	border:solid 1px ;
	width:250px;
}

#log {
	position:absolute;
	right:0;
	margin: 0;
	padding: 8px 4px;
	background-color: #82917e;
	z-index:3000;
	bottom: 0;
}
#main_text{
	background-color: rgba(255,255,255,0.35);
}
