.website_form {
  width: 500px;
}
.website_form label {
  width: 140px;
  float: left;
  display: block;
}
.website_form input[type=text] {
  width: 250px;
  border: 1px solid #CCC;
  font-size: 14px;
  margin: 0 0 2px 0;
}
.website_form input[type=file] {
  margin: 0 0 2px 0;
}
.website_form input[type=submit] {
  margin: 10px 0 0 0;
}
.website_form textarea {
  width: 250px;
  height: 120px;
  border: 1px solid #CCC;
  font-size: 14px;
  margin: 0 0 2px 0;
}
.website_form select {
  border: 1px solid #CCC;
  font-size: 14px;
  margin: 0 0 2px 0;
}
.ui-datepicker-trigger {
  position: relative;
  left: 3px;
  top: 3px;
}
#saleslinkform_category {
  width: 253px;
  border: 1px solid #CCC;
  font-size: 14px;
  margin: 0 0 2px 0;
}
img.captcha {
  float: right;
}
.website_form .error_list li {
  color: #FF0000;
  margin: 5px 0 5px 0;
}

label[for=saleslinkform_section] {
  display: none;
}
#saleslinkform_section {
  display: none;
}
#article_rating {
  width: 20px;
  padding: 10px;
  font-size: 24px;
  border: 1px solid #CCC;
  text-align: center;
}
#article_rating_slider {
  width: 150px;
}
#contactform_subject{
  width: 253px;
}