/* CSS Document */


#seotools {
	position:fixed;
	top:0;
	left:0;
	width:300px;
	background:#fff;
	text-align:center;
	z-index:100;
	padding:5px 0;
	/*opacity:0.7;*/
	border:#000 3px solid;
	}
	
	#seotools input{
		width:180px;
	}
	
#seotools form	{ background-color:#fff; display:block; }	
