
#captcha-extra-image {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}
#captcha-comment {
    font-weight: bold;
}
#captcha-image {
    display: inline;
}
#id_captcha {
    margin-left: 10px;
    width: 100px;
}

/* comments */


#feedback #firstcomment h3 {
    margin: 0;
    margin-top: 0.5em;
    padding: 5px;
    position: relative;
}

#feedback #firstcomment a.commentLink {
    margin-right:1em;
    position:absolute;
    right:1em;
}

#feedback #firstcomment .commentinfo {
    font-size: 8pt;
    padding: 5px;
    color: gray;
}

#feedback #firstcomment .commentBody {
   padding: 0.5em;
   font-size: 10pt;
}

#feedback #firstcomment .actions {
    height: 20px;
}

#feedback #firstcomment div#firstactions {
    background: none;
}

#feedback #firstcomment .actions a {
    padding: 3px;
    margin-right: 0.5em;
    font-weight: bold;
}

#feedback #firstcomment h3.censured,
#feedback #firstcomment div.censured {
    opacity:0.4;
    filter:alpha(opacity=40)
}

#feedback #firstcomment .public a.publishComment {
    display:none;
}

#feedback #firstcomment .censured a.censureComment {
    display:none;
}

#feedback #firstcomment .comment {
    margin-left: 2em;
}


#feedback #firstcomment h3,
#feedback #firstcomment .commentBody,
#feedback #firstcomment .actions,
#feedback .commentform,
#feedback #firstcomment .commentinfo {
    background: #CCDDFF none repeat scroll 0 0;
}

#feedback #firstcomment .actions a {
    text-decoration:none;
    background: #e6e0da none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    font-weight: normal;
    margin-left: 2px;
}

#feedback .commentform ul {
    list-style: none;
    padding: 1em;
}

#feedback .commentform ul li {
    margin-bottom: 10px;
}

#feedback .commentform ul li label {
    margin-right: 2em;
}

#feedback {
    width: 100%;
    clear: both;
}

#feedback #firstcomment .actions {
    height: 25px;
}

#feedback .actions a {
    font-size: 75%;
}

#feedback #firstcomment .commentLink {
    font-size: 75%;
}

#feedback h2#comment-header {
    display: none;
}

#feedback textarea {
    width: 100%;
}

#feedback select,
#feedback textarea,
#feedback input {
    border:1px solid #CCCCCC;
    margin: 2px;
}

.commentform .submitline {
    padding: 0.5em;
}
