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

.seooverlay
{
	top:0; 
	left: 0; 
	position: fixed; 
	height: 100%; 
	width: 100%; 
	margin: 0 auto 0 auto;
	visibility: hidden;
}

.seotags
{
	position: fixed; 
	background-position: center; 
	background-image: url(../../../templates/images/50_percent.png);  
	margin:0 auto 0 auto; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
}

#seopage
{ 
	background-color: white; 
	background-image: url(../../../templates/images/1x1_tan.png); 
	background-repeat: repeat; 
	margin: 0 auto 0 auto;
	text-align: center;
	vertical-align: middle;
}


.seotags h4
{
	font-size: 12px; 
}

.seotags .input_text
{
	text-align : left;
	width : 100%; 
	height : auto;
}


/*
.SEO_EDIT textarea {
	text-align : left;
	width : 630px;
	height : 120px;
}


.SEO_EDIT form {
	text-align : left;
	margin : 0 auto 0 auto;
}


.SEO_EDIT {
	padding : 4px;
	text-align : left;
	width : 640px;
	margin : 0 auto 10px auto;
}


.SEO_EDIT form div {
	padding : 5px 0 5px 0;
	font-weight : bold;
	width : 630px;
}
*/