.leftLabel 
{
    float: left;
    display: block;
    width: 9em;
    height: 1.5em;
    padding: 0;
    margin: 0;
    
    color: Black;
    clear: left;
}

input, select
{
    float: left;
    margin: 0 0 2px 0;
}

textarea
{
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 100%;  /* of the body size, which is "smaller" */
}

.CssForm 
{
    float: left;
}

.GridCell_100
{
    display: block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
}

fieldset
{
    clear: both;
    margin: 1em 0;
}

.smallButton
{
    font-size: smaller;
    float: none;
    clear: both;
    margin: 0.5em 0 1em 0;
}

.buttonRow {}

.buttonRow .smallButton, .buttonRow .smalltext
{
    font-size: smaller;
    float: left;
    margin: 0.5em 0.5em 1em 0;
}

.fixedWidth_30, .fixedWidth_125, .fixedWidth_170, .fixedWidth_200
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis; /* IE only, but just a "nice-to-have" anyway */
    white-space: nowrap;
}

.fixedWidth_30
{
    width: 10px;
}

.fixedWidth_125
{
    width: 125px;
}

.fixedWidth_170
{
    width: 170px;
}

.fixedWidth_200
{
    width: 200px;
}

/*
.DropDownImage 
{
    margin-left: -23px;
    margin-bottom: -4px;
    z-index: 10000;
    cursor: pointer;
}
*/