
/* stylesheet for the template login-form */
/* стилевой файл для шаблона login-form*/
/* stylesheet for the template secondpage */
/* стилевой файл для шаблона secondpage*/
#content .inner{
    min-height: 485px;
    line-height: 15px;
    
}

#content .inner a img{
    border: none;
}

#content .inner h3{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #214999;
    padding: 8px 0px 8px 0px;
}
#content .inner h4{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}  
  
#content .ttl {
    padding-left: 10px;
}

#content a{
    color:#1862BF;
    font-size:11px;
    text-decoration:underlined;
}
#content a:hover{
    color:#1862BF;
    font-size:11px;
    text-decoration:none;
}
#content .inner .conttext{
    display: block;
    margin-bottom: 10px;
    clear:left;  
}
#content .inner .conttext img{
    margin: 0px 10px 10px 0px;
}
#content .inner .conttext strong{ 
    color:#214999;
}
#content .inner .cblue{
    color:#214999;
}
#content .pager{
    color:#3C9723;
}
#content .pager .step{
     color:#1862BF;
}
#content .pager a{
    font-weight: bold;
}
#content .inner img{
    margin: 7px;
}
/* stylesheet for the template tracking */
/* стилевой файл для шаблона tracking*/
/* stylesheet for the template registration */
/* стилевой файл для шаблона registration*/
.register .btn{
    background: url(/resources/images/layout/button.gif);
    color:#fff;
    border:0 none;
    height:20px;
    width:73px;
    font-family: Arial;
    font-size: 10px;
}
.register span{
    text-transform: uppercase;
    font-weight: bold;
}
.register table{
    width: 100%;
}
.register table td{
    vertical-align: top;
    width: 45%;
    padding: 10px;
}
.register table td table{
    margin-top: 10px;
}
.register table td table td{
    padding: 5px 0px 5px 0px;
}
.register span{
    font-size: 10px;
}
.register .text{
    border:1px solid #AEB1B3;
    color:#000;
    font-size:11px;
    padding:2px 5px 3px;
    width: 130px;    
}
.register label.error{
    color: red;
    margin-left: 7px;
}
.register input.error{
    border: 1px solid red;
}
/* stylesheet for the template search-form */
/* стилевой файл для шаблона search-form*/