@font-face {
  font-family: Arrancar;
  src: url(/fonts/Arrancar.ttf);
}

@font-face {
  font-family: Impact;
  src: url(/fonts/impact.ttf);
}

body {
  background: #333333 url(/images/bg1.jpg) repeat-y fixed center;
  color: #181818;
  font-family: segoe ui;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

body::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, Opera */
}

header {
  margin: auto;
  width: 731px;
  height: 135px;
  background: url(/images/header.png) no-repeat;
}

.container {
  margin: auto;
  padding: 5px;
  margin-top: 15px;
  width: 731px;
  max-width: 731px;
  min-height: 100px;
  background: #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}
footer {
	font-size: 11px;
	text-align: center;
  position: relative;
  top: 15px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #C79831;
}

#register{
    width: 731px;
    min-height: 100px;
    position: relative;
    top: 15px;
  }

#content {
    width: 700px;
    margin: auto;
    text-align: center;
    font-size: 12px;
}

#content .table {
    margin: auto;
    border: 1px solid #333;
    background: #f3f3f3;
    font-size: 12px;
}

#content .table input, #content .table select {
  margin-bottom:3px;
}

#content .table b {
    position:relative;
    left:5px;
}

#AutoNumber6 {
    border: none;
}

#middle {
    width: 731px;
    min-height: 100px;
    position: relative;
    top: 10px;
}

#middle button {
    position: relative;
    bottom: 13px;
}
.profile-main-table tr:nth-child(2), .profile-main-table tr:nth-child(4) {
    background: #f8f9fa;
}
.subHeader {
    background: #333;
    color: #dfdfdf;
    margin: auto;
    font-weight: bold;
    font-family: tahoma;
    padding: 5px;
    text-align: center;
}