
#CommentBoxWrapper{
    height:140px;
    padding:20px;
    max-width:400px;
    margin:10px auto;
    text-align:center;
    border-top:solid 1px #aaa;
    clear: both;
}

.home #CommentBoxWrapper{
    border-top:none;
}

#CommentBoxWrapper .result{
    color:black;
}
#CommentBoxWrapper #like,
#CommentBoxWrapper #notLike{
    display:inline-block;
    margin:10px 12px;
    width:25px;
    height:24px;
}
#CommentBoxWrapper #like:hover, 
#CommentBoxWrapper #notLike:hover, 
#CommentBoxWrapper #submit:hover{
    cursor:pointer;
}
/*#CommentBoxWrapper #notLike{
   transform: rotate(180deg); 
}*/
#CommentBoxWrapper #commentBox{
    display:none;
}
#CommentBoxWrapper #submit {
    border-radius: 3px;
    display:inline-block;
    background-color:#00385b;
    border:solid 1px #00385b;
    padding:5px 7px;
    margin-left:4px;
    color:white;
}
#CommentBoxWrapper .result {
   margin-bottom: 10px;
}
#CommentBoxWrapper #commentInput{
    width:200px;
    padding:10px;
}
#CommentBoxWrapper #submit:hover{
    border:solid 1px #0f0;
}