@charset "utf-8";
/* CSS Document */

.form, .form2 {
	color:#000000;
	padding:10px 5px;
	text-align: left;
	margin: 0 auto;
	width: 400px;
}
.form  p, .form2 p{
	margin: 0;
	padding: 5px 0 8px 0;
	line-height:1.5em;
	padding:2px;
	font-size:inherit;
}
.form  .required, .form2 .required {
	font-weight:bold;
	
}
.form .notes {
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.form label{
	font-weight:inherit;
	text-align:right;
	margin-right:10px;
	float: left;
	width: 90px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form .label{
	font-weight:inherit;
	text-align:right;
	margin-right:10px;
	float: left;
	width: 90px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.form2 label {
	font-weight:inherit;
	text-align:right;
	margin-right:10px;
	float: left;
	width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.form2 .label {
	font-weight:inherit;
	text-align:right;
	margin-right:10px;
	float: left;
	width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.tableForm label {
	float: none;
	width: auto;
}
.tableForm .conditionalRequired {
	font-weight: bold;
	color: #660000;
}

