
* {
    margin: 0;
    width: auto;
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 3px;
}

.tilt-shake {
    height: 40px;
    clear: both;
    font-weight: bold;
    display: inline-block;
    margin: 0px auto;
    -webkit-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
    box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);

    animation-name: shake-with-delay;
    animation-duration: 0s;
    animation-iteration-count: infinite;
}

@keyframes shake-with-delay {
    from, 16%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    1.6%, 4.8%, 8%, 11.2%, 14.4% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    3.2%, 6.4%, 9.6%, 12.8% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

body {
    padding-top: 30px;
    font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    margin-top: 75px;
}

#middlepanel {
    width: 100%;
    height: 100%;
    padding:0px;
}

#languagediv {
    position: absolute;
    top: 75px;
    right: 0px;
    border-bottom: #c6c6c6 1px solid;
    height: 26px;
    width: 50px;
    background-color: #5178B1;
    background-position: left bottom;
    padding: 0px;
    -moz-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

#ugyphonenumberdiv {
    position: absolute;
    top: 75px;
    right: 51px;
    border-bottom: #c6c6c6 1px solid;
    height: 26px;
    width: 202px;
    background-color: #5178B1;
    background-position: left bottom;
    padding: 0px;
    -moz-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

.logoback {
    position: absolute;
    top: 5px;
    border: #000000 1px solid;
    height: 54px;
    width: 280px;
    background-color: #FFFFFF;
    background-position: left bottom;
    padding: 5px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#headerbox {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: #c6c6c6 1px solid;
    height: 75px;
    width: 100%;
    background-color: #5178B1;
    background-position: left bottom;
    padding: 0px;
}

#language{
    text-decoration: none;
    display: block;
    padding: 2px 2px 2px 2px;
    font-size: 18px;
}

.countryflags{
    margin-top: 4px;
    padding: 0;
}

#hidepanel {
    position: absolute;
    top: 0px;
    right:51px;
    margin-left: 8px;
    font-weight: normal;
    -moz-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background: #fff;
    border: 0;
    border-bottom: #c6c6c6 1px solid;
    height: 26px;
}

.form {
    margin-left: 0px;
    padding: 30px 14px 10px 14px;
    font-weight: normal;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    background: #fff;
    border: 1px solid #e5e5e5;
    -moz-box-shadow: rgba(200, 200, 200, 1) 0 4px 18px;
    -webkit-box-shadow: rgba(200, 200, 200, 1) 0 4px 18px;
    -khtml-box-shadow: rgba(200, 200, 200, 1) 0 4px 18px;
    box-shadow: rgba(200, 200, 200, 1) 0 4px 18px;
    width: 300px;
}

form .forgetmenot {
    font-weight: normal;
    float: left;
    margin-bottom: 0;
}


.required-red{
    border-style: groove;
    border-color: red;
    border-width: 2px;
    padding: 0;
}

.button-primary {
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans",
    sans-serif;
    padding: 3px 10px;
    border: none;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    cursor: pointer;
    text-decoration: none;
    margin-top: -3px;

    border-color: #298cba;
    font-weight: bold;
    color: #fff;
    background: #5178B1;
    text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
}

#login form p {
    margin-bottom: 0;
}

label {
    color: #777;
    font-size: 13px;
}

form .forgetmenot label {
    font-size: 11px;
    line-height: 19px;
}

body form .input {
    font-size: 24px;
    width: 96%;
    padding: 2px;
    margin-top: 5px;
    margin-right: 2px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    color: #555;
}

#nav {
    margin: 0 0 0 8px;
    padding: 16px;
    text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
}

#login {
    width: 330px;
    margin-top: 7em;
    margin-right: auto;
    margin-bottom: 7em;
    margin-left: auto;
    align:center;
}


#control {
    width: 330px;
    margin-top: 7em;
    margin-right: auto;
    margin-bottom: 7em;
    margin-left: auto;
    align:center;
}



input.button-primary:active,button.button-primary:active,a.button-primary:active
{
    background: #21759b url(static/images/tr.png) repeat-x
    scroll left top;
    color: #0099FF;
}

input.button-primary:hover,button.button-primary:hover,a.button-primary:hover,a.button-primary:focus,a.button-primary:active{
    border-color: #13455b;
    color: #eaf2fa;
}

a:hover,a:active,a:focus {
    color: #d54e21;
}

a {
    color: #5178B1;
    text-decoration:none;
    font-size:11px;
}

.textstyle {
    color: #5178B1;
    text-decoration:none;
}

#footer {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 30px;
    left: 0px;
    padding: 5px 0px;
    text-align: center;
    overflow: hidden;
    color: grey
}

#footer p {
    line-height: 1em;
    border-top: 1px solid #E0E0E0;
    padding-top: 5px
}

#footer img {
    margin-bottom: 10px
}