/* This is the main div that holds all of the comments,
 * and the comment form
 */
div.commentlist {
}

/* This would be one way to set the values for the even comments
 * Note: this is commented out because by default, the even class
 * is the empty string. If you want to change the way even comments
 * look, first set the even class name under options, then change the below
 * to reference that class
 */

/*
div.commentlist div {
}
*/
.expcom-newform input, submit{
background-color: #403d36;
border: 1px solid #8f806b;
color:#8f806b;
font-size:11px;
font-family:Verdana,Arial,Sans-serif;
}
.expcom-newform a:link{
color : #d8cfc3;
text-decoration: none; 
font-size:11px;
/*cursor:Crosshair;*/
}
.expcom-newform a:hover {
color : #8f806b;
text-decoration: none;
border-bottom:3px double #8f806b;
font-size:11px;
/*cursor:Crosshair;*/	
}
/* This can be used to change the style for odd comments in the list
 */
div.commentlist div.alt {
}

/* This is the interior div holding what the commenter said
 */
div.commentlist div div.commentcontent {
}

/* This is the cite block around the comment author's name */
div.commentlist div cite.commentauthor {
}

/* This is the small block around the comment's meta data (date posted, etc)
 */
div.commentlist div small.commentmetadata {
}

/* This is the div holding the 'Collapse Comments' link at the bottom of
 * the comments
 */
div.commentlist div.collapsediv {
}

/* This is just an example way of styling the submit form
 */
.expcom-newform{text-align:left;}
.expcom-newform textarea  {
text-align:left;
background-color: #403d36;
border: 1px solid #8f806b;
color:#8f806b;
font-size:11px;
font-family:Verdana,Arial,Sans-serif;
width:90%;
}
div.commentlist form {
}

div.commentlist textarea {
}
