input.keywords {
  width: 400px;
  height: 24px;
  line-height: 20px;
  font-size: 20px;
  color: #666;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  border: 1px solid #fff;
  padding: 6px;
}

select {
  font-size: 14px;
  font-family: Calibri, Tahoma, Arial, Sans-serif;
  border: 1px solid #ccc;
  color: #666;
}

fieldset input, fieldset textarea {
  font-size: 15px;
  font-family: Calibri, Tahoma, Arial, Sans-serif;
  border: 1px solid #ccc;
  color: #666;
  width: 260px;
}

fieldset select {
  width: 262px;	
}

fieldset {
  border:0 none;
  border-color:#ccc;
  border-style:solid none none;
  border-width:1px 0 0;
  clear:both;
  font-size:100%;
  margin:0;
  padding:10px;
  width: 940px;
}

fieldset.short {
  width: 660px;
}

fieldset legend {
  line-height:150%;
  color: #2e93e8;
  font-size:18px;
  font-weight:normal;
  margin:0;
  padding:0 5px;
}

input.large-button {
  border: 0;	
}

input.button, input.checkbox {
  width: auto !important;
}

div.error {
  background: #F33;
  padding: 10px;
  margin-bottom: 15px;
}

div.error p font {
  color: #fff !important;
}

div.error p {
  padding: 0;
  margin: 0;
  color: #fff;
}

input.login {
  border: 0px;	
}

#contact-us {
  
}

#contact-us dt {
  width: 190px;
  float: left;
  text-align: right;
  color:#666666;
  padding:4px;
}

#contact-us dd {
  margin-left: 200px;
  color:#666666;
  padding:4px;
}

#contact-us input {
  width: 250px;
}

#contact-us select {
  width: 256px;
}

#contact-us textarea {
  width: 250px;
  height: 150px;
}

.image-button {
  width: auto !important;
  height: auto !important;
  border: none !important;
}