/**** Comment form display ****/

.commentform {
  margin:0;
  padding:0;
  font-size:80%;
}

.commentform fieldset {
  border:none;
  padding:0;
  margin:0;
}

.commentform fieldset#CommentInfo {
  float:left;
  width:325px;
}
.commentform fieldset#NameInfo {
  float:left;
  width:155px;
  margin:17px 0 0 0;
}


.commentform legend {
  font-size:110%;
  padding:.2em .5em;
}

.commentform ol, .commentform ul {
  margin:0;
  padding:0;
  list-style-type:none;
}

.commentform li {
  padding:.2em .5em;
  clear:both;
}

.commentform label.row {
  margin:0 1em 0 0;
  display:block;
  float:left;
  width:10em;
  vertical-align:top;
}

.commentform .contentscroll {
  overflow:auto;
  height:150px;
  font-size:110%;
}

.commentform .helptext {
  margin:0 0 0 3px;
}

/* Profile form display */
.profilesearch {
  padding:0;
  margin:0;
}

.profilesearch fieldset {
  border:none;
  padding:0;
  margin:0;
}

.profilesearch legend {
  display:none;
}

.profilesearch ol {
  list-style-type:none;
  padding:0;
  margin:0;
}

.profilesearch li {
  padding:.5em .5em;
  clear:both;
}

.maincontent .profilesearch {
  
}

.maincontent .profilesearch legend {
  display:block;
  font-size:1.1em;
  padding:.5em .45em;
  font-weight:bold;
  margin:0;
}

.maincontent .profilesearch .row {
  display:block;
  float:left;
  width:150px;
}

.maincontent .profilesearch select {
  width:325px;
}


/**** Validation styles ****/

.commentform li.required {
  font-weight:bold;
}

.commentform li.error-generic {
  background-color:#f0f8b7;
}

.commentform li.error-required label {
  color:red;
}

.commentform li .patternrule {
  display:none;
}

.commentform li.error-generic .patternrule {
  display:block;
  font-weight:normal;
  margin-left:11em;
}

