.senquiry {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'lucida grande',helvetica,verdana,arial,sans-serif;
  font-size: small;
}
.inputDate {
  background: url(../images/calendar.png) no-repeat 132px center;
}
#captchaimage {
  float: left;
}
.senquiry img {
  border: 0;
}
.senquiry input, .senquiry select, .senquiry textarea {
  border-color: #999999 #DDDDDD #DDDDDD #999999;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  float: right;
  margin: 2px 0;
  width: 155px;
}
.senquiry input.error {
  border: 1px dotted red;
}
.senquiry select, .senquiry .submit {
  width: auto;
}
.senquiry .submit {
  float: left;
}
.senquiry label {
  float: left;
  line-height: 180%;
}
.senquiry label.error {
  margin-left: 159px;
  color: red;
  font-style: italic;
  width: auto;
}
.senquiry br {
  clear: both;
}
.senquiry {
  width: 200px;
}