a img {
  border: none;
}

div#hd {
  height: 134px;
}

div#hd img {
  float: left;
}

div#banner {
  width: 100%;
  height: 96px;
}

div#banner img {
  margin-right: 460px;
}

div#menu {
  width: 100%;
  height: 65px;
  background: transparent url("/static/images/bgmenu.png") repeat-x;
}

/*form#loginForm {*/
/*float: left;*/
/*height: 75px;*/
/*border: 1px solid #cccccc;*/
/*padding: 5px 5px 5px 0px;*/
/*margin: 5px 0px 0px 0px;*/
/*}*/

/*form#loginForm label {*/
/*display: block;*/
/*text-align: left;*/
/*font-size: 12px;*/
/*font-family: arial, sans-serif;*/
/*}*/

/*form#loginForm div {*/
/*float: left;*/
/*margin-left: 5px;*/
/*}*/

/*form#loginForm div.left input {*/
/*width: 150px;*/
/*}*/

/*form#loginForm div.right input {*/
/*width: 75px;*/
/*}*/

/*form#loginForm div.right input#loginBtn {*/
/*margin-top: 15px;*/
/*width: 75px;*/
/*height: 20px;*/
/*}*/

/* popup login message */
#loginform_msg {
  color: #666;
  background: transparent none repeat scroll 0 0;
  height: 60px;
  left: -450px;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  top: -50px;
  width: 200px;
}

/*#loginform_msg {*/
/*position: absolute;*/
/*top: 0px;*/
/*left: 0px;*/
/*width: 954px;*/
/*background: transparent;*/
/*text-align: center;*/
/*padding-top: 5px;*/
/*padding-bottom: 5px;*/
/*height: 60px;*/
/*}*/

#loginform_msg span {
  color: red;
  background-color: #FDD;
  padding: 2px 5px 2px 5px;
  line-height: 2em;
}

form#contactUs input[type="text"] {
  width: 30em;
}

form#contactUs textarea,
  div#enquiry_form textarea {
  width: 50em;
}

div#enquiry_form li {
  list-style-type: none;
}

.login {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  margin: -8px 0px 0px 11px;
  padding: 0;
  position: relative;
  height: 66px;
}

.login {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 0;
  position: absolute;
  height: 116px;
  left: 207px;
  top: -31px;
  width: 272px;
}

#loginPanel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #005983;
}

#loginAutoMsg {
  padding-top: 40px;
}

#loginPanel a,
  #loginPanel a:visited {
  color: blue;
}

#loginUsername {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 127px;
  height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  color: #005983;
}

#loginUsernameBg {
  position: absolute;
  margin: -8px 2px 0px 10px;
  top: 23px;
  left: -13px;
  width: 133px;
  height: 24px;
  border: 0;
  background-color: #FFFFFF;
  background-image: url(/static/images/backgrounds/loginBoxBg.png);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}

#loginUsernameBox {
  position: absolute;
  margin: -8px 2px 0px 10px;
  top: 10px;
  left: -10px;
  width: 129px;
  height: 24px;
  border: 0;
}

#loginPassword {
  position: absolute;
  top: 40px;
  left: 4px;
  width: 123px;
  height: 38px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #005983;
  text-align: left;
}

a#forgottenLink, a#forgottenLink:visited {
  position: absolute;
  color: #005983;
  top: 78px;
  left: 4px;
  font-size: 11px;
  text-decoration:none;
}

a#forgottenLink:hover {
  text-decoration:underline;
}

#loginPasswordBg {
  position: absolute;
  margin: -8px 2px 0px 10px;
  top: 23px;
  left: -13px;
  width: 133px;
  height: 24px;
  border: 0;
  background-color: #FFFFFF;
  background-image: url(/static/images/backgrounds/loginBoxBg.png);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}

#loginPasswordBox {
  position: absolute;
  margin: -8px 2px 0px 10px;
  top: 10px;
  left: -10px;
  width: 129px;
  height: 24px;
  border: 0;
}

#loginPersistent {
  position: absolute;
  top: 18px;
  left: 128px;
  width: 216px;
  height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#loginPersistent input {
  vertical-align: middle;
}

#loginSubmit {
  position: absolute;
  top: 53px;
  left: 131px;
  width: 215px;
  height: 21px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #ffffff;
}

.loginTextBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  background-color: #4e93ba;
  border-style: hidden;
  border-width: 0px;
  border-color: transparent;
}

.loginBg {
  background: url(/static/images/codeInput.png) 2px 1px no-repeat;
  width: 101px;
  height: 23px;
  display: block;
  border: 0;
}

#loginCodeBg {
  position: absolute;
  margin: -8px 2px 0px 10px;
  top: 23px;
  left: -13px;
  width: 112px;
  height: 24px;
  border: 0;
  background-color: #FFFFFF;
  background-image: url(/static/images/codeInput.png);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}

#loginCodeBox {
  position: absolute;
  margin: -8px 2px 0px 10px;
  top: 10px;
  left: -10px;
  width: 112px;
  height: 24px;
  border: 0;
}

.loginField {
  color: #FFFFFF;
  font-size: 12px;
  float: left; /* this will make the images line up */
  border: 0;
  padding: 0 0 0 1em;
  width: 106px; /* the width of the actual search box, must be shorter than your image so it fits inside it. */
  height: 20px; /* again, must be slightly less than the image size */
  background-color: transparent; /* Makes the search field invisible so you can see the image we want underneath. This doesn't work in Safari, so I may go back later and give them their own style sheet. For now, I'm not bothered by this small inconvenience. */
}

#mainErrorContainer {
  background-color: #ffffcc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;

  color: #666;
  padding-top: 5px;
  text-align: center;
  position: static;
  height: auto;
  width: auto;
}

.errormessage {
  color: red;
}

.plain {
  padding: 1em;
  background: white url("/static/images/backgrounds/listHdr.png") repeat-x;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  border: 1px solid #ccc;
}

.plainFlow {
  padding: 1em;
  background: white url("/static/images/backgrounds/listHdr.png") repeat-x;
  border: 1px solid #ccc;
}

.bodyText {
  color: #005983;
}

.text {
  max-width: 45em;
}

.text p {
  line-height: 1.5em;
}

#bodyPanel a:link,
  #bodyPanel a:visited {
  color: blue;
}

table.enquiryForm {
  font-family: Arial, Helvetica, sans-serif;
}

table.enquiryForm tr th {
  font-size: 10pt;
  color: #16518b;
  font-weight: 800;
  text-align: left;
}

table.enquiryForm td {
  font-size: 9pt;
  color: #16518b;
  font-weight: 100;
  text-align: left;
}

button.nice {
  margin-top: 15px;
  width: 180px;
  height: 34px;
  display: block;
  cursor: pointer;
  /*color: rgb(175,138,185);  */
}

div#bd {
  background:#E5F2FA;
  font-size: 12pt;
}

div.nice {
background:#E9EFE5 none repeat scroll 0 0;
border:1px solid #C0C0C0;
margin:0 10px 1em;
padding:10px 5px;
}

div#bdw {
  background: #E5F2FA;
  min-height: 450px;
  height: 450px;
  height: auto !important;
}

div#bdw .text {
  margin-left: 10px;
}
