/*
   Script name  : PHP and Ajax Comment
   File Name     : style.css
   Developed By : Amit Patil (India)
   Email Id     : amitpatil321@gmail.com
   Last Updated : 21 June 2009
         This program is freeware.There is no any fucking copyright and bla bla bla.
   You can use it for your personal use.You can also make any changes to this script.
   But before using this script i would appericiate your mail.That will encourage me a lot.
   Any suggestions are always welcome.
         Have a fun with PHP.   
*/
#ajax_response{
    width:80%;
    float : left;
    padding : 5px;
    margin-bottom : 10px;
    text-align : left;
}

.comment_table{
    clear : left; 
    font-size:12px;
}
.comment_holder{
    padding: 5px;
    width : 98%;
    float : left;
    margin-bottom : 5px;
}
#loading{
    visibility : hidden;
}

#date_posted{
    font-size : 10px;
    color: #6A7063;
}
#photo{
    border-right:1px solid #ADADB6;
    float:left;
    padding:5px;
    text-align : center;
}
#photo img{
    padding : 4px;
}
#comment_text{
    width:80%;
    border-top:1px solid #ADADB6;
    float:right;
    margin : 0px 0px;
    padding : 5px;
    height : auto;
    text-align : left;
}
.required{
    background :#FE8585;
}




#comments input {
    font-size: 1em;
}
