.comment_wrapper{
    font-family: arial,helvetica,sans-serif;
    font-size: 9pt;
    margin: 0 0 5px 10px;
    width: 590px;
}

#comment_error{
	color:red;
}
#comment_response{
	color:limegreen;
}
#comment_form{
	font-weight: bold;
	font-size: 14pt;
	font-family: arial,helvetica,sans-serif;
	color: black;
	background-color: rgb(255, 255, 255);
	width: 100%;
}
.pgnumber_holder {
    background: url("/img/pageing_bg.jpg") repeat-x scroll center top transparent;
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 0 5px;
}
.pgnumber_holder a {
    border-color: -moz-use-text-color #F7F7F7;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    border-style: none solid;
    border-width: medium 1px;
    color: #008CB4;
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 7px;
    text-decoration: none;
}
.comment_wrapper a:link, .comment_wrapper a:visited {
    color: #333333;
    font-size: 8pt;
}
.comment_wrapper a:active, .comment_wrapper a:hover {
    color: #333333;
    font-size: 8pt;
}
#commentform{
	width:80%;
	margin-left:10px;
}

.comment{
	background-color: #EFEFEF;
	margin-top: 10px;
	overflow: hidden;
	padding: 10px;
}

.even{
	background-color: #CCCCCC;
}
div.userinfo{
	color: #333333;
    font-family: arial,helvetica,sans-serif;
    font-size: 9pt;
}
.userinfo a:link, .userinfo a:visited {
    color: #333333;
    font-size: 9pt;
}
.userinfo a:active, .userinfo a:hover {
    color: #333333;
    font-size: 9pt;
}
span.username{
	color: #333333;
    font-weight: bold;
}

.commentChild{
	margin-left:25px;
}

.alerttop {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #333333;
    color: #333333;
    font-family: arial,verdana,hellvetica;
    font-size: 11px;
    font-weight: bold;
    height: 10px;
    margin: 0;
    padding: 10px;
}