* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
}

.categoryTitleBlock {
    font-style: normal;
}

.error {
    color: red;
}

.wrong{
    background: #fdf5f5; border:2px solid #e32525;
    text-align: center;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #e32525;
}
.okay{
    background: #f1f6e3;
    border:2px solid #8ec10c;
    text-align: center;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #7ea716;
}

/*---------------             WRAPPER START         -----------------*/
#wrapper {
    position: absolute;
    width: 960px;
    top: 0;
    left: 50%;
    bottom: 0;
    margin-left: -480px;
    background: #fdfdfd;
    border: 1px solid #fafafa;
    padding: 20px;
}

/*---------------             WRAPPER END           -----------------*/
/*---------------             LOGO START            -----------------*/
#logo {
    width: 150px;
    margin: 30px auto 50px auto;
    border: 0px solid #ff0000;
}

/*---------------             LOGO END               -----------------*/
/*---------------             TITLE START            -----------------*/
#title {

    width: 450px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 50px;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;

    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 800;

    color: #5a5a5a;
}

/*---------------             TITLE END              -----------------*/
/*---------------             BLOCK START            -----------------*/

.blockwrapper {

    display: block;
    margin: 0 auto;
    width: 650px;
    height: auto;
    padding: 50px;
    background: #f4f3f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(css/PIE.htc);
}

.lebels {
    float: left;
    width: 100px;
    margin-left: 50px;
    border: 0px solid #ff0000;
}

.lebels span {
    padding: 17px 0 5px 10px;

    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;

    color: #505050;
    border: 0px solid #ff0000
}

.right {
    float: right;
}

.inputs {
    padding: 5px;
    margin-right: 40px;
    float: right;
    width: 450px;
    height: auto;
    border: 0 solid #ff0000;
}

.inputs input {
    width: 400px;
    background: #fff;
    border: solid 1px #ccc;
    padding: 5px 10px;
    margin: 7px;
    font: 14px 'Arial', serif;
    font-style: italic;
    -webkit-box-shadow: inset 0 0px 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0px 6px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0px 6px rgba(0, 0, 0, .1);

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(css/PIE.htc);
}

/* input:focus styles */
.inputs input[type=text]:focus, .inputs input[type=password]:focus {
    background: #fff;
    border-color: #5e5d5d;
    font-style: normal;

    outline: none; /* remove outline */
}

/*---------------             BLOCK END              -----------------*/

.butblockwrapper {

    display: block;
    float: left;
    width: auto;
    height: auto;
    margin: 20px;
    padding: 15px 10px 20px 10px;
    background: #eae8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(css/PIE.htc);
}

.clear {
    clear: both;
}

.space2 {
    clear: both;
    margin: 20px;
}

.bigbut {
    display: block;
    float: left;
    width: auto;
    height: auto;

    font-size: 14px;
    text-align: center;
    color: #fff;
    text-shadow: 0 -1px #757575, 0 -1px #757575;

    margin: 0 10px;
    padding: 15px 25px;

    border: 1px solid #86aa2c;
    border-radius: 3px;
    background-color: #86aa2c;
    background-image: -webkit-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: -moz-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: -ms-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    -pie-background: linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);

    -webkit-box-shadow: #656464 0px 3px 6px;
    -moz-box-shadow: #656464 0px 3px 6px;
    box-shadow: #656464 0px 3px 6px;

    behavior: url('css/PIE.htc');
}

.bigbut:hover {
    cursor: pointer;
    background: #a5a5a4;
    border: 1px solid #a8a8a8;
    text-shadow: none;
    -pie-background: linear-gradient(rgba(165, 165, 164, 1) 0%, rgba(165, 165, 164, 1) 100%);
}

.middlebut {
    display: block;
    float: right;
    width: auto;
    height: auto;

    font-size: 14px;
    text-align: center;
    color: #fff;
    text-shadow: 0 -1px #757575, 0 -1px #757575;

    margin: 0 20px;
    padding: 10px 13px;

    border: 1px solid #86aa2c;
    border-radius: 3px;
    background-color: #86aa2c;
    background-image: -webkit-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: -moz-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: -ms-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    -pie-background: linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);

    -webkit-box-shadow: #656464 0px 2px 3px;
    -moz-box-shadow: #656464 0px 2px 3px;
    box-shadow: #656464 0px 2px 3px;

    behavior: url('css/PIE.htc');
}

.loginbutmargin {
    width: 50px;
    margin-right: 65px;
}

.middlebut:hover {
    cursor: pointer;
    background: #a5a5a4;
    border: 1px solid #a8a8a8;
    text-shadow: none;
    -pie-background: linear-gradient(rgba(165, 165, 164, 1) 0%, rgba(165, 165, 164, 1) 100%);
}

.smallbut {
    display: block;
    float: right;
    width: auto;
    height: auto;
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-shadow: 0 -1px #757575, 0 -1px #757575;

    margin-left: 10px;
    padding: 5px 13px;

    border: 1px solid #86aa2c;
    border-radius: 3px;
    background-color: #86aa2c;
    background-image: -webkit-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: -moz-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: -ms-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    -pie-background: linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);

    -webkit-box-shadow: #656464 0px 2px 3px;
    -moz-box-shadow: #656464 0px 2px 3px;
    box-shadow: #656464 0px 2px 3px;

    behavior: url('css/PIE.htc');
}

.smallbut:hover {
    cursor: pointer;
    background: #a5a5a4;
    border: 1px solid #a8a8a8;
    text-shadow: none;
    -pie-background: linear-gradient(rgba(165, 165, 164, 1) 0%, rgba(165, 165, 164, 1) 100%);
}

.smallbut-hover {
    cursor: pointer;
    background: #a5a5a4;
    border: 1px solid #a8a8a8;
    text-shadow: none;
    -pie-background: linear-gradient(rgba(165, 165, 164, 1) 0%, rgba(165, 165, 164, 1) 100%);
}

/* BUTTONS PART end*/

/*----------------------------------------------------------------------------*/
/*------                     POPUPS CONTROL START                       ------*/
.popup {
    padding: 0px;
}

.popup-wrap {
    padding: 20px 20px 50px 20px;
}

.popup-title {
    padding: 0 30px 20px 0;
}

.popup p {
    font-weight: bold;
    font-size: 16px;
    color: #5e5d5d;
}

.popup input {
    height: 20px;
    margin-bottom: 10px;
    width: 97%;
    font-size: 12px;
    border: 1px solid #cccccc;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(css/PIE.htc);
}

.popup input[type=text] {
    background: #ffffff;
    padding: 0 7px;
    font: 12px Arial, sans-serif;

}

.ico-alert {
    float: left;
    width: 43px;
    height: 36px;
    margin-right: 40px;
    background: url('images/ico-alert.png') no-repeat;
}

.alert-check {
    width: 30px;
    height: 30px;
    background: url('../images/ico-check.png') no-repeat;
}

.alert-warning {
    background: url('../images/ico-warning.png') no-repeat;
}

/*------                     POPUPS CONTROL END                         ------*/
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*------                     PLACEHOLDER Start                           -----*/

/* input styles */
input,
textarea,
input[type=search] {
    background: #f4f4f4;
    border: solid 1px #a3a3a3;
    padding: 5px 10px;
    font: 15px "Times New Roman", Times, serif;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0px 6px rgba(0, 0, 0, .1);
    -webkit-appearance: none; /* reset webkit search style */
    behavior: url(css/PIE.htc);
}

/* input:focus styles */
input[type=text]:focus,
textarea:focus,
input[type=search]:focus {
    background: #fff;
    border-color: #5e5d5d;
    outline: none; /* remove outline */
}

textarea {
    width: 400px;
    height: 250px;
    resize: none;
}

/* fallback placeholder */
.placeholder {
    color: #ccc;

}

/* webkit placeholder */
::-webkit-input-placeholder {
    color: #ccc;
}

/* moz placeholder */
:-moz-placeholder {
    color: #ccc;
}

/* remove webkit search input decoration and cancel button */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
/*-----                       PLACEHOLDER End                            -----*/
/*----------------------------------------------------------------------------*/

#jNotify {
    position:absolute;
    background:#d8e6fc  url('images/info.png') no-repeat 15px center;
    color:#35517c;
    border:1px solid #a7c3f0;
    padding:10px;
    padding-left:50px;
    margin:15px;
    z-index:9999;
    -moz-border-radius : 5px;
    border-radius:5px;
    -webkit-border-radius:5px;
}
#jNotify a {color:#35517c !important;text-decoration:none;}

#jSuccess {
    position:absolute;
    background:#E6EFC2  url('images/success.png') no-repeat 15px center;
    color:#264409;
    border:1px solid #C6D880;
    padding:10px;
    padding-left:50px;
    margin:15px;
    z-index:9999;
    -moz-border-radius : 5px;
    border-radius:5px;
    -webkit-border-radius:5px;
}
#jSuccess a {color:#264409 !important;text-decoration:none;}

#jError {
    position:absolute;
    background:#FBE3E4  url('images/error.png') no-repeat 15px center;
    color:#8a1f11;
    border:1px solid #FBC2C4;
    padding:10px;
    padding-left:50px;
    margin:15px;
    z-index:9999;
    -moz-border-radius : 5px;
    border-radius:5px;
    -webkit-border-radius:5px;
}
#jError a {color:#8a1f11 !important;text-decoration:none;}

/** OVERLAY **/
#jOverlay {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:9998
}