@import url(/css/top.css);
@import url(/css/content.css);
@import url(/css/footer.css);
@import url(/css/news.css);
@import url(/css/form.css);
@import url(/css/find.css);
@import url(/css/descr.css);
@import url(/css/tree.css);
@import url(/css/baner.css);
BODY {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
IMG {
    border: none;
}
.clear {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}
.notice {
    color: #FF0000;
    font-weight: bold;
}
.notice:hover {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
FORM {
    margin: 0px;
    padding: 0px;
}
UL {
    margin: 0px;
    padding: 0px;
}
.white {
    color: #FFFFFF;
}
.error {
    margin: 0px;
    padding: 0px;
    color: #FF0000;
    font-size: 14px;
}
.error LI {
    list-style: none;
}
#blackwrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 1000px;
    background: #E5E5E5;
    opacity: 0.80;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
#loading {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 30%;
    height: 32px;
    border: 4px solid #C1D5F0;
    line-height: 32px;
    padding-left: 40px;
    padding-right: 20px;
    font-weight: bold;
    display: none;
    z-index: 3;
    font-size: 13px;
    background: #FFFFFF no-repeat url(/images/assets/load.gif);
}
#black {
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 40%;
    z-index: 3;
    width: 400px;
    background: #c7d6e9;
    border: 1px solid #92aac9;
}
#black .title {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #1f295a;
    background: #c7d6e9 repeat-x 0 0 url(/images/assets/form-top.png);
}
#black .title SPAN {
    margin-left: 5px;
}
#act {
    margin: 10px;
}
.left-panel {
    float: left;
    margin: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 440px;
    text-align: left;
    height:20px;
}
.right-panel {
    float: left;
    width: 100px;
    height: 20px;
    margin: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
}
#admin-panel {
    width: 600px;
}
.nav {
    font-size: 13px;
    font-family: Arial;
    color: #000000;
}
.nav A {
    text-decoration: none;
    color: #000000;
}
.nav A:hover {
    font-weight: bold;
}
.style5 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
}