/* CSS Document */

#seotools {
	/*position:fixed;
	top:0;
	left:0;
	width:700px;
	background:#fff;
	text-align:left;
	z-index:100;
	padding:10px;
	opacity:0.9;
	font-size: 11px;
	height: 250px;*/
	float: left;
	width: 100%;
	background: #fff;
	}

#seotools label {
	font-size: 10px;
	width: 100px;
	font-weight: bold;
	display: block;
	float: left;
}
#seotools input, #seotools textarea {
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 10px;
	float: left;
	width: 500px;
}

#seotools input.seo_tools_button {
	font-weight: bold;
	border: 2px solid #ccc;
	font-size: 10px;
	float: left;
	width: 100px;
}

span.seotools_error {
	color: red;
	font-weight: bold;
	float: left;
	font-size: 10px;
	margin-left: 10px;
	margin-top: 2px;
}
