#demo
{
	background:#D2F0FF;
	border:1px solid #9FD6FD;
	padding:3px;
	margin:5px 0px;
	font-family:Tahoma;
	width:auto;
}
.error
{
	color:maroon;
}
.domaintaken
{
	color:#003399;
}
.domainavailable
{
	color:green;
}
#whoistable
{
	border-bottom:1px solid;
}
#whoistable th
{
	text-align:left;
}
#whoistable a, #whoistable a:visited
{
	/*color:#000;*/
	text-decoration:none;
}
#whoistable a:hover
{
	color:#999;
	text-decoration:underline;
}
.whoisform
{
	display:inline;	
}
#whoiswait
{
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
}
#whoisdetails
{
	padding:5px;
	border:1px solid #D4D0C8;
	background-color:#D2F0FF;
}
.linkbutton
{
	width:70px;
}

.whoisrow1, .whoisrow1available
{
	background:#FCFAF6;
	border-top:1px solid #9FD6FD;
	height:30px
}
.whoisrow2, .whoisrow2available
{
	background:#FFF;
	border-top:1px solid #9FD6FD;
		height:30px
}

.whoisrow1:hover, .whoisrow2:hover
{
	background:#71C6FF;
}
#verhuman
{
	text-align:center;
	border:1px solid #9FD6FD;
	background:#71C6FF;
	padding:5px;
}
.verhumanimg
{
	border:1px solid #000;
}