/* $Id: discussthis.css,v 1.1.4.4 2010/04/21 11:28:08 alexiswilke Exp $ */

.discussthis-admin ul {
  clear: both;
  list-style-type: none;
  list-style-image: none;
}

.discussthis-admin li {
  background: none;
  clear: both;
  list-style-type: none;
  list-style-image: none;
}

.discussthis-admin li div {
  display: block;
  float: left;
}

.discussthis-admin li span {
  float: right;
}

/* Use the following to reduce the width of the Forum & Format drop downs
 * This can be necessary with some "narrow" themes
.discussthis-admin select {
  width: 150px;
}
*/

.discussthis-admin .form-item {
  margin-bottom: 5px;
  margin-top: 5px;
  clear: both;
}

.discussthis-admin ul.discussthis-help {
  list-style-type: disc;
  list-style-image: none;
}

.discussthis-admin ul.discussthis-help li {
  list-style-type: disc;
  list-style-image: none;
}

.discussthis-comments {
  margin: 15px;
}
