.lightText {
  color: #6E6E6E;
  font-weight: normal;
}

.clip,
.clip label,
.clip textarea,
.clip select,
.clip input[type=text] {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

.clip h1 {
  color: black;
  font-size: 14pt;
  font-weight: normal;
  line-height: 1.5;
  display: block;
  margin: 4px 0px 0px 0px;
  padding: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  white-space: nowrap;
}

.clip h3 {
  color: graytext;
  font-size: 8pt;
  display: block;
  margin: 0px 0px 2px 0px;
  padding: 0px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  white-space: nowrap;
}

body[lang=ja] .clip h3 {
  font-size: 6pt;
}

.clip .section {
  padding: 0px;
  margin: 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #8dccd9;
  border-style: solid;
  overflow: hidden;
}

label {
  display: block;
  float: none;
  padding-top: 2px;
  line-height: 21px;
  white-space: nowrap;
}

.clip label {
  color: #6E6E6E;
  font-weight: bold;
  font-size: 9pt;
  overflow: hidden;
  text-overflow: ellipsis;
}

label.error {
  width: auto !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: red;
  padding: 2px 0px;
  font-weight: normal;
}

body.valid label {
  line-height: 21px;
}
body.error label {
  line-height: 15px;
}

.clipView {
  display: none;
}

.clip .bannerLinkGroup {
  display: none;
}

#clipForm {
  width: 100%;
  min-height: 238px;
}

.aboveLabel {
  width: 160px;
  text-align: left;
  display: block;
  min-width: 160px;
  float: none;
  padding-top: 8px;
  padding-bottom: 2px;
  clear: left;
  line-height: 1
}

#clipForm  br {
  margin: 0;
  padding-top: 1px;
  border: 0;
  line-height: 0;
}

#clipForm div {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 2px;
  float: none;
  clear: left;
}

.checkboxLabel {
  padding-top: 0px;
  line-height: 1;
  clear: none;
  display: inline;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
  font-weight: normal !important;
  white-space: normal !important;
}

input[type="checkbox"] {
  margin-right: 3px;
}

.col {
  padding-top: 0px;
}

.colbackground {
  line-height: 1;
  width: 453px;
  height: 320px;
  min-height: 290px;
  margin-top: 0px;
  background: #edf6f7;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}

#titleBlock, #tagsBlock, #notebookBlock, #commentBlock, #thumbBlock {
  display: block !important;
  padding: 0px !important;
  margin: 0px !important;
  position: relative !important;
}

#title {
  width: 414px !important;
  font-weight: bold;
}

#tagsBlock {
  width: 200px !important;
  clear: none !important;
  float: left !important;
}
#notebookBlock {
  width: 200px !important;
  float: right !important;
  clear: right !important;
}
#notebookBlock select {
  width: 100%;
}
#tags {
  width: 200px !important;
}
#notebookGuid {
  width: 200px !important;
}
#commentBlock {
  float: left !important;
  width: 420px !important;
}
#commentBlock label {
  display: inline;
}
#comment {
  height: 96px !important;
  max-height: 96px !important;
  width: 216px !important;
  max-width: 416px !important;
  min-width: 416px !important;
  width: 416px !important;
}
.formActions {
  padding: 8px 0px;
  clear: both;
}
.clipPreview .formActions,
.clipLogin .formActions {
    border: 0px solid #8DCCD9;
    border-top-width: 1px;
    display: block;
    width: 416px;
}
.formActions input {
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  height: 20px;
  padding: 0px 6px;
  margin: 0px 10px 0px 0px;
}

.clipPreview {
  min-height: 140px;
}
.clipPreview #thumb {
  margin: 10px 20px 10px 10px;
  float: left;
  min-height: 126px;
  min-width: 126px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  /*behavior: url(/js/htc/border-radius.htc);*/
  background: white url(/images/bar-spinner.gif) no-repeat center center;
  padding: 5px;
}
.clipPreview #thumb a,
.clipPreview #thumb a:hover {
    padding: 0px;
    margin: 0px;
    border: none;
}
.clipPreview #thumb img {
  /*border: 1px solid #CDD6D7;
  padding: 2px;*/
  border: none;
  padding: 0px;
}

#clipLinks {
  margin: 10px;
}
.formActions {
  position: relative;
  bottom: 0px;
}
label[for=neverAsk] {
    display: inline;
}

.actionOptions {
    margin: 0px;
    float: right;
}
.actionOptions label {
    font-weight: normal;
    position: relative;
    bottom: 3px;
    display: inline;
}
.actionOptions.inline {
    float: none;
    display: inline;
    position: relative;
}
.actionOptions.inline input[type=checkbox] {
    height: auto !important;
}
.actionOptions.inline label {
    position: relative;
    top: 0px;
}

.clipLogin input[type=text], 
.clipLogin input[type=password] {
    width: 200px;
    margin-bottom: 10px;
}
.clipInlay {
    padding: 20px;
}
.clipLogin .colbackground {
    height: 230px;
    min-height: 230px;
}
.clipLogin table tr td {
    min-width: 100px;
    text-align: right;
    vertical-align: top;
}
.clipLogin table tr td+td {
    text-align: left;
}
.clipLogin table label {
    padding: 0px;
    margin: 0px
}

.formOptions {
    text-align: left !important;
}
.formOptions label {
    display: inline; 
    font-weight: normal;
    padding-left: 4px !important;
}

/* Errors */
.clipLogin .error-status {
    text-align: left;
    margin-top: -10px;
}
label.error-status {
  overflow: auto;
  white-space: normal;
  font-weight: normal;
  color: red;
}
label.error-status.error-delayed {
    display: none;
}
.globalError {
  color: red;
  margin: 10px 0px;
}
.globalError ul {
  margin: 0px;
}
.globalError li {
  list-style-image: url(/images/icon_message.gif);
  list-style-position: inside;
}


/* Suggested tags */
.fieldSuggestions {
  margin: 4px 0px; 
  padding: 10px 0px 6px 0px !important;
}
.fieldSuggestions a,
.fieldSuggestions a.unusedSuggestion {
  margin-left: 4px;
  font-size: 9pt;
  background: #cfe4e8;
  color: #3a6a73 !important;
  padding: 1px 3px;
  border: 1px solid #559CAA;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  /*behavior: url(/js/htc/border-radius.htc);*/
  color: white;
  white-space: nowrap;
}
.fieldSuggestions a:first-child {
  margin-left: 0px;
}
.fieldSuggestions a.usedSuggestion {
  background-color: #559CAA;
  color: white !important;
}
.fieldSuggestionsLabel {
  font-weight: bold;
}
.fieldSuggestions a.suggestAll {
  border: none;
  background: none;
}