#eijCommentForm { margin: 30px 50px; }
#eijCommentForm label { clear: both; float: left; display: block; width: 150px; margin-top: 5px; font-weight: bold; color: #666; }
#eijCommentForm input, #eijCommentForm textarea { display: block; float: left; width: 300px; margin-top: 5px; }
#eijCommentForm input.focused, #eijCommentForm textarea.focused { border: 1px solid #c51100; background-color:#ffd; }
#eijCommentForm input.blurred, #eijCommentForm textarea.blurred { border: 1px solid #666; background-color:#fff; } 

#eijCommentForm #comSubmit { clear: both; margin-top: 10px; margin-left: 150px; width: auto; }

.alertMessage { font-weight: bold; color: red; text-align: center; margin: 20px; background-color: #ffc; border: 1px solid #c00; padding: 3px; }
