.namesPopup
{
	position: fixed;
	top:10px;
	left:10px;
	border-radius: 5px;	
	background-color: #f9f9f9;
	border: 2px solid #666666;
	z-index:100000;
	display: none;
}	

.namesLayoutTable
{
	width: 450px;
	
}
.cancelButton
{
	text-align: right;
	padding-right: 3px;
	padding-top: 3px;
}
.namesLayoutSearchTD
{
	vertical-align: top;
	width: 380px;
	font-weight: normal;
	color: #666666;	
	font-family: "Urbane Rounded",Arial,sans-serif;	
	font-size: 20px;	
	
}

	


.namesLayoutKeyTD
{
	vertical-align: top;	
	width: 120px;
	border: 1px solid #999999;
	background-color: #ececec;
	padding: 6px;
	border-radius: 5px;	

}

.nameFinderCheckbox
{
	background-image: url(/eswpublic/icons/myPerfectWeb/checkbox_no.png);
	width: 16px;
	height: 16px;
}
.nameListDIV
{
	overflow: auto;
	height: 600px;
	width: 600px;
}


.labelTD
{
	border-bottom: 1px solid #666666;	
	border-spacing: 0px;	
	border-collapse: collapse;	
	width: 40px;	
	text-align: center;
	padding: 5px;
	font-family: "Urbane Rounded",Arial,sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #666666;
}

.nameTD
{
	width: 270;
	border-spacing: 0px;	
	text-align: center;
	padding: 5px;
	font-family: "Urbane Rounded",Arial,sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #666666;
	border-bottom: 1px solid #ececec;	
}
			
.progressTD
{
	margin: 0px;
	padding: 0px;	
}			
.statusTD
{
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;	
	border-bottom: 1px solid #ececec;
}
.searchInput
{
	border-radius: 2px;
	border: 1px solid #666666;
	background-color: #ececec;	
	font-family: "Urbane Rounded",Arial,sans-serif;	
	font-size: 18px;
	height: 30px;
	width: 200px;
	margin: 0px;
}
.searchTable
{
	padding: 0px;
	height: 20px;
	width: 200px;
	border-collapse: collapse;
}
.searchTD
{
	vertical-align: middle;
	padding-left: 12px;
	
}
.searchButtonTD
{
	width: 20px;
	
}
.searchButton
{
	font-size: 30px;
	margin-left: 5px;
	cursor: pointer;
	color: #666666;
}

.nextButton
{
	font-size: 40px;
	margin-left: 5px;
	cursor: pointer;
}
.nextButtonValid
{
	color: #666666;
}
.nextButtonInvalid
{
	color: #cccccc;
}

.closeSearch
{
	color: #666666;
	font-size: 40px;
	margin-left: auto;
	margin-right: 0px;
	cursor: pointer;	

}

.domainUnavailable
{
	color: red;
	font-size: 20px;
}
.domainUnknown
{
	color: blue;
	font-size: 20px;	
}
.domainCheckboxNo
{
	color: green;
	font-size: 20px;	
}



#names
{
	border-spacing: 0px; 
	border-collapse: collapse;	
	width: 100%;
}	
			
#progressBar
{
	background-color: #ececec;
	width: 100%;
	height: 5px;
}

#currentProgress
{
	background-color: #666666;
	width: 0px;
	height: 5px;
}

#status_key
{
	border-spacing: 5px;
	font-weight: normal;
	color: #666666;	
	font-family: "Urbane Rounded",Arial,sans-serif;
	font-size: 20px;	
}

.nothing_selected_warning
{
	position: absolute;
	width: 200px;
	padding: 10px;
	font-family: verdana;
	font-size: 11px;
	-moz-border-radius: 15px;
 	-webkit-border-radius: 20px;
  -khtml-border-radius: 20px;		
	border-radius: 15px;	
	background-color: #fff9f9;
	border: 1px solid #990000;
	z-index:100;

}