/**
 *  @file CSS file for CVR Lookup
 * */

#cvr_lookup_button { 
  border : 1px solid #999;
  border-radius: 2px;
  background-color: #ccc;
  text-align: center;
  padding: 4px 10px;
  cursor: default;
}

a#cvr_lookup_button:hover { 
  text-decoration: none;
}

.cvr_lookup.messages { 
  margin-top: 1em;
  width: auto; 
}

#cvr_lookup_message {
  display: none; 
}