@charset "utf-8";
/* CSS Document */

/******************************************
**************COMMENTING STYLES************
******************************************/

.userComment {
border:3px solid #E7E7E3;
background-color:#F5F5F1;
}

.userComment .commentHeader{
border-bottom:1px solid #000000;
}

/***********************************************
**************COMMENTING POSITIONING************
************************************************/

.userComment {
margin:0 0 0 0;
}

.userComment .commentHeader{
width:520;
padding: 5;
margin:0 0 0 10;
}

.userComment .userRating{
padding:5 5;
}

.userComment .commentBody{
padding: 15 0 15 15;
}
