@charset "UTF-8";

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

.wall_body img[src$='.jpg'] {
  width:50px!important;
}

img[src$='6377720/avatar.90x90.jpg'] {
  border-radius:5px;
  box-shadow:0 4px 5px #3a4b66;
}

.gallery_image {
  display:none!important;
}

body {
  background-color:#8e8888;
  background-position:;
  background-attachment:fixed;
  background-repeat:;
  background-color:#000;
  background-image:url(https://img.mfcimg.com/photos2/637/6377720/253-741-136-183-3009307.jpg);
  background-repeat:no-repeat;
  background-position:top center;
}

body,td {
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

td .clock {
  font-size:9px;
}

.container_padding {
  padding-top:10px;
  padding-bottom:5px;
  padding-right:5px;
  padding-left:10px;
  height:90%;
}

.container_transparency {
  height:100%;
  width:100%;
  background:rgba(255,255,255,0.4);
  background:-webkit-gradient(linear,left center,right center,from(rgba(255,255,255,0.4)),to(rgba(255,255,255,0.0)));
  background:-moz-linear-gradient(left,rgba(255,255,255,0.4),rgba(255,255,255,0.0));
  background:-o-gradient(left,rgba(255,255,255,0.4),rgba(255,255,255,0.0));
  background:linear-gradient(left,rgba(255,255,255,0.4),rgba(255,255,255,0.0));
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
}

.container {
  color:#000000;
  position:relative;
  border:px #;
  padding:5px;
  height:100%;
  background-color:transparent;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
}

.container .heading {
  width:350px;
  padding:5px;
  background-color:black;
  text-shadow:black 0 -2px 1px;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -moz-box-shadow:0 4px 5px #3a4b66 ,inset 0 11px 5px #494949;
  -webkit-box-shadow:0 4px 5px #3a4b66 ,inset 0 11px 5px #494949;
  box-shadow:0 4px 5px #3a4b66 ,inset 0 11px 5px #494949;
}

.content {
  padding:5px;
}

textarea {
  background-color:rgba(255,255,255,0.1);
  border:1px solid gray;
  -moz-box-shadow:inset 0 3px 5px black;
  -webkit-box-shadow:inset 0 3px 5px black;
  box-shadow:inset 0 3px 5px black;
}