.DateBoxControlErrorMsg
{
  color: Red;
}

.DateBoxControlMsg:before, .DateBoxControlErrorMsg:before
{
  content: " (";
}

.DateBoxControlMsg:after, .DateBoxControlErrorMsg:after
{
  content: ")";
}