/* Elements */
#profile {
  overflow: auto;
}

#profile h1 {
  color: #f1eaf2;
  margin: 0 0 10px 0;
  padding: 0;
}

#profile h2 {
  margin: 0 0 20px 0;
  padding: 0;
}

#content input.text {
  background-color: #e1dbe2;
  border: 1px solid #472b4d;
  font-size: 11px;
  width: 350px;
}

#editprofile img.profilepic {
  float: left;
  border: 1px solid #000000;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 200px;
  width: 150px;
}

#newprofile {
  background-color: transparent;
  background-image: url(/images/bgboxes.png);
  border: 1px solid #000000;
  float: right;
  padding: 10px;
  margin-left: 10px;
  width: 280px;
}

#newprofile h2, #newuser h2, #newpasswd h2, #editprofile h2, #profile h2, #message h2, #mikroblog h2 {
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 0;
}

#newprofile select, #editprofile select {
  font-size: 11px;
}

#newuser, #newpasswd {
  background-color: transparent;
  background-image: url(/images/bgboxes.png);
  border: 1px solid #000000;
  padding: 10px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 380px;
}

#newuser input.text, #emailinfo input.text, #newpasswd input.text, #editprofile input.text {
  background-color: transparent;
  background-image: url(/images/bgboxes.png);
  border: 1px solid #000000;
  font-size: 11px;
  width: 250px;
}

#newuser td, #emailinfo td, #newpasswd td {
  font-weight: bold;
}

#emailinfo {
  background-color: transparent;
  background-image: url(/images/bgboxes.png);
  border: 1px solid #000000;
  padding: 10px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 420px;
}

#editprofile {
  background-color: transparent;
  background-image: url(/images/bgboxes.png);
  border: 1px solid #000000;
  padding: 10px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 600px;
}

#message {
  background-color: transparent;
  background-image: url(/images/bgboxes.png);
  border: 1px solid #000000;
  padding: 10px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 550px;
}

#editprofile input.widetext, #message input.widetext {
  background-color: #e1dbe2;
  border: 1px solid #472b4d;
  font-size: 11px;
  width: 450px;
}

#editprofile textarea.longtext {
  background-color: #e1dbe2;
  border: 1px solid #472b4d;
  font-size: 11px;
  width: 450px;
  height: 320px;
}

#message textarea.longtext {
  background-color: #e1dbe2;
  border: 1px solid #472b4d;
  font-size: 11px;
  width: 450px;
  height: 300px;
}

.btncreate {
  background: url(/images/btncreate.png) no-repeat left top;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  height: 35px;
  width: 120px;
}

.btnnext {
  background: url(/images/btnnext.png) no-repeat left top;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  height: 35px;
  width: 120px;
}

.loginok {
  background-color: #474448; /* ok */
  border: 1px solid #34163b;
  color: #eeeeee;
  font-size: 11px;
}

.logintext {
  background-color: #e1dbe2;
  border: 1px solid #34163b;
  color: #222222;
  font-size: 11px;
  width: 100px;
}
.logintextActive {
  color: #85738a;
  font-style: italic;
}
.normaltext { font-weight: normal; }
