/* Plugin Customization frontend styles
*
*
*
*/

#commentform input{
    border : 1px solid #ccc ;
    padding: 5px ;
}
#commentform textarea{
    border : 1px solid #ccc ;
    padding: 5px ;
}
.wrong-comment-input{
    border: 2px solid red !important;
}
#error-message{
    border : 2px solid red ;
    background-color: white;
    color : red ;
    padding-left: 5px;
}
.wrong-comment-message{
    border : 2px solid red ;
    background-color: white;
    color : red ;
    padding-left: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}