@CHARSET "UTF-8";
submit {
 padding:0px;
 margin:0px;
}
input#postComment.active {
    background: url("/calorie/images/commentPostButtonBackActive.gif") repeat-x scroll 0 0 transparent;
/*    border: 1px solid #c0ac51; */
    color: #000;
}
input#postComment.inactive {
    background: url("/calorie/images/commentPostButtonBackInactive.gif") repeat-x scroll 0 0 transparent;
/*    border: 1px solid #C4C4C3; */
    color: #7D8488;
}
input#postComment {
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 30px;
    border: none;
}
#tweetLabel.tweetOff {
    background: url("/calorie/images/twitter_post_off.gif") no-repeat scroll right center transparent;
    margin-left: 5px;
    padding-right: 20px;
}
#tweetLabel.tweetOn {
    background: url("/calorie/images/twitter_post_on.gif") no-repeat scroll right center transparent;
    margin-left: 5px;
    padding-right: 20px;
}


input#postComment.active:hover {
    cursor: pointer;
    cursor:hand;
}
#tweetLabel, #tweet {
    cursor: pointer;
    cursor:hand;
}

.userCommentText {
 background-image: url("/calorie/images/separatordotline.gif");
 background-position: 0 bottom;
 background-repeat: repeat-x;
 padding-bottom: 20px;
 margin-bottom: 10px;
}

.userIcon {
    float:left;
    margin-right: 10px;
}

#answer_comment {
    background: url("/calorie/images/shadow.gif") no-repeat scroll 0 0 #FCFBF2;
    box-shadow: 1px 1px 2px #CDCDCD inset;
    padding-left: 5px;
}
