﻿form.contact 
{
    font-size:11pt;
    /*Need to simulate background image for development purposes*/
    background-color:#F7F4EB
}

/*form.contact label.labelinput */
.labelinput
{
    /*display: block; puts the textbox below the label*/
    clear:left; /*Other floating elements are not allowed to the left*/
    float:left; /*Position inside another element*/
    width:110px;
   /* height:17px;*/
}
div.namevalue
{
   /* Possible input div properties*/
   position: relative;
   margin-left: 0px;
   margin-top: 5px;
   display:block;
   height:25px;
   width: 380px;
}
.textinput
{
    width:180px;
    background-color:White;
    padding:5 0 5 0;
}
#button
{
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#comments
{
	position: relative;
	margin-left: 0px;
	width: 380px;
	height: auto;
}
.required
{
    right:0px;
    font-size:8pts;
    vertical-align:top;
    /*float:right;*/
    top: -10px;
}
#tblCheckList
{
    width:372px;
}