/***** GLOBAL RESET *****/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


/***** MAIN STYLES *****/

html, body {
  background: #fff;
}

#wrapper {
  margin: 35px auto 0;
  width: 524px;
  border: 1px solid #acacac;
}

.clearall {
  clear: both;
  height: 0px;
  width: 0px;
}

hr {
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

/**** AD SECTION *****/

#ad_wrapper {
  width: 170px;
  float: left;
  background: #85b4de url(/aspect-effect/images/form_ad.gif) no-repeat bottom left;
}

#ad_wrapper a {
  margin: 0 0 -20px 0;
  padding: 0;
  height: 440px;
  width: 170px;
  text-indent: -9000px;
  display: block;
  cursor: hand;
}

/***** FORM SECTION *****/

#form_wrapper {
  width: 350px;
  float: left;
}

#form_container {
  margin: 18px auto 0;
  width: 300px;
  font: bold 11px/13px Arial, Verdana, sans-serif;
  color: #0033AB;
}

#form_header {
  margin: 0 0 10px 0;
  width: 288px;
  height: 34px;
  background: url(/aspect-effect/images/form_logo.gif) no-repeat 0 0;
}

#form_header h1 a {
  width: 288px;
  height: 34px;
  text-indent: -9000px;
  display: block;
  cursor: hand;
}

/***** FORM STYLES *****/

em {
  font-weight: normal;
  font-size: 9px;
}

span.red {
  padding: 0 0 0 3px;
  color: #ff1010;
}

input, select {
  border-left: 1px solid #acacac;
  border-right: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  border-top: 1px solid #7c7c7c;
  background: #fff url(/aspect-effect/images/input_bg.gif) no-repeat 0 0;
  color: #555;
  width: 175px;
  font: 14px/15px Arial, Verdana, sans-serif;
}

input.tell_a_friend,
textarea.tell_a_friend {
  width: 290px;
  overflow: hidden;
}

textarea {
  border-left: 1px solid #acacac;
  border-right: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  border-top: 1px solid #7c7c7c;
  background: #fff url(/aspect-effect/images/input_bg.gif) no-repeat 0 0;
  color: #555;
  font: 14px/15px Arial, Verdana, sans-serif;
}

option {
  background: #fff;
}

.midsize {
  width: 120px;
}

.small {
  width: 100px;
}

.smaller {
  margin: 0 6px 0 0;
  width: 45px;
}

html>/**/body .smaller {
  margin: 0 8px 0 0;
}

.wide {
  width: 300px;
}

input.button {
  width: 103px;
  height: 26px;
  border: 0 none;
}

/**** MOZILLA HACKS ****/

:focus {
  -moz-outline-style: none;
}
