#new_review_shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 50000;
}
#new_review {
    display: none;
    width: 700px;
    height: 470px;
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -210px;
    padding: 25px 35px;
    border-top: 3px solid #ff5a00;
    -webkit-box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    z-index: 55000;
    transition: all 0.3s ease 0s;
}
#new_review.done {
    height: 130px;
    margin-top: -65px;
}
#new_review .close_box {
    position: absolute;
    right: 35px;
    top: 25px;
    display: block;
    width: 15px;
    height: 17px;
    text-indent: -9000px;
    background: #fff url(close.png) no-repeat 50% 50%;
    cursor: pointer;
}
#new_review .error {
    border: 1px solid #f00!important;
}
/*body {
    padding: 25px 35px;
    margin: 0;
    border-top: 3px solid #ff5a00;
    overflow: hidden;
    position: relative;
}*/
#new_review .title {
    font-size: 18px;
    margin-bottom: 30px;
}
#new_review form {margin: 0;}
#new_review .input_wrap {
    width: 190px;
    float: left;
    margin-bottom: 25px;
}
#new_review .input_wrap.first {
    margin-right: 30px;
}
#new_review label {
    display: block;
    font-family: Lato;
    font-size: 11px;
    color: #5b5b5c;
    text-transform: uppercase;
}
#new_review input[type=text] {
    border: 1px solid #ccc;
    padding: 0 20px;
    margin-top: 10px;
    width: 190px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    outline: none;
}
#new_review textarea {
    border: 1px solid #ccc;
    padding: 15px 20px;
    margin-top: 10px;
    width: 630px;
    height: 180px;
    line-height: normal;
    font-size: 13px;
    resize: none;
    outline: none;
}
#new_review .review_bottom {
    overflow: hidden;
    margin-top: 25px;
}
#new_review input[type=submit] {
    float: right;
    display: block;
    width: 150px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-family: Lato;
    background: #fa5900;
    background: -moz-linear-gradient(top, #fa5900 0%, #d54b01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa5900), color-stop(100%,#d54b01));
    background: -webkit-linear-gradient(top, #fa5900 0%,#d54b01 100%);
    background: -o-linear-gradient(top, #fa5900 0%,#d54b01 100%);
    background: -ms-linear-gradient(top, #fa5900 0%,#d54b01 100%);
    background: linear-gradient(to bottom, #fa5900 0%,#d54b01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5900', endColorstr='#d54b01',GradientType=0 );
    outline: none;
}
#new_review .rating_wrap {
    overflow: hidden;
    margin-top: 10px;
}
#new_review .rating_wrap > div {
    float: left;
}
#new_review .rating_title {
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 20px;
    margin-top: 2px;
}
#new_review .rating_title.error {
    border: none!important;
    color: #f00;
}
#new_review .rating {
    position: relative;
    width: 68px;
    height: 19px;
    background: #dadada;
}
#new_review .rating ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 65px;
    margin: 0 2px 0 1px;
    list-style: none;
    z-index: 110;
}
#new_review .rating ul li {
    float: left;
    display: block;
    width: 13px;
    height: 15px;
}
#new_review .rating ul li a {
    display: block;
    width: 13px;
    height: 15px;
    outline: none;
}
#new_review .rating .stars {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: url(stars.png) no-repeat 0 70%;
}
#new_review .rating .progress {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 2px 0 1px;
    height: 100%;
    background: #e76110;
}
#new_review .review_done {
    font-family: Lato;
    font-size: 16px;
    text-align: center;
}

/* preloader */
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-o-keyframes spin {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.overspin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 150;
}
/* calc_uploader animation container */
.preload {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    border: 1px solid #ff5a00;
    border-radius: 30px;
    background: #fff;
    z-index: 10100;
}

/* Spinning circle (inner circle) */
.preload .maskedCircle {
    width: 38px;
    height: 38px;
    border-radius: 20px;
    border: 20px solid #ff5a00;
}

/* Spinning circle mask */
.preload .mask {
    width: 20px;
    height: 20px;
    overflow: hidden;
}

/* Spinner */
.preload .spinner {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 38px;
    height: 38px;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}