#demo
{
	padding:10px;
	margin:10px 0px 20px 0px;
}
body
{
	font-family:verdana,arial,helvetica;
	font-size:110%;
	margin:20px;
	color:#000;
	background:#FFF;	
}
.error
{
	color:maroon;
}
.domaintaken
{
	color:maroon;
}
.domainavailable
{
	color:#FFF;
}
#whoistable, input, select
{
	font-size:1.0em;
	font-family:verdana,arial,helvetica,sans-serif;
}
#whoistable
{
	border-bottom:1px solid #D3C8C8;
}
#whoistable th
{
	text-align:left;
}
#whoistable .whoisrow1available a, #whoistable .whoisrow2available a, #whoistable .whoisrow1available a:visited, #whoistable .whoisrow2available a:visited
{
	color:#FFF;
}
#whoistable a:hover, #whoistable .whoisrow1available a:hover, #whoistable .whoisrow2available a:hover
{
	text-decoration:none;
}
h1
{
	font-family:arial,helvetica,sans-serif;
	font-size:1.8em;
	color:darkblue;	
}
h2
{
	font-family:arial,helvetica,sans-serif;
	font-size:1.6em;
	color:maroon;	
}
.whoisform
{
	display:inline;	
}
#whoiswait
{

	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
}

#whoiswait .outer
{
	margin-left: -200px;
	position: absolute;
	top: -60px;
	left: 50%;
	visibility: visible;
	width:400px;
}

#whoiswait .inner
{
	background-color:#FFF;
	padding:30px;
	line-height:30px;
	border:1px solid #333;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
}

#whoisdetails
{
	font-family:verdana,arial,helvetica,sans-serif;;
	font-size:0.7em;
	line-height:1.8em;
	padding:20px;
	border:1px solid #333;
	background-color:#FFF;
}
.linkbutton
{
	font-size:1.0em;
	width:150px;
}

.whoisrow1, .whoisrow1available
{
	border-top:1px solid #D3C8C8;
	background:#F4F4F4;
}
.whoisrow2, .whoisrow2available 
{
	border-top:1px solid #D3C8C8;
	background:#FFF;
}
.whoisrow1available, .whoisrow2available
{
	background:#339966;
	color:#FFF;
}

.whoisrow1:hover, .whoisrow2:hover
{
	background:#FFDDDD;
}

#verhuman
{
	text-align:center;
	border:1px solid #333;
	background-color:#FFF;
	padding:20px;
}
.verhuman
{
	font-size:2.2em;
}
.verhumanimg
{
	border:1px solid #000;
}