div#AddComment {
    width: 50%;
    border: 1px solid #DCEBD0;
    margin-top: 0em;
}

div#AddComment form {
    padding: 0.3em;
}

div#AddComment fieldset {
    border: 0;
}

div#AddComment fieldset legend {
    padding: 0.3em 0em 0em 0.5em;   
    font-size: 1.3em;  
    font-weight: bold;
}                        

div#AddComment .Field label {
    float: left;
    padding: 0.2em 0em 0em 0.4em;
}

div#AddComment .Field input, div#AddComment .Field textarea {
    padding: 0.2em;
    border: 1px solid #7F9DB9;
}                        

div#AddComment .Field input:focus, div#AddComment .Field textarea:focus {
    border: 1px solid #000000;
}     

div#AddComment .Optional {
    background-image: url('images/form_optional.png');
    background-position: center right;
    background-repeat: no-repeat;
}      
                       
div#AddComment .FullWidth {
    width: 100%;
    clear: both;
}

div#AddComment .Special {
    display: none;
}

div#AddComment .AlignLeft {
    width: 49.5%;
    float: left;
}

div#AddComment .AlignRight {
    width: 49.5%;
    float: right;
}

div#AddComment .Control {
    clear: both;
    padding: 0.2em 0.4em 0.4em 0.4em;
}

div#AddComment .Control input, div#AddComment .Control textarea {
    width: 100%;
}

div#AddComment .SubmitFields {
    width: 100%;
    padding: 0.4em;
}

div#AddComment .SubmitFields input {
    padding: 0.15em 0.7em;
}     



/* debug 

div#AddComment {
    border: 1px solid red;
    width: 50%;
}

div#AddComment .FullWidth {
    border: 1px solid red;
}

div#AddComment .FieldHalf {
    border: 1px solid red;
}

*/



    a.button:link, a.button:visited {
        color: #000000;
        background-color: #F1F7ED;
        border: 1px solid #E0E6DC;        
        text-decoration: none;
        font-size: 0.95em;
        padding: 0.5em 0.8em;
    }

    a.button:hover, a.button:active {
        color: #000000;
        background-color: #F1F7ED;
        border: 1px solid #98C477;        
        text-decoration: none;
        font-size: 0.95em;
        padding: 0.5em 0.8em;
    }