﻿body 
{
    font-family: Arial;
    font-size: 14px;
    color: #666666;
}

.clear
{
    clear:both;
}

input,select
{
    vertical-align: middle;
    padding: 3px;
    color: #666666;
}

.loginForm
{
    width: 320px;
    margin: 0 auto;
    background: white;
    border: 1px solid black;
    padding-top: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow:  0px 0px 30px 1px rgba(3, 3, 3, 0.5);
    box-shadow:  0px 0px 30px 1px rgba(3, 3, 3, 0.5);
}

td
{
    padding-bottom: 4px;
}

.content
{
    padding: 20px;
}

.checkCountry
{
    position: relative;
}

.checkCountry input
{
    margin: 0 30px 3px 0;
}


.checkCountry .nl
{
    position: absolute;
    top: 0px;
    left: 18px;
}

.checkCountry .en
{
    position: absolute;
    top: 22px;
    left: 18px;
}

.logo
{
    background: url("../images/login-logo.jpg") center no-repeat;
    height: 54px;
}

.btn
{
    background: url("../images/btn.png") no-repeat;
    border: none;
    color: White;
    padding:1px 0 9px 0;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 149px !important;
    float:right;
    margin: 10px 15px 0 0;
    cursor: pointer;
    height: 25px;
}

 .validationSum
 {
    padding: 10px;
    margin-bottom: 10px;
    background: #FCC;
    border: 1px solid #F99;
    color: red;
    display:block;
 }

input[type="text"], select, input[type="password"]
{
    border: solid 1px #ccc;
    background: white;
}
.inputError input, .inputError select
{
    background: #FFCBC9;    
    border: solid 1px #F9322B;   
}

.forgetPassword, .toLoginPage
{
    color: #666666;
    text-decoration: none;
    font-size: 11px;
    margin-left: 10px;
}

.bottom
{
    float:right;
    width: 170px;
}