body {
  margin: auto;
  padding: 0;
  font-family: Georgia;
}

#copy_ctr {
    width: 387px;
	padding: 11px;
}

#copy_btn {
  text-align: center;
  background: url('../images/page_white_copy.png') no-repeat 1px;
  padding-left: 17px;
  width: 370px;
  padding: 11px;
}

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

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

#feat_button {
  background-color: #F4F4F4;
  text-align: center;
  background: #f4f4f4 url('../images/wand.png') no-repeat 5px;
  padding: 17px 5px 17px 25px;
  font-family: Georgia;
  font-size: 14px;
  min-height: 17px;
  width: 386px;
  border: 1px solid #ccc;
}

#feat_button.hover {
  background-color: #e9e9e9;
}
#shorty {
	text-align: center;
	padding: 5px;
}


#board {
  margin: 0 auto;
  padding: 5px;
  width: 417px;
}
#header {
	margin: 0 auto;
	padding: 3px;
	width: 100%;
	text-align: center;
	letter-spacing: .2em;
}
#langbar {
	text-align:center;
	letter-spacing: .1em;
}


pre {
	text-align: left;
	padding-left: 117px;
	letter-spacing: .1em;
}


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


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

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


h4 {
	letter-spacing: .2em;
}

a {
	letter-spacing: .1em;
	font-weight: bold;
}

#su_title {
	font-size: 10px;
}


.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('../images/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: 386px;
}

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

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

.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: 7px 5px 7px 27px;
  margin-top: 7px;
  width: 100%;
  border: 1px solid #ccc;
}

#create {
   background: transparent url('../images/link_add.png') no-repeat 8px center;

}

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

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

.module {
  width: 420px;
  background: #FFFFFF url('../images/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('../images/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;
}

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

#msgbox {
  display: none;
  width: 403px;
  border: 1px solid #B2B1A5;
  padding: 10px 10px 10px 27px;
}

.success_icon {
  background: transparent url('../images/accept.png') no-repeat 8px center;
}

.error_icon {
  background: transparent url('../images/exclamation.png') no-repeat 8px center;
}

