﻿/* Dynamic Form */

.dottedLines
{
	color:#000000;
}

.dynamicFormLeftColumn
{
    width:200px;
    float:left;
    text-align:left;
    padding-right:5px;
}

.dynamicFormRightColumn
{
    width:150px;
    float:left;
}

.dynamicFormRow
{
    clear:both;
    padding-top:5px;
}

.dynamicFormRadioButtonList
{
    list-style-type: none;
    padding:0px;
    margin:0px;
}

.textBox
{
	height: 20px;
	border: 1px solid #000000;
}