/* comments.css */
#comments div {
    padding: 5px;
}

#comments div img {
    border: 2px solid #80AA00;
    margin-right: 5px;
}

#comments div.even {
    background: #5A7800 url(images/comment_top.gif) no-repeat 0 0;
    color: #FFF;
}

#comments .opt {
    text-align: right;
    height: 20px;
}

#comments .opteven {
    text-align: right;
    background: url(images/comment_bottom.gif) no-repeat 0 0;
    color: #FFF;
}

#cform {
    float: left;
    margin-left: 10px;
    width: 330px;
    height: 115px;
}

#cform form { margin: 0; }

#cform .nobr { display: none; }


#cform label {
	position: absolute;
	margin: 4px;
	left: 90px;
	text-align: right;
	width: 45px;
	font-size: 10px;
	text-transform: lowercase;
}
label#contentarea_label {
	left: 300px;
}
#cform textarea {
    float: right;
    width: 200px;
    height: 100px;
    background: #80AA00;
    border: 2px solid #5A7800;
}

#cform_left .text {
    width: 100px;
    background: #80AA00;
    border: 2px solid #5A7800;
    margin: 2px;
}

#cform .submit {
    background: #80AA00;
    border: 2px solid #5A7800;
    height: 20px;
}

#cform_left {
    float: left;
}

#chelp {
    color: #fff;
    background: #80AA00;
    margin-left: 350px;
    width: 140px;
    min-height: 115px;
    padding: 5px;
    font-size: 12px;
}

#chelp a {
    color:#333;
}

#cpreview {
    color: #fff;
    background: #5A7800 url(images/cpreview_top.gif) no-repeat 0 0;

    margin-left: 10px;
    padding: 10px;
    width: 320px;
    height: 115px;
}

#cnote {
    margin-left: 340px;
    width: 140px;
    font-size: 11px;
    padding: 10px;
}

div#captcha span#captcha_feedback {
	color:  red !important;
	margin-left: 10px;
}
