button {
  color: #000000;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.button .icon {
  display: none;
}
a.button {
}
a.button:hover {
}
a.button:active,
a.button:focus {
}
.posts-form .button {
  max-width: 100%;
  float: left;
  display: block;
}
.posts-topic .posts-form a.button {
  background-color: rgb(96, 122, 145);
  background-image: url("../images/buttons/posts-topic.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(96, 122, 146);
  border-bottom-color: rgb(96, 122, 146);
  border-left-color: rgb(96, 122, 146);
  border-right-color: rgb(96, 122, 146);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.posts-topic .posts-form a.button:hover {
  background-color: rgb(82, 104, 124);
  background-image: url("../images/buttons/posts-topic.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(96, 122, 146);
  border-bottom-color: rgb(96, 122, 146);
  border-left-color: rgb(96, 122, 146);
  border-right-color: rgb(96, 122, 146);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.posts-topic .posts-form a.button:active,
.posts-topic .posts-form a.button:focus {
  background-color: rgb(82, 104, 124);
  background-image: url("../images/buttons/posts-topic.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(96, 122, 146);
  border-bottom-color: rgb(96, 122, 146);
  border-left-color: rgb(96, 122, 146);
  border-right-color: rgb(96, 122, 146);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.messages-menu a.button,
.posts-pm .posts-form a.button,
.posts-topic-replies .posts-form a.button {
  background-color: rgb(96, 122, 145);
  background-image: url("../images/buttons/posts-topic-replies.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(96, 122, 146);
  border-bottom-color: rgb(96, 122, 146);
  border-left-color: rgb(96, 122, 146);
  border-right-color: rgb(96, 122, 146);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.messages-menu a.button:hover,
.posts-pm .posts-form a.button:hover,
.posts-topic-replies .posts-form a.button:hover {
  background-color: rgb(82, 104, 124);
  background-image: url("../images/buttons/posts-topic-replies.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(96, 122, 146);
  border-bottom-color: rgb(96, 122, 146);
  border-left-color: rgb(96, 122, 146);
  border-right-color: rgb(96, 122, 146);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.messages-menu a.button:active,
.messages-menu a.button:focus,
.posts-pm .posts-form a.button:active,
.posts-pm .posts-form a.button:focus,
.posts-topic-replies .posts-form a.button:active,
.posts-topic-replies .posts-form a.button:focus {
  background-color: rgb(82, 104, 124);
  background-image: url("../images/buttons/posts-topic-replies.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(96, 122, 146);
  border-bottom-color: rgb(96, 122, 146);
  border-left-color: rgb(96, 122, 146);
  border-right-color: rgb(96, 122, 146);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.posts-book .posts-form a.button {
  background-color: rgb(96, 122, 145);
  background-image: url("../images/buttons/posts-book.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(96, 122, 146);
  border-bottom-color: rgb(96, 122, 146);
  border-left-color: rgb(96, 122, 146);
  border-right-color: rgb(96, 122, 146);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.posts-book .posts-form a.button:hover {
  background-color: rgb(82, 104, 124);
  background-image: url("../images/buttons/posts-book.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(96, 122, 146);
  border-bottom-color: rgb(96, 122, 146);
  border-left-color: rgb(96, 122, 146);
  border-right-color: rgb(96, 122, 146);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.posts-book .posts-form a.button:active,
.posts-book .posts-form a.button:focus {
  background-color: rgb(82, 104, 124);
  background-image: url("../images/buttons/posts-book.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(96, 122, 146);
  border-bottom-color: rgb(96, 122, 146);
  border-left-color: rgb(96, 122, 146);
  border-right-color: rgb(96, 122, 146);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.login-form-link-reg {
  background-color: rgb(70, 70, 70);
  background-image: url("../images/buttons/reg-white-ico.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 4px;
  background-position-y: center;
  background-size: 22px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
  display: block;
}
.login-form-link-reg a {
  background-color: rgb(83, 166, 124);
  color: #ffffff;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(83, 166, 123);
  border-bottom-color: rgb(83, 166, 123);
  border-left-color: rgb(83, 166, 123);
  border-right-color: rgb(83, 166, 123);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  float: left;
  display: block;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.login-form-link-reg a:hover {
  background-color: rgb(71, 143, 107);
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(83, 166, 123);
  border-bottom-color: rgb(83, 166, 123);
  border-left-color: rgb(83, 166, 123);
  border-right-color: rgb(83, 166, 123);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.login-form-link-reg a:active,
.login-form-link-reg a:focus {
  background-color: rgb(71, 143, 107);
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(83, 166, 123);
  border-bottom-color: rgb(83, 166, 123);
  border-left-color: rgb(83, 166, 123);
  border-right-color: rgb(83, 166, 123);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.login-form-link-lostpass {
  background-color: rgb(70, 70, 70);
  background-image: url("../images/buttons/pass-white-ico.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 21px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
  display: block;
}
.login-form-link-lostpass a {
  background-color: rgb(173, 71, 71);
  color: #ffffff;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(173, 71, 70);
  border-bottom-color: rgb(173, 71, 70);
  border-left-color: rgb(173, 71, 70);
  border-right-color: rgb(173, 71, 70);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  float: left;
  display: block;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.login-form-link-lostpass a:hover {
  background-color: rgb(143, 58, 58);
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(173, 71, 70);
  border-bottom-color: rgb(173, 71, 70);
  border-left-color: rgb(173, 71, 70);
  border-right-color: rgb(173, 71, 70);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.login-form-link-lostpass a:active,
.login-form-link-lostpass a:focus {
  background-color: rgb(143, 58, 58);
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(173, 71, 70);
  border-bottom-color: rgb(173, 71, 70);
  border-left-color: rgb(173, 71, 70);
  border-right-color: rgb(173, 71, 70);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 470px) {
  .login-form-link-reg,
  .login-form-link-reg a,
  .login-form-link-reg a:hover,
  .login-form-link-reg a:active,
  .login-form-link-reg a:focus,
  .login-form-link-lostpass,
  .login-form-link-lostpass a,
  .login-form-link-lostpass a:hover,
  .login-form-link-lostpass a:active,
  .login-form-link-lostpass a:active {
    text-align: center;
    width: 100%;
    min-width: 0;
    float: left;
    display: block;
  }
}
.m-profile a.button {
  background-color: rgb(96, 122, 145);
  background-image: url("../images/buttons/profile-posts.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(96, 122, 146);
  border-bottom-color: rgb(96, 122, 146);
  border-left-color: rgb(96, 122, 146);
  border-right-color: rgb(96, 122, 146);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.m-profile a.button:hover {
  background-color: rgb(82, 104, 124);
  background-image: url("../images/buttons/profile-posts.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(96, 122, 146);
  border-bottom-color: rgb(96, 122, 146);
  border-left-color: rgb(96, 122, 146);
  border-right-color: rgb(96, 122, 146);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-profile .button:active,
.m-profile .button:focus {
  background-color: rgb(82, 104, 124);
  background-image: url("../images/buttons/profile-posts.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(96, 122, 146);
  border-bottom-color: rgb(96, 122, 146);
  border-left-color: rgb(96, 122, 146);
  border-right-color: rgb(96, 122, 146);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
@media only screen and (max-width: 470px) {
  .m-profile .button,
  .m-profile .button:hover,
  .m-profile .button:active,
  .m-profile .button:focus {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .messages-menu a.button,
  .messages-menu a.button:hover,
  .messages-menu a.button:active,
  .messages-menu a.button:focus {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .posts-pm .posts-form a.button,
  .posts-pm .posts-form a.button:hover,
  .posts-pm .posts-form a.button:active,
  .posts-pm .posts-form a.button:focus {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
input[type="submit"] {
  background-color: rgb(83, 166, 124);
  background-image: url("../images/buttons/submit.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(83, 166, 123);
  border-bottom-color: rgb(83, 166, 123);
  border-left-color: rgb(83, 166, 123);
  border-right-color: rgb(83, 166, 123);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
input[type="submit"]:hover {
  background-color: rgb(71, 143, 107);
  background-image: url("../images/buttons/submit.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(83, 166, 123);
  border-bottom-color: rgb(83, 166, 123);
  border-left-color: rgb(83, 166, 123);
  border-right-color: rgb(83, 166, 123);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: rgb(71, 143, 107);
  background-image: url("../images/buttons/submit.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(83, 166, 123);
  border-bottom-color: rgb(83, 166, 123);
  border-left-color: rgb(83, 166, 123);
  border-right-color: rgb(83, 166, 123);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.user_settings_remove input[type="submit"],
input[type="reset"] {
  background-color: rgb(173, 71, 71);
  background-image: url("../images/buttons/reset.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(173, 71, 70);
  border-bottom-color: rgb(173, 71, 70);
  border-left-color: rgb(173, 71, 70);
  border-right-color: rgb(173, 71, 70);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.user_settings_remove input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: rgb(143, 58, 58);
  background-image: url("../images/buttons/reset.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(173, 71, 70);
  border-bottom-color: rgb(173, 71, 70);
  border-left-color: rgb(173, 71, 70);
  border-right-color: rgb(173, 71, 70);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.user_settings_remove input[type="submit"]:active,
.user_settings_remove input[type="submit"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus {
  background-color: rgb(143, 58, 58);
  background-image: url("../images/buttons/reset.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(173, 71, 70);
  border-bottom-color: rgb(173, 71, 70);
  border-left-color: rgb(173, 71, 70);
  border-right-color: rgb(173, 71, 70);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
input[name="download"] {
  background-color: rgb(65, 78, 61);
  background-image: url("../images/buttons/data.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(30, 37, 29);
  border-bottom-color: rgb(30, 37, 29);
  border-left-color: rgb(30, 37, 29);
  border-right-color: rgb(30, 37, 29);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
input[name="download"]:hover {
  background-color: rgb(31, 37, 29);
  background-image: url("../images/buttons/data.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(30, 37, 29);
  border-bottom-color: rgb(30, 37, 29);
  border-left-color: rgb(30, 37, 29);
  border-right-color: rgb(30, 37, 29);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
input[name="download"]:active,
input[name="download"]:focus {
  background-color: rgb(31, 37, 29);
  background-image: url("../images/buttons/data.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(30, 37, 29);
  border-bottom-color: rgb(30, 37, 29);
  border-left-color: rgb(30, 37, 29);
  border-right-color: rgb(30, 37, 29);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
input[name="save"],
input[name="doit"] {
  background-color: rgb(83, 166, 124);
  background-image: url("../images/buttons/doit.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(83, 166, 123);
  border-bottom-color: rgb(83, 166, 123);
  border-left-color: rgb(83, 166, 123);
  border-right-color: rgb(83, 166, 123);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
input[name="save"]:hover,
input[name="doit"]:hover {
  background-color: rgb(71, 143, 107);
  background-image: url("../images/buttons/doit.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(83, 166, 123);
  border-bottom-color: rgb(83, 166, 123);
  border-left-color: rgb(83, 166, 123);
  border-right-color: rgb(83, 166, 123);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
input[name="save"]:active,
input[name="save"]:focus,
input[name="doit"]:active,
input[name="doit"]:focus {
  background-color: rgb(71, 143, 107);
  background-image: url("../images/buttons/doit.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 17px auto;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(83, 166, 123);
  border-bottom-color: rgb(83, 166, 123);
  border-left-color: rgb(83, 166, 123);
  border-right-color: rgb(83, 166, 123);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
@media only screen and (max-width: 470px) {
  input[type="submit"],
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  input[type="reset"],
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .user_settings_remove input[type="submit"],
  .user_settings_remove input[type="submit"]:hover,
  .user_settings_remove input[type="submit"]:active,
  .user_settings_remove input[type="submit"]:focus {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  input[name="download"],
  input[name="download"]:hover,
  input[name="download"]:active,
  input[name="download"]:focus {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  input[name="doit"],
  input[name="doit"]:hover,
  input[name="doit"]:active,
  input[name="doit"]:focus {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  input[name="save"],
  input[name="save"]:hover,
  input[name="save"]:active,
  input[name="save"]:focus {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* backlink */
.backlink {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 20px;
  clear: both;
  float: left;
  display: block;
}
.backlink a {
  background-color: rgb(240, 102, 68);
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(240, 102, 67);
  border-bottom-color: rgb(240, 102, 67);
  border-left-color: rgb(240, 102, 67);
  border-right-color: rgb(240, 102, 67);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
  display: block;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.backlink a:hover {
  background-color: rgb(224, 60, 18);
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(240, 102, 67);
  border-bottom-color: rgb(240, 102, 67);
  border-left-color: rgb(240, 102, 67);
  border-right-color: rgb(240, 102, 67);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
  display: block;
}
.backlink a:active,
.backlink a:focus {
  background-color: rgb(224, 60, 18);
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(240, 102, 67);
  border-bottom-color: rgb(240, 102, 67);
  border-left-color: rgb(240, 102, 67);
  border-right-color: rgb(240, 102, 67);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
  display: block;
}
@media only screen and (max-width: 470px) {
  .backlink a,
  .backlink a:hover,
  .backlink a:active,
  .backlink a:focus {
    text-align: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .backlink {
    width: 100%;
  }
}
/* backlink - end */
.sbox input[type="submit"],
.sbox input[type="submit"]:hover,
.sbox input[type="submit"]:active,
.sbox input[type="submit"]:focus {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
.box-item .sbox input[type="submit"],
.box-item .sbox input[type="submit"]:hover,
.box-item .sbox input[type="submit"]:active,
.box-item .sbox input[type="submit"]:focus {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
/* user settings button */
.user-settings-action-account {
  background-color: rgb(70, 70, 70);
  background-image: url("../images/up/user-profile-white.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 4px;
  background-position-y: center;
  background-size: 22px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
  clear: both;
  display: block;
}
.user-settings-action-account a {
  background-color: rgb(222, 222, 222);
  color: #333333;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  float: left;
  display: block;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.user-settings-action-account a:hover {
  background-color: rgb(212, 212, 212);
  color: #111111;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.user-settings-action-account a:active,
.user-settings-action-account a:focus {
  background-color: rgb(212, 212, 212);
  color: #111111;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.user-settings-action-password {
  background-color: rgb(70, 70, 70);
  background-image: url("../images/buttons/pass-white-ico.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 4px;
  background-position-y: center;
  background-size: 22px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
  clear: both;
  display: block;
}
.user-settings-action-password a {
  background-color: rgb(222, 222, 222);
  color: #333333;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  float: left;
  display: block;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.user-settings-action-password a:hover {
  background-color: rgb(212, 212, 212);
  color: #111111;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.user-settings-action-password a:active,
.user-settings-action-password a:focus {
  background-color: rgb(212, 212, 212);
  color: #111111;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.user-settings-action-profile {
  background-color: rgb(70, 70, 70);
  background-image: url("../images/up/user-admin-white.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 4px;
  background-position-y: center;
  background-size: 22px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
  clear: both;
  display: block;
}
.user-settings-action-profile a {
  background-color: rgb(222, 222, 222);
  color: #333333;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  float: left;
  display: block;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.user-settings-action-profile a:hover {
  background-color: rgb(212, 212, 212);
  color: #111111;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.user-settings-action-profile a:active,
.user-settings-action-profile a:focus {
  background-color: rgb(212, 212, 212);
  color: #111111;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.user-settings-action-download {
  background-color: rgb(70, 70, 70);
  background-image: url("../images/buttons/dow-white.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 4px;
  background-position-y: center;
  background-size: 22px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
  clear: both;
  display: block;
}
.user-settings-action-download a {
  background-color: rgb(222, 222, 222);
  color: #333333;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  float: left;
  display: block;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.user-settings-action-download a:hover {
  background-color: rgb(212, 212, 212);
  color: #111111;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.user-settings-action-download a:active,
.user-settings-action-download a:focus {
  background-color: rgb(212, 212, 212);
  color: #111111;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.user-settings-action-remove {
  background-color: rgb(70, 70, 70);
  background-image: url("../images/buttons/reset.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 4px;
  background-position-y: center;
  background-size: 22px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
  clear: both;
  display: block;
}
.user-settings-action-remove a {
  background-color: rgb(222, 222, 222);
  color: #333333;
  line-height: 110%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  float: left;
  display: block;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.user-settings-action-remove a:hover {
  background-color: rgb(212, 212, 212);
  color: #111111;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.user-settings-action-remove a:active,
.user-settings-action-remove a:focus {
  background-color: rgb(212, 212, 212);
  color: #111111;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(190, 190, 190);
  border-bottom-color: rgb(190, 190, 190);
  border-left-color: rgb(190, 190, 190);
  border-right-color: rgb(190, 190, 190);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
/* user settings button - end */
