@charset "utf-8";
.hidden{
	display:none;
}
#domainArea {
	float: left;
	height: auto;
	width: 450px;
	padding: 15px;
	line-height: 1.8;
}
.searchText {
	float: left;
	height: 17px;
	width: 150px;
	display: inline;
	padding: 0 5px;
	border: 1px #d9d9d9 solid;
	margin: 3px 0 0 0;
}
.searchBtn {
	background-image: url(../images/searchbtn.gif);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	width: 55px;
	border: 0;
	cursor: pointer;
}
.domain {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
.domain span {
	float: left;
	height: auto;
	width: auto;
	padding: 0 5px 0 0;
}

#TLDList {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	margin: 10px 0 0 0;
}
#TLDList th td {
	height: auto;
	padding:5px;
	white-space: nowrap;
}
