@charset "UTF-8";
/* CSS Document */

.text_area {
    width:400px;
    height:200px;
}

.backofficeTitle {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

#picture-element {
  height: 100px;
  width: 400px;
  background-color: white;
  overflow: -moz-scrollbars-vertical;
  overflow-x: auto;
  scrollbar-face-color: ThreeDFace !important;
  scrollbar-shadow-color: ThreeDDarkShadow !important;
  scrollbar-highlight-color: ThreeDHighlight !important;
  scrollbar-3dlight-color: ThreeDLightShadow !important;
  scrollbar-darkshadow-color: ThreeDDarkShadow !important;
  scrollbar-track-color: Scrollbar !important;
  scrollbar-arrow-color: ButtonText !important;
}