/*  --------------------------   WHOIS SEARCH ENGINE   -------------------------- */
#whois-result{
	width:400px;
	padding:0px;
	text-align:center;
	margin:0px 0px 0px 70px;
}
#cell-whois{
	width:400px;
	height:50px;
	padding:0px;
	margin:0px 0px 0px 70px;
	background-color:#EEEEEE;
}
#whois-tl, #whois-tr, #whois-bl, #whois-br{
	width:10px;
	height:10px;
	float:left;
	padding:0px;
	margin:0px;
}
#whois-t, #whois-b{
	float:left;
	width:380px;
	height:10px;
	padding:0px;
	margin:0px;
}
#whois-l, #whois-r{
	float:left;
	width:10px;
	height:30px;
	padding:0px;
	margin:0px;
}
#whois-c{
	float:left;
	background-color:#FFFFFF;
	width:380px;
	height:30px;
	padding:0px;
	margin:0px;
	text-align:center;
}
#whois-c input{
	
}
#whois-tl{
	background-image:url(/img/cell-top-left.gif);
}
#whois-t{
	background-image:url(/img/cell-top.gif);
	background-repeat:repeat-x;
}
#whois-tr{
	background-image:url(/img/cell-top-right.gif);
}
#whois-l{
	background-image:url(/img/cell-left.gif);
	background-repeat:repeat-y;
}
#whois-r{
	background-image:url(/img/cell-right.gif);
	background-repeat:repeat-y;
}
#whois-bl{
	background-image:url(/img/cell-bottom-left.gif);
}
#whois-b{
	background-image:url(/img/cell-bottom.gif);
	background-repeat:repeat-x;
}
#whois-br{
	background-image:url(/img/cell-bottom-right.gif);
}