* {
    font-family: Arial, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
}
html {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    color: #808080;
    background: rgba(69,73,76,1);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(69,73,76,1) 26%, rgba(40,52,59,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(69,73,76,1) 26%,rgba(40,52,59,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(69,73,76,1) 26%,rgba(40,52,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494c', endColorstr='#28343b',GradientType=1 );

    background: rgba(0, 0, 0, 0) url("../img/backy.png") repeat scroll 0 0 / 100% 100%;
}
#ui-datepicker-div{
    background-color: white;
    border: 1px solid #444;
}
#lo {
    position: absolute;
    right: 50px;
    top: 20px;
}
#lo a {
    color: #000;
}
div#logo {
    margin-top: 20px;
    margin-left: 120px;
    width: 200px;
}
div#logo a {
    color: #FFBF00;
    text-shadow: 3px 3px #000;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 44px;
    font-weight: bold;
}
div#description {
    text-align: left;
    font-size: 15px;
    margin-left: 140px;
    color: #FFBF00;
    text-shadow: 3px 3px #000;
}
#vxd {
    position: relative;
    margin: 40px auto 0;
    width: 380px;
    height: 100%;
}
.block {
    border-left: 4px solid #FFBF00;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin: 40px auto 0;
    margin-left: -50px;
    position: absolute;
    width: 380px;
    opacity: 0;
    background: none repeat scroll 0 0 #F9F9F9;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.block-reset {
    opacity: 1 !important;
    margin-left: 0;
}
.content-wrapper {
    padding: 10px;
}
#errors {
    display: block;
    position: relative;
    height: 30px;
    font-size: 12px;
    line-height: 15px;
    color: #8F1111;
    font-weight: bold;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
#errors ul li,
#errors ul li a {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}
.title {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    color: #555555;
    float: left;
    padding-left: 33px;
    line-height: 24px;
    background: url(../img/key_icon.png) no-repeat left top;
}
.recovery {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 28px;
    bottom: 10px;
    position: absolute;
    color: #AAA;
    float: left;
    background: url(../img/lock.png) no-repeat left top;
}
.recovery a {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: #63A7D8;
}
.log-button-holder {
    margin: 0 auto;
    width: 200px;
    height: 38px;
}
.login-button {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    s background-color: #2D2D2D;
    border: 1px solid #2D2D2D;
    -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 1);
    background-image: -o-linear-gradient(90deg, rgb(53, 53, 53) 0%, rgb(67, 67, 67) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(53, 53, 53) 0%, rgb(67, 67, 67) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(53, 53, 53) 0%, rgb(67, 67, 67) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(53, 53, 53) 0%, rgb(67, 67, 67) 100%);
    background-image: linear-gradient(90deg, rgb(53, 53, 53) 0%, rgb(67, 67, 67) 100%);
    color: #2195A6;
    text-shadow: rgba(0, 0, 0, 1) 0px 1px 1px;
    text-align: center;
    line-height: 100%;
    font-size: 10pt;
    font-weight: bold;
}
.login-button:hover {
    background-color: #4C4C4C;
    background-image: -o-linear-gradient(90deg, rgb(63, 63, 63) 0%, rgb(79, 79, 79) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(63, 63, 63) 0%, rgb(79, 79, 79) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(63, 63, 63) 0%, rgb(79, 79, 79) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(63, 63, 63) 0%, rgb(79, 79, 79) 100%);
    background-image: linear-gradient(90deg, rgb(63, 63, 63) 0%, rgb(79, 79, 79) 100%);
}
.login-button:active {
    background-color: #272727;
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 1);
    background-image: -o-linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(53, 53, 53) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(53, 53, 53) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(53, 53, 53) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(53, 53, 53) 100%);
    background-image: linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(53, 53, 53) 100%);
    text-shadow: none;
}


#container {
    width: 97%;
    margin: 0 auto 0 auto;
}
.wyl {
    float: right;
    width: 100px;
    height: 100%;
    margin-right: 50px;
    background-color: #333;
    text-align: center;
}
.wyl a {
    text-align: center;
    vertical-align: middle;
    color: #DDD;
}

.works {
    width: 80%;
    height: 420px;
}
#info {
    float: right;
    position: relative;
    display: inline-block;
    width: 450px;
    /*height: 229px;*/
    
    text-align: justify;
    bottom: 0;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#6a6b6b), to(#424242));
    background-image: -moz-linear-gradient(top,#6a6a6a,#424242);*/
    
    box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.15);
    border-top: 0px solid #FFDF63;
    border-radius: 1px 8px 1px 1px;
    background-color: #FEEFB3;
    background: -moz-linear-gradient(-45deg, rgba(254, 252, 234, 1) 0%, rgba(239, 225, 131, 0.89) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(254, 252, 234, 1)), color-stop(100%, rgba(239, 225, 131, 0.89)));
    background: -webkit-linear-gradient(-45deg, rgba(254, 252, 234, 1) 0%, rgba(239, 225, 131, 0.89) 100%);
    background: -o-linear-gradient(-45deg, rgba(254, 252, 234, 1) 0%, rgba(239, 225, 131, 0.89) 100%);
    background: -ms-linear-gradient(-45deg, rgba(254, 252, 234, 1) 0%, rgba(239, 225, 131, 0.89) 100%);
    background: linear-gradient(135deg, rgba(254, 252, 234, 1) 0%, rgba(239, 225, 131, 0.89) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#e3efe183', GradientType=1);
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.user {
    background: url("../img/user.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pass {
    background: url("../img/key.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#info:hover {
    border-radius: 1px 24px 1px 1px;
}
#info:hover:before {
    border-width: 0 24px 24px 0;
}
#info:before {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #FFE37F #F6F6F6;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#inc {
    float: right;
    position: relative;
    display: inline-block;
    width: 450px;
    height: 179px;
    bottom: 0;
    margin-bottom: 82px;
}

#info li {
    cursor: pointer;
    margin: 10px;
    border-top: 1px dotted #999;
}
#info ul>:first-child {
    margin-top: 5px;
    border: none !important;
}
#info li p {
    font-size: 10pt !important;
    margin: 16px 3px 8px 3px;
    color: #555;
    text-align: justify;
}
.info_g {
    position: relative;
    color: #333;
    padding: 9px 0 0 32px;
    background: url("../img/info.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0px -10px -10px -10px;
}

#footer {
    height: 30px;
    width: 100%;
    background-color: #141617;
    position: fixed;
    bottom: 0;
}
#hedy {
    height: 30px;
    width: 100%;
    background-color: #141617;
    position: fixed;
    top: 0;
}
.foolink {
    float: right;
    font-size: 14px;
    line-height: 14px;
    margin: 8px 10px 0 0;
    border-left: 2px solid #5D5D5D;
}
.foolink a {
    padding-left: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #808080;
}
.foolink-cop {
    float: left;
    font-size: 10px;
    line-height: 10px;
    margin: 10px 10px 0 0;
}
.foolink-cop a {
    padding: 0px 5px 0 5px;
    font-size: 10px;
    line-height: 10px;
    color: #545454;
    letter-spacing: 1px;
}
ul li a {
    color: #4B91B7;
    font-weight: bold;
}
.form-table {
    border-collapse: collapse;
    clear: both;
    margin-bottom: -8px;
    margin-top: 0.5em;
    width: 100%;
}
.form-table th {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 200px;
    color: #222222;
    text-shadow: 0 1px 0 #FFFFFF;
    font-weight: normal;
}
.form-table td {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 8px 10px;
}
td,
input {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
span.description {
    font-size: 12px;
    font-style: italic;
    color: #666666;
}
label {
    color: #444444;
    cursor: pointer;
    font-size: 12px !important;
    margin-left: 5px;
}
input[type="text"],
input[type="password"],
select {
    background-color: #FFFFFF;
    color: #333333;
    border-color: #DFDFDF;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin: 1px;
    padding: 3px;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
    border-color: #AAAAAA;
}
.content-wrapper input[type=text],
.content-wrapper input[type=password] {
    position: relative;
    width: 270px;
    display: block;
    margin: 20px auto 25px auto;
    padding: 9px 15px 10px 50px;
    font-size: 14px;
    background-color: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
}
.content-wrapper input[type=text] {
    margin-top: 8px;
}
.content-wrapper input[type=text]:focus,
.content-wrapper input[type=password]:focus {
    background-color: transparent;
    border: 1px solid #66B0DA;
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
    color: #333;
}