#whois-intro {
	width: 400px;
	background: red;
}


h2 {
	height: 40px;
	width: 340px;
	line-height: 40px;
	text-align: center;
	background: url(/images/page-caption.jpg) left top repeat-x;
	font-size: 123.1%;
	margin: 0 0 50px 0;
}

#whois-form-bg {
	width: 600px;
	background: #000000;
	height: 120px;
	padding-top: 10px;
	color: #ffffff;
	text-align: center;
	position: relative;
}

whois-form-bg p {
	margin: 0;
}

#whois-form form {
	margin: 0;	
}

#whois-input {
	width: 200px;
	height: 30px;
	border: solid 1px #dcdcdc;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px;
	padding: 0;
	position: absolute;
	top: 60px;
	left: 100px;
	padding-top: 10px;
}

* html #whois-input {
	height: 40px;
	top: 50px;
}

#whois-button {
	background: url(/images/whois-button.jpg) left top;
	border: 0;
	width: 123px;
	height: 38px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	top: 60px;
	left: 350px;
}

* html #whois-button {
	top: 50px;
}

#whois-button:hover {
	background-position: left -38px;
}

#whois-button:active {
	background-position: left bottom;
}

#whois-result {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background: url(/images/whois-bg.gif) right top no-repeat;
}

#whois-result-padding {
	padding: 20px;
}

#whois-result-padding table {
	width: 560px;
}
