/* CSS Document */

#seotools {
	position:fixed;
	top:50%;
	left:0;
	width:100%;
	background:#fcfcfc;
	text-align:center;
	z-index:100;
	padding:5px 0;
	opacity:0.7;
	border:#000 3px solid;
	}
	
	#seotools input{
		width:20%;
	}