﻿.modalBackground 
{
	 background-color:Gray;
	 filter:alpha(opacity=70);
	 opacity:0.7;
}
.loadingbox
{
	position:absolute;
	top:40%;
	left:40%;
	border:1px solid lightsteelblue; 
	background-color: #ffffff; 
	height:50px; 
	width:250px;
	text-align:center;
	padding-top:20px
}
.SEOPanel
{
	width:470px;
	padding-left:10px;
	padding:2px; 
	z-index: 1;
	background-color: #FFF;
	background-image:url(../images/form_bg_color.gif);
	height:180px;
}

.SEOPanel input
{
	width:400px;
}

.seobutton
{
	background-image:url(../images/SEO.PNG);
	text-decoration:none;	
	border: solid 0px #000000;
	width:30px;
	height:14px;
}

