#uxsurvey{
  background-color: #f8f5b0;
  border: 2px solid #e3bb6e;
  width: 425px;
  padding: 4px;
  display: block;
}

#uxsurvey table tr td a{
  color: #048ac3;
  font-size:14px;
  font-weight: bold;
  text-decoration: none;
  border: none;
}

#uxsurvey table tr td a:hover {
  text-decoration: underline;
  color: #048ac3;
  font-size:14px;
  font-weight: bold;
  border: none;
}

#uxsurveyNoThanks{
  text-align: left;
  font-size: 10px;
  color: #999999;
}

#uxsurveyNoThanks span{
  color: red;
}

#uxsurveyNoThanks:hover{
  text-decoration: underline;
}

