body {
  color: #fff;
  font-size: 18px;
  font-family: lucidia grande, helvetica, arial, sans-serif;
  background: #0B1621 url(bg6.png) repeat-x;
  padding: 0;
  margin: 0;
}

#main-wrap {
  border: 1px solid #000;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 10px 40px #111;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0px 10px 40px #111;
  border-radius: 4px;
  box-shadow: 0px 10px 40px #111;
  width: 571px;
  margin: 20px auto;
}
#main {
  padding: 10px 10px 5px;
  width: 549px;
  background: #205068 url(bg2.png) repeat-x;  
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #3399AA;
}

h1 {
  margin: 5px 0 0 0;
  text-indent: -9000px;
  background: url(logo.png) no-repeat;
  padding: 0;
  height: 39px;
  width: 543px;
  float: left;
}

a {
  color: #fff;
  font-weight: bold;
}

table {
  border-collapse: collapse;
}

table td {
  text-align: left;
  vertical-align: top;
  text-shadow: 1px 1px 1px #445573;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  
}
td.title {

}
.label {
  float: left;
  margin: 4px 0 6px 2px;
}

.message {
  float: left;
  margin: 4px 0 6px 2px;
  color: #cf0;
}
.logout a {
  float: right;
  font-size: 12px;
  margin: 4px;
  text-decoration: none;
  color: #eee;
}
td.status {
  width: 200px;
}
td.textbox {
  padding: 0 2px 2px;
}

td div {
  font-size: 13px;
  font-weight: bold;
  
}

#tweet, #compressed {
  color: #888;
  float: left;
  clear: both;
  font-family: lucida Grande, sans-serif;
  font-size: 16px;
  height: 76px;
  overflow: auto;
  width: 527px;
  margin: 0 0 4px;
  padding: 9px 9px 0;
  border: none;
  background: url(textbox.png) no-repeat;
}

#tweet_status, #comp_status {
  float: right;
  font-size: 16px;
  padding: 3px;
  
}

#tweet_status.error, #comp_status.error {
  color: #aaa;
  text-shadow: 1px 1px 0px #000;
}
.content {
  text-shadow: 1px 1px 1px #444;
  padding: 10px 4px 0;
  font-size: 17px;
  width: 527px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  height: 62px;
  width: 269px
}


#copy {
  background: url(buttons.png) no-repeat;
  margin: 0 7px 0 1px;
}
#copy.hover {
  background: url(buttons.png) no-repeat 0 -62px;
}

#send {
  background: url(buttons.png) no-repeat -269px 0;
}
#send:hover {
  background: url(buttons.png) no-repeat -269px -62px;
}

#footer, #footer a {
  font-size: 12px;
  margin-top: 40px;
  text-align: right;
  text-shadow: none;
  text-decoration: none;
}
