.box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.display {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.clear {
  clear: both;
}
.image-with-border {
  border: 1px solid #009FDA;
  padding: 5px;
  background: none;
}
.shield {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 1px;
  background: #009FDA;
  color: white;
  font-weight: bold;
  height: 18px;
  margin-right: 5px;
  padding: 0 4px 0 5px;
  position: relative;
  font-size: 11px;
  line-height: 17px;
  font-family: 'Arial', sans-serif;
}
.colored-button {
  background-color: #009FDA;
  background: -webkit-linear-gradient(top, bottom, #27c5ff, #008cc1);
  background: -moz-linear-gradient(top, #27c5ff, #008cc1);
  background: -o-linear-gradient(top, #27c5ff, #008cc1);
  background: -ms-linear-gradient(top, #27c5ff, #008cc1);
  border: 1px solid #009FDA;
  text-align: center;
  color: #fff;
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
}
.colored-button:hover {
  background: #009FDA;
  border: 1px solid #009FDA;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
.colored-button:focus {
  outline: medium none;
}
.input-type-submit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #009FDA;
  background: -webkit-linear-gradient(top, bottom, #27c5ff, #008cc1);
  background: -moz-linear-gradient(top, #27c5ff, #008cc1);
  background: -o-linear-gradient(top, #27c5ff, #008cc1);
  background: -ms-linear-gradient(top, #27c5ff, #008cc1);
  border: 1px solid #009FDA;
  text-align: center;
  color: #fff;
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  height: 32px;
  line-height: 0;
  margin-top: 11px;
  padding: 0 10px 0 11px;
}
.input-type-submit:hover {
  background: #009FDA;
  border: 1px solid #009FDA;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
.input-type-submit:focus {
  outline: medium none;
}
.input-type-file {
  position: relative;
  width: 261px;
  display: inline-block;
}
.input-type-file .name_file {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  background: #fff;
  border: 1px solid #009FDA;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  height: 24px;
  line-height: 23px;
  margin: 0 -2px 0 0;
  overflow: hidden;
  padding: 0 3px 0 4px;
  position: relative;
  right: 0;
  width: 190px;
}
.input-type-file .send_file {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 27px;
  width: 60px;
}
.input-type-file .send_file .button_f {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #009FDA;
  background: -webkit-linear-gradient(top, bottom, #27c5ff, #008cc1);
  background: -moz-linear-gradient(top, #27c5ff, #008cc1);
  background: -o-linear-gradient(top, #27c5ff, #008cc1);
  background: -ms-linear-gradient(top, #27c5ff, #008cc1);
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  border: 1px solid #009FDA;
  color: #fff;
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  overflow: hidden;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  width: 60px;
}
.input-type-file .send_file .button_f:hover {
  background: #009FDA;
  border: 1px solid #009FDA;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
.input-type-file .send_file .button_f:focus {
  outline: medium none;
}
.input-type-file .send_file .button_f div {
  text-align: center;
  padding: 3px 0 0 1px;
}
.input-type-file .send_file .button_f .file_type {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  font-size: 150% !important;
  height: 100px;
  margin-left: -410px;
  top: -30px;
  width: 600px;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
aside > div.menu {
  width: 100%;
  display: inline-block;
}
aside > div.menu > ul > li {
  margin: 0 0 15px;
}
aside > div.menu > ul > li > a {
  color: #0069AB;
  font: 14px/16px 'Arial', sans-serif;
}
