﻿
/* these rules are for the single line Form Views used to insert things in GridViews */

.InsertFormView
{
    border: 1px solid #ccc; 
    background: #dedede;
    margin: 0px 0px 1em 0px;
}

.InsertFormView label
{
    display: inline-block; 
    width: 7.5em; 
    font-weight:bold; 
    margin: 0.5em;
}
.InsertFormView span
{
    display: inline-block;
    margin: 0.5em;
}