

.stepOn 
{
	background-image: url(../images/step_bg_blue.gif); 
	color : white; height:17px; width:30px; text-align:center; 
}

.stepOff 
{
	background-image: url(../images/step_bg_white.gif); 
	color : black; height:17px; width: 30px; text-align:center; 
}

.formdiv
{
	padding : 10px;
	background-color : #fff;
	border:1px #ccc solid;
	display : block;
}

.column_head
{
	font-weight : bold;
	color : black;
	text-align : left;
}

.column1
{
	font-weight : bold;
	width : 30%;
}

.column2
{
	width : 70%;
}

.columnTitle
{
	font-weight : normal;
	width : 100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.columnText
{
	font-weight : normal;
	width : 100%;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

.help
{
	font-size: 10px;
	color: #006699;
	font-weight: bold;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 1px;
	cursor: help;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.checkbox
{
	text-indent: 0em; 
	margin-left: 0em
	
}
