﻿input[type="submit"] {
  background-color: #3b3b3b;
  border: 1px solid #707070;
  color: #ffffff;
  font-weight: bold;
  padding: 3px;
}
.global .globalContainer .header { background-image: url('Images/banner.jpg'); }

.authentification .globalContainer .header,
.forgotPwd .globalContainer .header,
.error .errorContainer .header,
.temporaryPassword .header {
  background: url('Images/csp_logo.jpg') no-repeat left top;
  height: 147px;
  width: 340px;
}