html, body, div, iframe,
h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}


html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
	color: #47444b;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif, cursive;
	-webkit-font-smoothing: antialiased;
	background-color: white;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    background: white url("img/bg_@2x.jpg") top left repeat-x;
    background-size: 163px 494px;
  }
}
body a, body a:active, body a:visited {
  text-decoration: none;
}

.form-frame {
	width: 100%;
	border-bottom: 1px solid #141414;
	background-color: #003;
	background-position: 0 0;
	background-size: 138px 100%;
	background-repeat: repeat;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif, cursive;
	color: #d5d3cc;
	height: auto;
	overflow: hidden;
}
.form-frame a {
  color: #d5d3cc;
  text-decoration: none;
}
.form-frame .container {
  width: auto;
  margin: 0 auto;
  height: auto;
  display: table;
}
.form-frame .container .register {
  width: auto;
  min-width: 140px;
  height: auto;
  overflow: hidden;
  min-height: 100%;
  display: block;
  float: left;
  border-right: 1px solid #262626;
  margin: 20px 0;
}
.form-frame .container .login {
  height: auto;
  float: left;
  border-left: 1px solid #444444;
  min-width: 420px;
  margin: 20px 0 15px 0;
  padding-top: 10px;
}
