#whoisform {
    border:1px solid silver;
    width:100%;
    margin:10px auto 10px auto;
    position:relative;
    height:20px;
    padding:10px;
    background-color:#EDEEEF;
}
#whoisform label{
    float:left;
 
    height:25px;
    
}
#whoisform .fields {
  
    height:25px;
    float:left;
      clear:both;
}
#whoisform #validate_domain  {
    margin-top:2px;
    font-size:93%;
     float:left;
      height:25px;
     margin-left:10px;
   
     min-width:100px;
}

#whoisform .loading {
    background: transparent url('/wp-content/plugins/ajaxwhois/img/ajax-loader.gif') 0px 3px no-repeat;
}