.required {
  color: #e00;
  font-weight: normal;
}

#unverified {
  background-color: #ffd;
  border: 1px solid #e00;
  padding: 3px;
  font-weight: bold;
  margin-bottom: 4px;
}

#unverified a {
  color: #00e;
}

#unverified a:hover {
  color: #e00;
}

#workarea #submittable {
  width: 100%;
  border: 1px solid #888;
}

#workarea #submittable td{
  padding-left: 4px;
}

#workarea #submittable .required {
  color: #e00;
  font-weight: normal;
}

#workarea #submittable .item {
  padding: 4px;
  font-weight: bold;
  background-color: #ccc;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}

#workarea #submittable .title{
  padding: 8px 0px 0px 4px;
  font-weight: bold;  
}

#workarea #submittable .field {
}

#workarea #submittable .space {
  height: 8px;
}

#workarea #submittable .desc{
  color: #666;
  font-size: 12px;
}

#workarea #submittable .submit{
  padding: 10px 0px 10px 4px;
}

#workarea #submittable .prompt{
  color: #e00;
  margin-left: 5px;
  font-weight: normal;
}

#workarea #submittable #item_expand {
  padding: 4px 4px 4px 20px;
  font-weight: bold;
  background-color: #ccc;
  border-bottom: 1px solid #888;
  background-image: url(../images/expand.gif);
  background-repeat: no-repeat;
  background-position: 2px center;
  text-decoration: underline;
  cursor: hand;
}

#workarea #submittable #item_collapse {
  padding: 4px 4px 4px 20px;
  font-weight: bold;
  background-color: #ccc;
  border-bottom: 1px solid #888;
  background-image: url(../images/collapse.gif);
  background-repeat: no-repeat;
  background-position: 2px center;
  text-decoration: underline;
  cursor: hand;
}

#submittable .first_name {
  margin-left: 13px;
}

#submittable .last_name {
  margin-left: 56px;
}

#submittable .post_code {
  margin-left: 102px;
}

#submittable .employee_number {
  margin-left: 20px;
}

#workarea .memo {
  font-weight: bold;
}

#workarea #submit_error {
  height: 25px;
  color: #e00;
}

#workarea #save {
  font-weight: bold;
}

#workarea #submittable #product_details {
  display: none;
  padding-left: 0px;
}

#workarea #productlist {
  width: 100%;  
}

#workarea #productlist td {  
  border-bottom: 1px solid #eee;
}

#workarea #productlist .image {
  width: 120px;
}

#workarea #productlist .description {
  width: auto;
  padding: 4px;
}

#workarea #productlist .description div{
  margin-top: 4px;
  font-size: 12px;
}

#workarea #productlist .description .name {
  font-weight: bold;  
}

#workarea #productlist .description .operation {
  margin-top: 8px;
  font-weight: bold;
}

#workarea #productlist .description .operation a {
  margin-left: 20px;
  text-decoration: underline;
}

#workarea #productlist .description .operation a:hover {
  color: #c00;
  text-decoration: none;
}

#workarea #productlist .price {
  width: 80px;  
  padding-bottom: 4px;
}

#workarea #productlist .price div {
  white-space: nowrap;
}

#workarea #productlist .perunittitle, #workarea #productlist .perunitprice {
  font-style: oblique;
}

#workarea #productlist .sampletitle {
  margin-top: 6px;
}

#workarea #productlist .price .originally_price {
  margin-right: 10px;
}

.bluelink {
  color: #00e;
}

.bluelink: hover {
  color: #e00;
}

#question_side {
  width: 98%;
}

#question_side #question_form {
  width: 65%;
  vertical-align: top;
}

#question_side #question_solution {
  width: 35%;
  vertical-align: top;
  padding: 0px 4px 0px 4px;
}

#question_side #question_solution .title {
  font-weight: bold;
}

#question_side #question_solution .title a {
  color: #00e;
}

#question_side #question_solution .title a:hover {
  color: #e00;
}

#question_side #question_solution .content {
  margin: 5px 0px 15px 0px;
}

#question_side #question_solution .header {
  color: #e00;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #ccc;
  padding: 4px;
}
