table.maintable{
	width: 400px;
	margin-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
table.maintable2{
	width: 400px;
	margin-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
div.error{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #FFE2CC;
	border-top: 2px solid White;
	width: 400px;
	padding: 5px;
	margin-left: 5px;
	height: 20px;
}
div.good{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	width: 400px;
	background-color: #E2F2FE;
	border-top: 2px solid White;
	padding: 5px;
	margin-left: 5px;
	height: 20px;
}
div.load{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	width: 400px;
	background-color: #FFFFE0;
	border-top: 2px solid White;
	padding: 5px;
	margin-left: 5px;
	height: 20px;
}
div.hidden{
	visibility: hidden;
	display: none;
}
div.whois{
	width: 400px;
	background-color: #FFFFE0;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	padding: 5px;
	clear: both;
	overflow: auto;
	margin-left: 10px;
}
.show_whois{
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 15px;
}
.pr{
	font-size: 12px;
	font-weight: bold;
	color: #006400;
	margin-left: 15px;
}
.pr a{
	color: #006400;
	text-decoration: underline;
}
.cy{
	font-size: 12px;
	font-weight: bold;
	color: #8B0000;
	margin-left: 15px;
}
.cy a{
		color: #8B0000;
	text-decoration: underline;
}
