﻿/* XHTML does not allow css class attribute on HTML tag so we standardize on an ID instead */
#standardHtml
{
}

/* disable vertical scrollbar on the entire form */
.standardBody
{
    overflow-y:hidden;
}