﻿.window .title.touchPointHelp {
  background-image: url(../images/Icons/ico_help.jpg);
}
.window .title.aboutTouchPoint {
  background-image: url(../images/Icons/about.png);
}
.about .aboutImage {
  background-image: url(../images/about_logo_illustration.png);
  background-repeat: no-repeat;
  position: fixed;
  z-index: 100;
  margin: -85px 0px 0px -10px;
  width: 400px;
  height: 200px;
}
.about body {
  font-family: Arial, Calibri, Tahoma;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
}
.about .aboutTitle {
  font-size: 28px;
  color: #ACD4E4;
  font-weight: bold;
  font-family: Calibri, Tahoma;
  margin: 70px 10px 20px 80px;
}
.about .aboutText {
  margin: 2px 10px 8px 12px;
  font-size: 13px;
  color: #313131;
  font-weight: bold;
}
.about .okButton {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
  width: 80px;
  text-align: center;
  color: #3D3D3D;
  background-color: #7dbe47;
  float: right;
  margin: 5px 8px 8px 0px;
  vertical-align: bottom;
  border: none;
  cursor: pointer;
}
.about .okButton:hover {
  background-color: #a8df7c;
}
.about .okButton:active {
  background-color: #649938;
}