#copy_ctr {}

#copy_btn {
  text-align: center;
  background: url('page_white_copy.png') no-repeat 1px;
  padding-left: 17px;
  font-family: arial;
  font-size: 13px;
  height: 17px;
}

#copy_btn.hover {
  background-color: #e9e9e9;
}

#copy_btn.active {
  background-color: #aaa;
  background: url('page_white_paste.png') no-repeat 1px;
}

#feat_button {
  background-color: #F4F4F4;
  text-align: center;
  background: #f4f4f4 url('wand.png') no-repeat 5px;
  padding-left: 25px;
  font-family: arial;
  font-size: 13px;
  height: 17px;
  min-height: 17px;
  width: 110px;
}

#feat_button.hover {
  background-color: #e9e9e9;
}

body {
  margin: 0;
  padding: 0;
}

#board {
  margin: 0 auto;
  padding: 5px;
}

h4 {
  color: #555555;
  font-size: 14px;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.3em;
}

h1, h2, h3, h4, h5, p, ul, li {
  margin: 0;
  padding: 0;
}

.field {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  background: #FFFFFF url(field_bg.gif) repeat-x scroll 0 0;
  border: 1px solid #BEBEBE;
  clear: left;
  float: left;
}

.c-r {
  margin-right: 5px;
}

.field input.link {
  width: 275px;
}

.field input.link {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url(server_link.png) no-repeat scroll 8px center;
  padding-left: 26px;
}

.field input.shortlink {
  background: transparent url(anchor.png) no-repeat scroll 8px center;
  width: 170px;
}

.field input {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #555555;
  float: left;
  padding: 4px;
  width: 145px;
}

.make input {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  background-color: #F4F4F4;
  border: 1px solid #FFFFFF;
  color: #555555;
  cursor: pointer;
  padding: 2px 5px;
}

.addurl {
  clear: both;
  margin-bottom: 0.5em;
  overflow: hidden;
}

.module {
  width: 420px;
  background: #FFFFFF url(field_bg.gif) repeat-x scroll 0 0;
  border: 1px solid #B2B1A5;
  border-top: 0;
  overflow: hidden;
  padding: 10px;
}

#footer {
  margin-top: 7px;
  background-color: #eee;
  padding: 16px 0 17px;
  text-align: center;
}

a.module17 {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url(module17-module-17-m17-pad.png) no-repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-indent: -999em;
  width: 190px;
}

.button {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  background-color: #F4F4F4;
  border: 1px solid #FFFFFF;
  color: #555555;
  cursor: pointer;
  padding: 2px 5px;
  width: 60px;
}

.html_link {
  padding: 4px;
}
