#default-theme blockquote {
  border: none;
  margin: 0px;
  padding: 0 0 0 40px;
  line-height: normal;
}

#dcm_contentEditor {
  text-align: left;
}

#dcm_contentEditor .dcm_contentEditor_form fieldset{
  width: 450px;
  margin-bottom: 1em;
  border: 1px solid #888;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 1em;
}

#dcm_contentEditor .dcm_contentEditor_form legend {
  font-weight: bold;
  border: 1px solid #888;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: .5em;
  background-color: #ccc;
}

#dcm_contentEditor .dcm_contentEditor_form label {
  margin-top: .33em;
  display: block;
  font-weight:bold;
}

#dcm_contentEditor .dcm_contentEditor_form label.required {
  color: #c00;
  font-weight:bold;
}

#dcm_contentEditor .dcm_contentEditor_form .row input {
  display: block;
  width: 450px;
}

#dcm_contentEditor .dcm_contentEditor_form .menuItem{
  float: left;
  margin-right: 5px;
  width: 80px;
}

#dcm_contentEditor .dcm_contentEditor_form .menuItem input{
  display: inline;
  width: auto;
}

#dcm_contentEditor .dcm_contentEditor_form .checkbox{
  display: inline;
  width: auto;
  border: none;
}


#dcm_contentEditor .dcm_contentEditor_form input.inline{
  display: inline;
}

#dcm_contentEditor .dcm_contentEditor_form select {
  display: block;
}

#dcm_contentEditor .dcm_contentEditor_form textarea {
  height: 80px;
  width: 450px;
  font-size: 90%;
}

#dcm_contentEditor .dcm_contentEditor_form .button {
  display: inline;
  width: 80px;
}

#dcm_contentEditor .dcm_contentEditor_form input.required, .dcm_contentEditor .dcm_contentEditor_form textarea.required, .dcm_contentEditor .dcm_contentEditor_form select.required {
  border: 1px dotted red;
  background-color: #eee;
}

.dcm_contentSearch {
  width: 203px;
}

.dcm_contentSearch label{
  float: left;
  font-family: 'Trebuchet MS';
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0;
}

.dcm_contentSearch .txtSearchBG {
  background: url("images/searchBox.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 27px;
  margin: 0 0 0 10px;
  width: 153px;
}

.dcm_contentSearch .txtSearchBG #txtSearch {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  float: left;
  margin: 3px 0 3px 3px;
  width: 101px;
  font-family: arial,helvetica,sans-serif;
  font-size: 10pt;
}

.dcm_contentSearch .txtSearchBG #btnSearch {
  float: right;
  margin: 7px 10px 0 0;
}
