@charset "utf-8";
/* CSS Document */

/*Comment Layout*/

#comments{
       text-align: left;
       text-weight: normal;
       font-size: 12px;
       margin-bottom: 40px;
}

.commentlist{
       background-color:#FBFAFA;
       margin-bottom: 50px;
}

#name{
   color: #333;
   font-weight: bold;
   border-top: 1px dotted #fff;
   text-align: left;
   font-size: 12px;
   margin-top: 20px;
   padding-top: 5px;
   font-variant: small-caps;

}

#date{
   text-align: left;
   color:#996600;
   font-size: 10px;
   font-weight: normal;
   margin-bottom: 5px;
}
		
.commentlist p{
        margin: 5px 0px px 0px;
	color: #000;
        font-weight: normal;
        line-height: 50%;
}

#comment{
        border: 1px double #ccc;
        width: 100%;
}

#url{
        border: 1px double #ccc;
}

#author{
        border: 1px double #ccc;
}

#email{
        border: 1px double #ccc;
}

#submitbutton{
        float: right;
        background: #cc3300;
        color:#fff;
        text-transform: uppercase;
        font-weight: bold;
}