@font-face {
        font-family: 'BANKRUS';
        src: url('BANKRUS.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
html, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
a {text-decoration: none;}
html, body {
    background: #fff;
    color: #2a2a2a;
	font-size: 12px;
    font-family: 'PT Sans', sans-serif;
    margin: 0;
	min-height: 500px;
    padding: 0;
    text-align: center;
    vertical-align: top;
	height: 100%;
	min-width: 1000px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}
table td {
  padding: 0;
  vertical-align: top;
  }
#main {
  height: 100%;
  width: 1504px;
  }

#center {
  width: 510px;
  vertical-align: middle;
  }

.top {
  margin-top: 10px;
  }

.text {
  padding: 10px 45px 0 42px;
  font-family: "Segoe UI";
  font-size: 12px;
  }

.text p b {
  font-weight: normal;
  font-size: 16px;
  color: #007cca;
  }

.text p {
  margin-bottom: 10px;
  }

#form {  
  width: 640px;
  vertical-align: top;
  background: #f7f6f6;
  }

#form form th {
  font-size: 14px;
  text-align: right;
  padding-right: 15px;
  font-weight: normal;
  padding-bottom: 9px;
  }

#form form td {
  padding-bottom: 9px;
  }

#form form input[type=text] {
  border: 1px solid #008dd2;
  background: #fff;
  width: 374px;
  font-family: "Segoe UI";
  font-size: 14px;
  color: #313131;
  }

#form form input[type=submit] {
  border: 0;
  color: #fff;
  font-size: 16px;
  font-family: "Segoe UI";
  background: #037ecb;
  width: 115px;
  padding: 0px 0 3px;
  cursor: pointer;
  float: right;
  }

.link_pass {
  color: #fff;
  font-size: 16px;
  font-family: "Segoe UI";
  background: #037ecb;
  width: 214px;
  padding: 2px 0 6px;
  float: left;
  text-align: center;
  }

.im {
  margin-left: 25px;
  margin-bottom: 10px;
  }

#form form {
  padding-left: 26px;
  }

#form h2 {
  color: #007cca;
  font-size: 18px;
  font-family: "Segoe UI";
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 44px;
  position: relative;
  padding-left: 49px;
  margin-left: 31px;
  margin-top: 21px;
  }

#form h2 img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  }

#form h2 b {
  display: block;
  font-size: 24px;
  font-weight: normal;
  }

#left {
  width: 287px;
  padding-left: 50px;
  }

.logo {margin-bottom: 40px;
  margin-top: 32px;
}

#scroll-box{
  overflow: hidden;
  width: 1510px!important;
  margin: 0 auto;
  float: none;
  background: #fff;
  position: relative;
  }
.jScrollPaneContainer {
  margin: 0 auto;
  }
.jScrollPaneTrack {
  display: none;
  }

body,html {overflow: hidden;}

.jScrollPaneTrack{background:#c1e9fb;position:absolute;display:block!important;bottom:3px}
.jScrollPaneDrag{background:#0090d5;position:absolute;bottom:0}
a.jScrollArrowLeft{background:#0287c7;height:10px;position:absolute;bottom:3px}
a.jScrollArrowRight{background:#0287c7;height:10px;position:absolute;bottom:3px;right:0}

.text ul {
    margin: 0 0 10px 20px;
}
@media(max-width: 1380px) {
  #main {width: 764px}
  #left {padding-left: 40px;}  
  #left > img {
    width: 250px;
	height: 99px;
  }
  #enterform #surname {width: 116px!important;}
  }