.formBiCol
{
	margin: 10px 0px;
}

.formBiCol td
{
	border-left: 1px dotted #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	vertical-align: top;
}

.formBiCol td.firstCol
{
	border-left: 0px dotted #666666;
	padding-left: 0px;
	padding-right: 15px;
}

.textInputs, .checkInputs
{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.textInputs label
{
	float: left;
	width: 120px;
	margin-right: 10px;
	text-align: right;
	padding: 2px 0px;
}


.textInputs input, .textInputs textarea
{
	float: left;
	width: 310px;
}

.textInputs input, .textInputs textarea, .textInputs select
{
	border: 1px solid #999999;
}

.textInputs textarea
{
	overflow: auto;
	height: 100px;
}

.checkInputs ul, .checkInputs ol
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
}

.checkInputs li
{
	float: left;
	width: 49%;
	padding-right: 1%;
	overflow: visible;
}

.checkInputs li label
{
	margin-left: -20px;
	padding-left: 20px;
}

.checkInputs li input
{
	float: left;
}

.privacyBoxText
{
	margin-bottom: 5px;
	border: 2px inset #F0F0F0;
	height: 60px;
	overflow: auto;
	overflow-y: auto;
	font-size: smaller;
	padding: 2px;
	text-align: justify;
}

.buttonBar
{
	clear: both;
	text-align: center;
	margin: 10px 0px;
}

.bt
{
	background: #FF6412 url(../images/sfumMenu.gif) repeat-x top left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 20px;
	border-width: 1px;
	border-color: #FF6412;
}

.bt1
{
	background: #CCCCCC url(../images/sfumBt1.gif) repeat-x top left;
	color: #333333;
/* 	font-weight: bold; */
	padding: 1px 10px;
	border-width: 1px;
	border-color: #CCCCCC;
}