a {
cursor: pointer;
cursor: hand;
color: #69c;
}

table {
border-color: lightblue;
}

td {
border-color: lightblue;
}

.error-whois{
	clear: both;
	color:red;
	margin: 0 0 0 50px;
	padding: 5px 0 0 0;
} 
.error-whois ul{
	margin: 0 0 0 0px !important;
	padding: 0 !important;
	cursor: default !important;
	color:red !important;
}

.error-whois li{
	margin: 0 0 0 0px !important;
	padding: 0 !important;
	list-style-type:disc !important;
	display: list-item !important;
	cursor: default !important;
	color:red !important;
}