
	/*     Posts-box       */

.commentBlock {
 padding: 0px 0px 0px -20px;
 margin-top: 30px;
 }
 
.commentBlock_right {
 padding: 0px 10px 0px 70px;
 margin-top: 30px;
 }
	

.warningBlock { 
    padding: 2px; 
    width: 15px; 
    margin-top: -10px;
    float: right;
}
.review p { 
	line-height: normal;
	}

.textfld {
	margin: 18px 0 0 14px;
    font-size: 9pt;
}

.textfld input{
	height: 18px;
    width: 130px;
    margin-left: 3px;
    color: #908e8e;
}

.textArea {
    border: solid 1px #aaa;
    background-color: #eee;
    width: 350px;
    height: 150px;
    font-size: 9pt;
}

/* Comment Box */

#commentBox {
    background-image: url(/content/images/comments/form.gif);
    background-repeat: no-repeat;
    height: 160px;
}

#commentBox_395 {
    background-image: url(/content/images/drivaeget2/form395.jpg);
    background-repeat: no-repeat;
    height: 160px;
}

    
#bubbleText{
	margin: 0;
}

#commentBox textarea {
	border: none;
    background-color: white;
    font-size: 9pt;
    margin: 18px 10px 0px 24px;
    width: 400px;
    height: 70px;
    color: #908e8e;
}


.textfld {
	margin: 0px 0 0 0px;
    font-size: 9pt;
    
}

#commentBlockBottom{
	margin: 25px 0 0 20px;
}


/*   List comments */

.v2comment_commentBlock{
	width: 445px;
	background-color: #f3f2ed;
	text-align: left;
	margin: 0 0 7px 0;
}

.v2comment_commentBlock_395{
	width: 395px;
	background-color: #f3f2ed;
	text-align: left;
	margin: 0 0 7px 0;
}

.v2comment_commentBlock_text{
	margin: 0 10px 0 10px;	
}

.v2comment_commentBlock_posted{
	text-align: right;
	color: #a6a5a5;
}

/* EDITORIAL COMMENT    */

.v2editorialCommentBlock{
	width: 400px;
	background-color: #f3f2ed;
	text-align: left;
	margin: 0 0 7px 45px;
	overflow: hidden;
}

.v2editorialCommentBlock_comment{
	margin: 0 0px 0 10px;
}

/*    SUBCOMMENT    */

.v2subComment{
	width: 400px;
	background-color: #f3f2ed;
	text-align: left;
	margin: 0px 0 7px 45px;
	overflow: hidden;
}

#v2subComment_txtArea textarea{
	width: 385px;
	height: 55px;
	margin: 8px 0 0 8px;
	border: 0;
	color: #908e8e;
	overflow: hidden;
	position: relative;
	font-size: 9pt;
}

.v2subComment_formImg{
 	background-image: url(/content/images/comments/subCommentForm.gif);
    background-repeat: no-repeat;
    height: 110px;
    overflow: hidden;	
    line-height: 0;
    font-size: 0;
}

#v2subCommentBox_bottom{
	margin: 12px 0 0 3px;	
	overflow: hidden;
}


.comment_submitBtn{
	margin-top: 8px;
}



#v2subCommentBox_bottom .comment_textfld {
	height: 17px; 
	width: 120px; 
	color: #908e8e; 
	background-color: white; 
	margin: 0;
	position: relative;
	top: -5px;
	left: 5px;	
}

#commentBlockBottom .comment_textfld {
	width: 145px; 
	height: 22px; 
	color: #908e8e; 
	background-color: white; 
}

