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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    height: 100%;
}
header, nav, section, article, aside, footer {
    display: block;
}
body {
    background-color: #FFF;
    font: 12px/1.1 Helvetica, Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 0.875em;
}
a {
    color: #272425;
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    margin: 0 0 10px;
    line-height: 1.3;
}
img {
    border: 0 none;
}
input {
    vertical-align: middle;
}
.clear{
    clear: both;
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* Middle
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#container {
    margin-top: 100px;
}

.loginbox-wrp {
    background-color: #f6f6f6;
    position: relative;
    width: 375px;
    top: 20%;
    margin:  0 auto;
    border: 1px solid #9d9d9d;
    -webkit-box-shadow: 0 0 6px #535353;
    box-shadow: 0 0 6px #535353;
}
.loginbox-header {
    background: url("images/popup-title-bg.gif") repeat-x scroll 0 bottom #FCFCFC;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    padding: 0 8px;
    height: 18px;
    position: relative;
}
.loginbox-header .title-elem {
    font-size: 0.86em;
    color: #0d0d0d;
    font-weight: bold;
    line-height: 1;
}
.loginbox-content {
    background-color: #fff;
    margin: 8px 8px 8px;
    padding: 15px 20px 10px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: inset 0 0 2px #e1e1e1;
    box-shadow: inset 0 0 2px #e1e1e1;
}

ul.login-list {
    list-style: none;
    margin: 0;
}
ul.login-list > li {
    margin-bottom: 20px;
}
.small-logo {
    background: url("images/logo-small.png") no-repeat scroll 0 0;
    line-height: 56px;
    color: #45556b;
    height: 56px;
    padding-left: 70px;
    font-size: 1.25em;
}
.small-logo strong {
    font-weight: bold
}
a.forgot-link {
    font-size: 0.75em;
    color: #82807f;
    text-decoration: underline;
}
a.forgot-link:hover {
    text-decoration: none;
}
ul.login-list input[type="text"],
ul.login-list input[type="password"] {
    background-color: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #9b9b9b;
    color: #545251;
    display: block;
    text-indent: 15px;
    font-size: 1em;
    height: 35px;
    line-height: 35px;
    width: 99%;
    -webkit-box-shadow: inset 0 1px 1px #9b9b9b;
    box-shadow: inset 0 1px 1px #9b9b9b;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
ul.login-list input.login-butt {
    margin-bottom: 5px;
}
ul.login-list .selectBox {
    color: #545251;
    line-height: 35px;
    height: 35px;
    width: 99% !important;
}
ul.login-list .selectBox .selectBox-label{
    width: 90% !important;
}
input.login-butt {
    background: url("images/login-butt.png") no-repeat scroll 0 0;
    cursor: pointer;
    border: 0 none;
    height: 35px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 35px;
    padding: 0 50px 0 15px;
    width: 134px;
    font-size: 1.125em;
    text-align: left;
    position: relative;
    color: #fff;
}
input.login-butt:hover {
    background-position: 0 -50px;
}
input.login-butt:active {
    background-position: 0 -100px;
}

/* -------Cookie dialog --------- */

.cookie-bar {
    background: #f6f6f6;
    width:300px;
    position: absolute;
    z-index: 1000;
    top: -300px;
    right: 10px;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    border: 1px solid #9d9d9d;
    -webkit-box-shadow: 0 0 6px #535353;
    box-shadow: 0 0 6px #535353;
    text-align: left;
}

.cookie-bar .cookie-notification {
    display:block;
    width:auto;
}

.cookie-downbar {
    cursor:pointer;
    top:0px;
    right:70px;
    padding:0px 3px 0px 3px;
    position:absolute;
    z-index: 1000;
    background:#FFFFFF;
    border: 1px solid #9d9d9d;
    -webkit-box-shadow: 0 0 6px #535353;
    border-top:none;
}

.cookie-down {
    position:absolute;
    z-index: 1000;
    top:3px;
    right:3px;
}

.cookie-font-style {
    font-size: 11px;
    margin-left: 20px;
    margin-top: 5px;
}

.cookie-font-style a {
    text-decoration: underline;
}

/* ----- error page ------ */

.content-wrp {
    background-color: #f6f6f6;
    /*position: relative;*/
    width: 90%;
    top: 20%;
    /*margin:  0 auto;*/
    border: 1px solid #9d9d9d;
    -webkit-box-shadow: 0 0 6px #535353;
    box-shadow: 0 0 6px #535353;
    float: left;
    margin: 20px 20px 20px;
}

.contentbox {
    background-color: #fff;
    margin: 8px 8px 8px;
    padding: 15px 20px 10px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: inset 0 0 2px #e1e1e1;
    box-shadow: inset 0 0 2px #e1e1e1;
}
