#wpcr_respond_2 {
    background-color: transparent;
}
.uploadify-button {
    background: #F2F2F2 url('../images/white-grad.png') repeat-x scroll left top;
    text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
    cursor: pointer;
    border: 1px solid #bbb;
    color: #464646;
    padding: 3px 10px;
    line-height: 15px;
    white-space: nowrap;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: normal;
}
.uploadify:hover .uploadify-button,
.uploadify-button:hover {
    background: #F2F2F2 url('../images/white-grad-active.png') repeat-x scroll left top;
    border-color: #666;
    color: #000;
}
.nvi-reviews dl {
    clear: both;
}
.nvi-reviews dt {
    width: 150px;
    float: left;
}
.nvi-reviews dd {
    -webkit-margin-star: 10px;
    padding-left: 160px;
}
.clr {
    clear: both;
}
ul.nvi_attch_imgs {
    margin-top: 20px;
}
ul.nvi_attch_imgs li {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 3px;
    text-align: center;
}
.nvireview ul.nvi_attch_imgs li {
    border: 0;
}
.nvireview .post-meta {
    font-style: italic;
}
.content .document .nvireview .response {
    color: #800000;
    font-style: italic;
    margin-bottom: 30px;
}
.content .document .nvireview .response h2 {
    border-top: 0;
    margin-left: 0;
    font-weight: bold;
    color: #800000;
}
label.required:after {
	content: " *";
	color: red;
}
span.star {
	color: red;
}