/*-- Defaults - Do not change --*/
.ns_content_container {
  margin-top: 0;
  margin-right: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #939598;
  background-color: #F1F2F2;
  width: 300px;
  min-height: 150px;
}

.ns_content_title {
  text-align: left;
  font: bold 14px/18px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #D62027;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.ns_content_search {
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 95%;
}

.ns_content_what {
  float: left;
  color: #636466;
  width: 95%;
}

.ns_content_where {
  float: left;
  margin-top: 7px;
  color: #636466;
  width: 70%;
  margin-right: 5px;
}

.ns_content_submit {
  float: left;
  font-weight: bold;
  border: none;
  background-color: #4A136B;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 5px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 20%;
  min-width: 50px;
}

.ns_content_body {
  line-height: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  margin-right: auto;
  max-width: 100%;
  height: 55px;
  margin-bottom: 10px;
}

.ns_content_body_left, .ns_content_body_right {
  min-width: 90px;
  width: 50%;  
  float: left;
}

.ns_content_body a:hover {
  text-decoration: none;  color: #636466;
}

.ns_content_link {  padding: 5px;
  padding-left: 10px;
  text-decoration: none;
  font: 11px Arial, Helvetica, sans-serif;
  color: #636466;
}
/*-- END Defaults --*/