﻿body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #6F6F6F;
    line-height: 20px;
}
h1{
    font-size: 50pt;
    line-height: 1;
    color: #6F6F6F;
    margin-bottom: 5px;
    margin-top: 20px;
}
h2{
    font-size: 25pt;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 7px;
}
h3{
    font-size: 20pt;
    line-height: 1;
    margin-bottom: 2px;
    margin-top: 12px;
}
.main {
    width: 950px;
    margin: 0 auto;
}
.title{
    width: 100%;
    min-height: 150px;
    text-align: center;
}
.img{
    width: 100%;
    text-align: center;
}
.subtitile{
    width: 100%;
    float: left;
    padding-bottom: 15px;
    padding-top: 100px;
}
.gatewaypath{
    width: 665px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.gatewayblock{
    width: 33%;
    float: left;
    text-align: center;
}
.ok{
    font-size: 15pt;
    line-height: 1;
    color: #4caf50;
    margin-bottom: 2px;
    margin-top: 12px;
}
.error{
    font-size: 15pt;
    line-height: 1;
    color: #BC2B21;
    margin-bottom: 2px;
    margin-top: 12px;
}
.pro_main {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #404040;
}
.pro_msg {
    width: 100%;
    float: left;
    text-align: center;
    color: #404040;
    font-size: 17px;
}
.pro_link {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
}
.submitcont {
    display: inline-block;
    margin: 0;
    padding: 0 30px;
    border: 1px solid transparent;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, "Lucida Grande", sans-serif;
    line-height: 35px;
    height: 40px;
    cursor: pointer;
    outline: none;
    transition: all 0.15s ease-in-out;
    box-sizing: border-box;
    background-color: #3bafda;
    border-color: #3bafda;
}
.submitcont:hover, .submitcont:focus {
    background-color: #66c1e2;
    border-color: #66c1e2;
}
.form_txtbox {
    width: 125px;
    height: 30px;
    padding: 5px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    color: #6A7D7D;
    background-color: #FFFFFF;
    transition: all 0.15s ease-in-out;
}
.form_txtbox:hover {
    box-shadow: 0 0 3px #DDDDDD;
}
.form_txtbox:focus {
    box-shadow: 0 0 4px #DDDDDD;
    border: 1px solid #7F7F7F;
}
#movingBallG {
    position: relative;
    width: 256px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}
.movingBallLineG {
    position: absolute;
    left: 0px;
    top: 8px;
    height: 4px;
    width: 256px;
    background-color: #FFFFFF;
}
.movingBallG {
    background-color: #349DFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -moz-animation-name: bounce_movingBallG;
    -moz-animation-duration: 1.7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -webkit-border-radius: 10px;
    -webkit-animation-name: bounce_movingBallG;
    -webkit-animation-duration: 1.7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -ms-border-radius: 10px;
    -ms-animation-name: bounce_movingBallG;
    -ms-animation-duration: 1.7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -o-border-radius: 10px;
    -o-animation-name: bounce_movingBallG;
    -o-animation-duration: 1.7s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    border-radius: 10px;
    animation-name: bounce_movingBallG;
    animation-duration: 1.7s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}
@-moz-keyframes bounce_movingBallG {
    0%{
    left: 0px;
}
50%
{
    left: 236px;
}
100%
{
    left: 0px;
}
}
@-webkit-keyframes bounce_movingBallG {
    0%{
    left: 0px;
}
50%
{
    left: 236px;
}
100%
{
    left: 0px;
}
}
@-ms-keyframes bounce_movingBallG {
    0%{
    left: 0px;
}
50%
{
    left: 236px;
}
100%
{
    left: 0px;
}
}
@-o-keyframes bounce_movingBallG {
    0%{
    left: 0px;
}
50%
{
    left: 236px;
}
100%
{
    left: 0px;
}
}
@keyframes bounce_movingBallG {
    0%{
    left: 0px;
}
50%
{
    left: 236px;
}
100%
{
    left: 0px;
}
}