﻿.EnterComments
{
    border: none;
    margin: 0;
}
table.EnterComments
{
    margin: 0 0 10px 0;
    width: 200px;
    font-weight: normal;
}
.EnterComments tbody td
{
    padding: 5px 5px 0 0;
    vertical-align: top;
}
.EnterComments th
{
    padding: 2px 5px 0 0;
    text-align: right;
    font-weight: normal;
    vertical-align: top;
}
.EnterComments a, .EnterComments a:link, .EnterComments a:visited
{
    color: #70b51e;
    text-decoration: underline;
}
.EnterComments a:hover
{
    color: #70b51e;
    text-decoration: none;
}
.note
{
    font-size: 10px;
}
span.asterisk
{
    color: #f7941d;
}

#ReadComments
{
    width: 370px;
    margin: 0;
    float: left;
}
#ReadComments h1
{
    margin: 0 0 15px 20px;
}
#ReadComments h2
{
    font-size: 12px;
    font-weight: bold;
}
#ReadComments h3
{
    margin: 0 0 15px 20px;
}
.Individual
{
    border-bottom: 1px dotted #cecece;
    height: 1px;
    margin: 0 0 5px 20px;
}


#RateContainer
{
    width: 155px;
    height: 51px;
    margin: 3px 0 10px 10px;
    float: right;
}
#RateTop
{
    width: 155px;
    height: 39px;
    background: url(../images/interface/RateBK.jpg) no-repeat;
}
#Votes
{
    width: 22px;
    margin: 13px 0 0 3px;
    font-weight: bold;
    text-align: center;
    color: #70b51e;
    float: left;
}
#Votes span
{
    font-size: 9px;
    font-weight: normal;
}
#RateIcons
{
    width: auto;
    margin: 9px 2px 0 0;
    float: right;
}

#RateButton
{
    margin-left: 100px;
}

/* reCAPTCHA --------------------------------------------- */

/* reCAPTCHA Container */

#recaptcha_widget
{
    padding: 1px 1px 5px 1px;
    border: #a5acb2 solid 1px;
}
#recaptcha_widget input
{
    margin: 0 0 0 5px;
    padding: 0;
    float: left;
    clear: right;
}
#recaptcha_widget span
{
    float: left;
    margin-left: 6px;
}
#recaptcha_widget div a
{
    margin-left: 6px;
    clear: both;
}

/* Text Image */
#recaptcha_image
{
    margin-bottom: 5px;
    padding: 5px 0 5px 0;
    border-bottom: #ccc solid 1px;
}
#recaptcha_image img
{
    width: 100%;
}

/* Error Message */
.recaptcha_only_if_incorrect_sol
{
}

/* Text Directions */
.recaptcha_only_if_image
{
    font-weight: bold;
}
.recaptcha_only_if_image a
{
    display: none;
}

/* Text Audio Prompt Directions */
.recaptcha_only_if_audio
{
    display: none;
}

/* Text Input Field */
#recaptcha_widget #recaptcha_response_field
{
    color: #111;
}

