/*   ==reset==   */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    outline:0;
}

html, body {
    /*width: 99%;*/
    /*height: 99%;*/
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    background: #f0f0f0;
}
#container {
    position: fixed;
    width: 340px;
    height: 328px;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -170px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    /*background-color: #e0edf8;*/

}
form {
    margin: 0 auto;
    margin-top: 20px;
}
label {
    color: #555;
    display: inline-block;
    margin-left: 18px;
    padding-top: 10px;
    font-size: 14px;
}
p a {
    font-size: 11px;
    color: #aaa;
    float: right;
    margin-top: -13px;
    margin-right: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
p a:hover {
    color: #555;
}
input {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    outline: none;
}
input[type=text],
input[type=password] {
    color: #777;
    padding-left: 10px;
    margin: 10px;
    margin-top: 12px;
    margin-left: 18px;
    width: 290px;
    height: 35px;
    border: 1px solid #c7d0d2;
    border-radius: 2px;
    /*box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;*/
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
input[type=text]:hover,
input[type=password]:hover {
    /*border: 1px solid #b6bfc0;*/
    /*box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;*/
}
input[type=text]:focus,
input[type=password]:focus {
    /*border: 1px solid #a8c9e4;*/
    /*box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;*/
    border-color: rgb(81, 167, 232) !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075) inset, 0px 0px 5px rgba(81, 167, 232, 0.5);
}
#lower {
    background: #e0edf8;
    width: 100%;
    height: 63px;
    margin-top: 20px;
    /*box-shadow: inset 0 1px 1px #fff;*/
    border-top: 1px solid #ccc;
    /*border-bottom-right-radius: 3px;*/
    /*border-bottom-left-radius: 3px;*/
}
input[type=checkbox] {
    margin-left: 20px;
    margin-top: 30px;
}
.check {
    margin-left: 3px;
    font-size: 11px;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}
input[type=submit] {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 80px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #acd6ef; /*IE fallback*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    border-radius: 30px;
    border: 1px solid #66add6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
}
input[type=submit]:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}
input[type=submit]:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
    background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
    background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}

#error {
    /*color :#cd5c5c;*/
    color :#DB4C4C;
    font-weight: normal;
    font-size: 0.8em;
    text-align: center;
    font-weight: normal;
}

#logout {
    color :#6ec2e8;
    text-align: center;
    font-weight: bold;
}

.out-sys-msg {
    padding-top: 4px;
    padding-bottom: 6px;
    background: #6EC2E8 no-repeat center center;
    display: block;
    box-shadow: 0 1px 2px #ccc;
    font-size: 16px;
    /*color: #363636;*/
    color: #FFF;
    /*width: 80%;*/
    text-align: center;
    /*font-weight: bold;*/
    font-family:Verdana, sans-serif;
}

/* Кнопка зарегестрироваться */
element {

}
.buttons button.blue:hover, .buttons a.button.blue:hover, .buttons input.blue:hover {

    background-color: #d0deea !important;
    *background-color: #9bb9d3 !important;
    -webkit-box-shadow: inset 0 1px 0 #e8eff5;
    -moz-box-shadow: inset 0 1px 0 #e8eff5;
    box-shadow: inset 0 1px 0 #e8eff5;
    background-image: -ms-linear-gradient(top, #d0deea, #9bb9d3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d0deea), to(#9bb9d3));
    background-image: -webkit-linear-gradient(top, #d0deea, #9bb9d3);
    background-image: -o-linear-gradient(top, #d0deea, #9bb9d3);
    background-image: linear-gradient(top, #d0deea, #9bb9d3);
    background-image: -moz-linear-gradient(top, #d0deea, #9bb9d3);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#d0deea', endColorstr='#9bb9d3', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    text-decoration: none;

}
.buttons button.blue, .buttons button.blue:disabled:active, .buttons a.button.blue, .buttons input.blue:disabled:active, .buttons input.blue {

    background-color: #bbcee1 !important;
    *background-color: #9fbcd5 !important;
    color: #ffffff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 #dde7f0;
    -moz-box-shadow: inset 0 1px 0 #dde7f0;
    box-shadow: inset 0 1px 0 #dde7f0;
    background-image: -ms-linear-gradient(top, #bbcee1, #9fbcd5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbcee1), to(#9fbcd5));
    background-image: -webkit-linear-gradient(top, #bbcee1, #9fbcd5);
    background-image: -o-linear-gradient(top, #bbcee1, #9fbcd5);
    background-image: linear-gradient(top, #bbcee1, #9fbcd5);
    background-image: -moz-linear-gradient(top, #bbcee1, #9fbcd5);
    border: 1px solid #bbcfe1;
    border-top-color: rgb(187, 207, 225);
    border-right-color: rgb(187, 207, 225);
    border-bottom-color: rgb(187, 207, 225);
    border-left-color: rgb(187, 207, 225);
    *border: 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #bbcfe1 #a7bed3 #92adc5;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#bbcee1', endColorstr='#9fbcd5', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);

}
.buttons button:hover, .buttons a.button:hover, .buttons input:hover {

    background-color: #fcfcfc !important;
    *background-color: #e8e8e8 !important;
    background-image: -ms-linear-gradient(top, #fcfcfc, #e8e8e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
    background-image: -o-linear-gradient(top, #fcfcfc, #e8e8e8);
    background-image: linear-gradient(top, #fcfcfc, #e8e8e8);
    background-image: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e8e8e8', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    text-decoration: none;

}
.buttons button, .buttons button:disabled:active, .buttons a.button, .buttons input:disabled:active, .buttons input {

    font-size: 12px;
    padding: 0px 10px;
    background-color: #eeeeee !important;
    *background-color: #e1e1e1 !important;
    color: #282828 !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    background-image: -ms-linear-gradient(top, #eeeeee, #e1e1e1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #eeeeee, #e1e1e1);
    background-image: -o-linear-gradient(top, #eeeeee, #e1e1e1);
    background-image: linear-gradient(top, #eeeeee, #e1e1e1);
    background-image: -moz-linear-gradient(top, #eeeeee, #e1e1e1);
    background-repeat: repeat-x;
    border: 1px solid #d9d8d8;
    *border: 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #d9d8d8 #cccbcb #aeaeae;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e1e1e1', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;

}
/*.blue_buttons_panel input {*/

    /*margin-right: 15px;*/

/*}*/
/*input, select {*/

    /*font-family: 'arial', sans-serif;*/
    /*font-size: 12px;*/

/*}*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {*/

    /*font-size: 100%;*/
    /*font-style: normal;*/

/*}*/
/*#layout {*/

    /*text-align: left;*/

/*}*/
/*body {*/

    /*font-family: Verdana, sans-serif;*/
    /*text-align: center;*/
    /*font-size: 12px;*/
    /*color: #000;*/

/*}*/

#container > div.buttons.blue_buttons_panel{
    margin: 20px 0 0 20px;
}