@charset "utf-8";
/* CSS Document */
div#mainContent {
  height: 630px;
  padding-left:20px;
}

div#leftcolumn{
  height: 455px;
}

div#content_top {
  background-image:url(/images/nav_bg.jpg);
  background-color: #DCD8D1;
  height: 53px;
  width: 998px;
  clear: both;
}
div#content_topleft {
  background-image: url(/images/about/nav_left.jpg);
  height: 53px;
  width: 52px;
  float: left;
}
div#content_top a {
  float: left;
  height: 53px;
}
div.arrow_menu {
  width: 16px;
  height: 8px;
}
div#arrow_whysingapore {
  background-image: url(/images/about/nav_arrow.jpg);
  margin-left: 225px;
}

/* left column */
div#innercolumn_bgmiddle {
  width: 673px;
  padding: 60px 0px 0px 20px;
  height: 493px;
  background-image: url(/images/feedback/content_bg.jpg);
  color: #342C27;
}


body.contact div#innercolumn_bgmiddle {
  width: 673px;
  padding: 60px 0px 0px 20px;
  height: 493px;
  background-image: url(/images/feedback/content_bg1.jpg);
  color: #342C27;
}

div.newsletter div#innercolumn_bgmiddle {
  height: 314px;
  background: url(/images/feedback/newslettercontent_bg.jpg) no-repeat;
}

div#quiz_signup div.newsletter div#innercolumn_bgmiddle {
  height: 314px;
  background: url(/images/feedback/signup_header.jpg) no-repeat;
}

div#innercolumn_bgmiddle a {
  color: #003399;
}
div#innercolumn_bgmiddle div {
  margin-bottom: 5px;
}
div.newsletter_text {
  color: #342C27;
  font-weight: bold;
}
div#innercolumn_bgmiddle div.red {
  margin: 15px 0px 10px;
  color: #B11B1B;
  font-weight: bold;
}
div#form_left {
  float: left;
  width: 233px;
}
div#form_right {
  float: left;
}
div#form_name {
  background-image: url(/images/feedback/form_name.jpg);
  width: 85px;
  height: 27px;
}
div#form_email {
  background-image: url(/images/feedback/form_email.jpg);
  width: 85px;
  height: 27px;
}
div#form_country {
  background-image: url(/images/feedback/form_country.jpg);
  width: 129px;
  height: 27px;
  clear: left;
}
div#form_phone {
  background-image: url(/images/feedback/form_phone.jpg);
  width: 129px;
  height: 27px;
  clear: left;
}
div#form_web {
  background-image: url(/images/feedback/form_web.jpg);
  width: 129px;
  height: 27px;
}
div#form_comments {
  background-image: url(/images/feedback/form_feedback.jpg);
  width: 86px;
  height: 26px;
  clear: left;
}
input.whitesearch {
  float: left;
  border: 0px;
  margin: 0px;
  padding: 3px 0px 0px 0px;
  color: #333333;
  width: 180px;
  height: 18px;
  background-image: url(/images/availability/whitesearch_textbox_bg.jpg);
}
div.whitesearch_textbox {
  margin: 0px;
  width: 200px;
  float: left;
  height: 22px;
  position: relative;
  top: -4px;
}
div.whitesearch_textbox_left {
  background-image: url(/images/availability/whitesearch_textbox_left.jpg);
  width: 10px;
  height: 21px;
  float: left;
  margin-bottom:0;
}
div.whitesearch_textbox_right {
  background-image: url(/images/availability/whitesearch_textbox_right.jpg);
  width: 10px;
  height: 21px;
  float: left;
}
select.form_select {
  width: 200px;
  margin-bottom: 5px;
  position: relative;
  top: -4px;
  height: 22px;
}
div#innercolumn_bgmiddle textarea {
  width: 430px;
  height: 111px;
  position: relative;
  top: -4px;
}
input.check {
  float: left;
  width: 15px;
  height: 15px;
  padding: 0px;
  margin: 0px;
  margin-right: 5px;
}
div#conditions {
  margin-top:0px;
  clear: left;
  padding-bottom:0;
}

  html>body div#conditions { padding:0; margin-top:5px; }
  *:first-child+html body div#conditions { padding-bottom:10px; margin-top:0px; }

div#feedback-buttons {
  margin:0px;
  width:430px;
  border-top:1px solid #D4D4D4;
  padding:10px 0;
}

  html>body div#feedback-buttons { margin:10px 0; padding:10px 0 ;}
  

    div#feedback-buttons button {
      display:block;
      border:0;
      width: 79px;
      height: 24px;
      float: left;
      text-indent:-1000px;
      overflow:hidden;
      cursor:pointer;   
    }

button#btn_clear {
  background: url(/images/feedback/form_clear_btn.jpg) no-repeat left top;
  margin: 3px 10px 0px 0px;
}
button#btn_submit {
  background: url(/images/feedback/form_submit_btn.jpg) no-repeat left top;
  margin-top: 3px;
}