html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}                  

.nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font: 13px Helvetica, Arial, sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 1.22;
}

table {
  font-size: inherit;
  font: 100%;
}

select, input, textarea {
  font: 99% Helvetica, Arial, sans-serif;
}

pre, code {
  font-family: monospace, sans-serif;
}

a:hover, a:active {
  outline: none;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align:top;
} 

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

button {
  width: auto;
  overflow: visible;
}
 
img {
  -ms-interpolation-mode: bicubic;
}

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
}

.hidden {
  display: none;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.clear {
  clear: both;
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face {
  font-family: "Museo300";
  src: url("//singaporebrides.com/types/museo300.eot");
  src: url("//singaporebrides.com/types/museo300.woff") format("woff"),
       url("//singaporebrides.com/types/museo300.otf") format("opentype"),
       url("//singaporebrides.com/types/museo300.ttf") format("truetype"),
       url("//singaporebrides.com/types/museo300.svg#webfonthQLzqSFY") format("svg");
}

@font-face {
  font-family: "Museo500";
  src: url("//singaporebrides.com/types/museo500.eot");
  src: url("//singaporebrides.com/types/museo500.woff") format("woff"),
       url("//singaporebrides.com/types/museo500.otf") format("opentype"),
       url("//singaporebrides.com/types/museo500.ttf") format("truetype"),
       url("//singaporebrides.com/types/museo500.svg#webfontCgHH6qbB") format("svg");
}


.grumbleNote {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.7);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.7);
  box-shadow: 0 5px 10px rgba(0,0,0,.7);
  background-color: rgba(0,0,0,.7);
  color: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 10px 20px;
  width: 200px;
  cursor: pointer;
  text-shadow: rgb(0,0,0) 0 2px 2px;
}
.grumbleNote .grumbleTitle {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
}

.grumbleNote:hover {
  background-color: rgba(0,0,0,.8);
}
.grumbleNote:active {
  margin-top:1px;
}
