.wpwhois_chk_tld_class {
	display:block; margin: 1em 0em;
}

.wpwhois_txt {
	width: 18em;
	border-radius: 5px !important;
	border: 5px solid #e2e2e2 !important;
	color: black;
	margin: 0em 0.5em 0em 0.25em;
}

.wpwhois_sel_tld {
  	width: 5em;
	height: 1.5em;
	border-radius: 5px !important;
	border: 0px;
	background-color: lightgrey;
	margin:0em 0.1em
}

.wpwhois_cmd_submit {
  	width: 7em;
	background-image: none !important;
	background: none !important;
	background-color: #0050AD !important;
	color: white !important;
	text-transform:uppercase;
	border: 5px solid #0050AD;
	border-radius: 5px;
}

.wpwhois_container {
  	border: 1px solid gray;
	border-radius: 10px;
	padding: 1em;
	text-align:center;
	background-color:whitesmoke;
	box-shadow: 0px 0px 7px #737373;
	-moz-box-shadow: 0px 0px 7px #737373;
	-webkit-shadow: 0px 0px 7px #737373;
}