/* Tools->Whois */

/* <div> containing details of the whois server used for the lookup */
.swServer{
	border-top: 2px dotted #cccccc;
	text-align: center;
	padding: 10px;
	color: #aaaaaa;
}

/* <div containing the data from the whois lookup */
.swData{
	padding: 4px;
	color: #666666;
}


/* style for <span> around lines in the output to hilight. */
.swHilight{
	font-weight: bold;
	color: #ff0000;
}

#registered {
	font-size:1.3em;margin:10px 0;text-align:center;font-weight:bold;color:#43557b}

#registered img {
	vertical-align:middle;margin-right:10px}
