html,body 
{
   overflow:auto;
}


body
{
	font-family:Verdana;
	font-size:12px;
	 
}

h1 
{
	font-size:12px;
	margin-left:5px;
}


input 
{
  padding:1px;	
  height:18px;
  line-height:18px;
}

.Req input {background:#fff; border:1px solid #969696;}

.Req {color:#F25500;font-size:12px;font-weight:bold;}

 .Req span 
 {
	margin-left:2px;	
 }


X.Req input:focus { border: 1px solid #97D8F8;}
.Req { }


.IntroBody {

	background:white url(images/globe.gif) no-repeat left bottom;
	border: 1px solid #efefef;
	width:532px;
	margin:auto;
	margin-top:20px

}
      
.IntroBodyInner {   
  width:500px;
  min-height:200;
  border:1px solid #ccc;
  padding:15px;

}