#flagBox {
  width: 100%;
  clear: both;
}
.flagResult {
  text-align: center;
  width: 100%;
}
.flagForm {
  padding-top: 10px;
}
.success {
  background-color: honeydew;
  border: solid 1px #c1ffc1;
  color: #006600;
}
.error {
  background-color: #ffecec;
  border: solid 1px #ffcece;
  color: #990000;
}
.flagForm p,
#flagForm p,
.flagResult p {
  margin: 0;
  padding: 9px;
}
button.close {
  display: block;
  float: right;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  background: url(/cassette.axd/file/site-static/close-4635a908843b9717ad0261416aaa49db3a3ebb1a.png) no-repeat;
  border: none;
}
button.flagPost,
button.flagCancel {
  display: block;
  width: 65px;
  float: right;
  margin: 4px;
  border-right: solid 2px #dddddd;
}
#embedbutton {
  width: 49px;
}
button.reportButton {
  width: 65px;
  border-radius: 0;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  float: right;
  display: block;
  color: dimgray;
  height: 27px;
  padding: 0px 6px 0px 6px;
  margin-right: 3px;
}
button.reportButton:hover {
  background-color: #f1f1f1;
  margin-top: 0px;
}
button#flagreport {
  width: 27px;
  height: 27px;
  background: url("/cassette.axd/file/site-static/recorddetailsprites3-554baf068e5543b87eafb1463f011175ad842c2a.png") no-repeat -2px -1372px;
  background-color: #f8f7f7;
  padding: 0;
}
button#statsbutton {
  width: 27px;
  height: 27px;
  background: url("/cassette.axd/file/site-static/recorddetailsprites3-554baf068e5543b87eafb1463f011175ad842c2a.png") no-repeat -30px -1370px;
  background-color: #f8f7f7;
  padding: 0;
}
.boxCol1,
.boxCol2,
.boxCol3 {
  float: left;
  width: 255px;
}
.boxCol2 {
  border-left: solid 1px #e1dfd7;
}
.reportOther {
  width: 100%;
  height: 115px;
}
.flagForm label {
  display: block;
  padding: 2px;
}
.flagForm label:hover {
  background-color: #dfdfdf;
  border-radius: 3px;
}
.labelHeader {
  font-style: italic;
  padding: 0 0 5px 0;
  display: block;
}
.flagBlurb {
  display: block;
  font-weight: bold;
}
