﻿.Form { padding: 5px; width: 100%; }
.Entry { clear: both; padding: 2px 0px 2px 2px; }
.Label { display: block; float: left; color: #777; width: 100px; font-weight: bold; font-size: 10px; }
.BlockLabel { display: block; color: #777; font-weight: bold; font-size: 10px; }
.CheckList { display: block; width: 400px; }
.CheckList td { padding: 2px; }
.CheckList label { font-size: 10px; color: #777; font-weight: bold; padding-left: 2px; }
.CheckBox { padding-top: 2px; margin-left: 4px; font-weight: bold; color: #777; font-size: 10px; }
.CheckBox label { font-size: 10px; color: #777; font-weight: bold; padding-left: 2px; }
.required { font-size: 10px; font-weight: bold; color: Red;  }
.Buttons { text-align: center; }
.MediumControl { width: 155px; border: solid 1px #333; font-size: 11px; }
.MediumSelectControl { width: 156px; border: solid 1px #333; font-size: 11px; }
.MultiLineControl { width: 250px; height: 65px; font-size: 10px; color: #777; }
