#reviews {
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-top: 6px;
    width: 930px;
    margin: 0 auto;
}

#reviews h2 {
    display: block;
    color: white;
    background: url(https://turbifycdn.com/ty/cdn/yhst-139525001261814/reviews-h2-bg.png) no-repeat center;
    line-height: 47px;
    height: 58px;
    width: 915px;
    font-size: 28px;
    font-weight: normal;
    font-family: 'Lato';
    padding-left: 20px;
    margin: 0 auto;
    text-align: left;
}

#reviews a {
    color: #000;
}

.reviewtitle {
    font: normal 12px arial;
    color: black;
}

.reviewtext {
    font: normal 11px arial;
    color: #a0a0a0;
}

.reviewmessage {
    font: normal 12px arial;
    color: black;
    margin: 6px 0px 6px 0px;
}

.review{
    border-bottom: solid 1px #a0a0a0;
    margin: 13px 16px;
    padding-bottom: 10px;
}

.writereview {
    padding: 0px 16px 13px;
    font-size: 14px;
}

#reviewrat {
    margin-left: 10px;
}

#reviewrat p#revrat {
    font-weight: bold;
    color: #333333;
    margin: 0px 0px 2px 0px;
}

.reviewtext span {
    color: black;
}
.reviewbcomm {
    margin: 5px 5px 5px 10px;
    padding: 10px;
    background-color: #f0f0f0;
    border: solid 1px #e0e0e0;
    color: #606060;
}
.reviewbcomm label {
    display: block;
    margin-bottom: 5px;
    color: black;
    font-weight: bold;
}

#ytimesModalOverlay {
    background-color: black;
    filter: alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;
    cursor: wait;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100000;
}
#ytimesModalContainer {
    height:400px;
    width:600px;
    background-color: white;
    border:1px solid black;
    padding: 0px;
    z-index: 100001;
}
#ytimesModalClose {
    background:url(https://turbifycdn.com/ty/cdn/yhst-139525001261814/x.png) no-repeat;
    width:39px;
    height:39px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-24px;
    right:-24px;
    cursor:pointer;
    z-index: 100002;
}
