@charset "UTF-8";
@import url(base.css);

/* login form css*/
.logo_dealers
{
   width: 203px;
   height: 100px;
   float: left;
   text-align: left;
}
.logo_dealers img
{
   margin: 38px 22px 14px 18px;
}
.loginFS {
    color:#4C4C4C;
    font-family:Arial,Helvetica,sans-serif;
    white-space:nowrap;
}
.kont_dealers
{
    width: 203px;
    height: 40px;
    float: left;
    font-size: 12px;
    text-align: left;
}
.kont_dealers p
{
    padding: 0px;
    margin:0 0 0 20px;
}
.kont_dealers span 
{
   color: #7e89b1;
}
.entry
{
   width: 197px;
   min-height: 205px;
   float: left;
   background:#e4e5e9 url(../img/bg_entry-x.gif) repeat-x top;
}
.entry > div
{
   background: url(../img/bg_entry_bot.gif) no-repeat bottom;
   width: 197px;
   min-height: 205px;
}
.entry div table
{
   width: 100%;
   background: url(../img/bg_entry_top.gif) no-repeat left top;
}
.entry div table tr th
{
   font-size: 13px;
   line-height: 100%;
   padding: 27px 0 9px 32px;
   text-align: left;

}
.entry div table tr td.entry_i_text
{
   padding: 4px 10px 5px 16px;
   text-align: left;
}
.entry div table tr td.entry_i_text div
{
   border:#aeb1b8 solid 1px;
   width: 162px;
   height: 22px;
   background-color: White;
   background-image: none;
   float: left;
}
.entry div table tr td.entry_i_text div input
{
  height: 14px;
   font-size: 12px;
   color: #4c4c4c;
   line-height: 100%;
   padding:0px;
  border: White 1px  solid;
   margin:0 0 0 9px;
  width: 90%;
}

.entry div table tr td.entry_i_text div select
{
    height: 22px;
    font-size: 12px;
    color: #4c4c4c;
    line-height: 100%;
    padding:0px;
    border: White 1px  solid;
    margin:0 0 0 0px;
    width: 100%;
}


.entry div table tr td.entry_i_bt
{
   padding: 11px 16px 26px 0;
   text-align: right;
}
.entry div table tr td.entry_i_bt input
{
   background:  url(../img/bg_entry_bt.gif) no-repeat left top;
   width: 56px;
   height: 23px;
   color: White;
   font-size: 12px;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
   border: none;
}
.entry form
{
    padding: 0px;
    margin: 0px;
}
.langs {
    font-size:13px;
    margin:10px;
}