body {
  background-color: rgba(1,1,1,0.5);
  font-family: Verdana, Arial, Helvetica,sans-serif;
  font-size: 14px;
  background: url("./bg1.png") repeat scroll -119px -52px transparent;
}

/* Persistent XSS demo */
#main .message img {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 5px;
}

#main .date {
  font-size: 10px;
}

#main textarea {
  border: 1px solid #C4C4C4;
  box-shadow: 0 1px 2px #DDDDDD inset;
  padding: 8px 9px;
  background-color: white;
  color: #666;
}

#main .message {
  margin-top: 5px;
  position: relative;
}

#main .shim {
  position: absolute;
  margin-left: -20px;
  top: 15px;
  height: 21px;
  width: 10px;
}

#main #header {
  color: #444;
  font-size: 17px;
  text-shadow: 1px 1px #ccc;
  margin: 0px;
  width: 100%;
  padding:0px;
  border-spacing: 0 0;
  background-color: rgba(255,255,255,0.8);
}

#main #header img {
padding: 5px;
}

#main #header div {
  position: relative;
  bottom: 10px;
  padding-left: 14px;
  display: inline-block;
}

#main .message-container {
  padding: 10px;
  background-color: #F9F9F9;
  border: 1px solid #C4C4C4;
  border-radius: 5px 5px;
  width: 600px;
  font-size: 12px;
}

#main .message-container b {
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px solid #eee;
}

#main form {
  display: inline;
}

#main input {
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  margin-right: 16px;
  margin-top: 3px;
  min-width: 54px;
  opacity: 0.7;
  outline: 0 none;
  padding: 0 8px;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

#main .share {
  background: none repeat scroll 0 0 #FF33A8;
  border: 1px solid #29691D;
  float: left;
  margin: auto;
  width: 100px;
  height: 50px;
  padding: 1px 0;
}

#main .clear {
  background: none repeat scroll 0 0 #a00;
  border: 1px solid #600;
  margin-right: 10px;
  margin-top: 11px;
  float: right;
  position: relative;
  bottom: 8px;
  right: 10px; */
}

#main .profpic {
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
}
#main .message {
	margin:auto;	
	width:100%;
}

#main .message-container {
	margin: auto;
	padding:auto;
	width: 99%;
}
	
#main .message-container .clear {
  margin-right: 0px;
  margin-top: -1px;
  position: relative;
  bottom: 8px;
  right: 10px;
}

#main .clear {
  position: absolute;
  right: 4px;
  top: 4px;
}