﻿#Comments {
    width:172px;
    height:32px;
    background-image:url(../images/comments.jpg);
    font-size:14px;
    padding-left:30px;
    opacity:0.5;
}

#Tell {
    width:172px;
    height:32px;
    background-image:url(../images/tell-friend.jpg);
    font-size:14px;
    padding-left:40px;
    margin-left:5px;
    opacity:0.5;
}

#Comments_Box {
    width:99%;        
    padding:5px;
    display:none;
}

#Tell_Box {
    width:99%;        
    padding:5px;
    display:none;
}

#AddComment {
    width:190px;
    height:32px;
    background-image:url(../Images/add-comment.png);
    background-repeat:no-repeat;
    background-color:#fffaeb;
    font-size:14px;
    padding-left:30px;
    float:right;    
    border:0px solid #dfdfdf;
    box-shadow: 1px 1px 5px #3a3a3a;
}

#AddCommentArea {
    width:400px;
    background-color:#fffaeb;
    box-shadow: 1px 1px 5px #3a3a3a;
    display:none;    
}

#Comments_Results {
    display:none;
}

#Tell_Results {
    display:none;
}
