.loginForm{
padding-top:10px;
margin-bottom: 60px;
text-align:center;
}
.loginForm h3{
font-size:150%;
color:#9C9FA4;
font-weight:normal;
margin-bottom: 4px;
}

.loginForm form{
background: url(../images/login/formFon.png) no-repeat;
height: 110px;
padding-top:10px;
width:333px;
margin: 0 auto;
text-align:left;
position:relative;
}
.loginForm div{
float: left;
display:inline;
width: 100%; 
margin-bottom: 4px; 
}
.loginForm div.loginHalf{
width: 49%;
text-align:center;
padding-top: 11px;
margin-bottom: 19px;
}
.loginForm label{
float:left;
display:inline;
width: 75px;
position:relative;
top:4px;
margin-left: 24px;
}

.loginForm input[type=text], .loginForm input[type=password]{
width: 209px;
background: #FFF;
border: 1px solid #A9ADB3; 
height: 20px;
color:#6D6D6D;
}
.loginForm a{
font-size:84%;
margin-left: 100px;
}
.loginForm input[type=submit]{
cursor: pointer;
border:none;
height:29px;
width:87px;
background: url(../images/buttons/en/login.png) no-repeat;
position:absolute;
left:124px;
top:86px;
}
.siteRU .loginForm input[type=submit]{
background: url(../images/buttons/ru/login.png) no-repeat;
}
.siteDE .loginForm input[type=submit]{
background: url(../images/buttons/de/login.png) no-repeat;
}

a.loginReg{
cursor: pointer;
border:none;
height:29px;
width:87px;
position:absolute;
margin-left:123px;
background: url(../images/buttons/en/register.png) no-repeat;
}
.siteRU .loginReg{
background: url(../images/buttons/ru/register.png) no-repeat;
}
.siteDE .loginReg{
background: url(../images/buttons/de/register.png) no-repeat;
}
.loginForm div.loginHalf span{
display:block;
color:#FF8400;
font-size:167%;
}
