#jb_addComment .hidden, .hidden {
    display: none;
}

#jb_message {
	margin:5px 0;
	position:relative;
    color: #fff;
    text-align: center;
    margin-bottom: 0.5em;
}

#jb_message.error {
	background-color: #FFCCCC;
}

#jb_message.confirm {
    background-color: #FFCCCC;
}

#jb_message p {
    margin: 0;
    padding: 0.5em;
    font-size: 1.25em;
	color: #fff;
}
