/* CSS Document */

.subhead {
	font-size: medium; 
	font-weight: bold; 
	color: #000000; 
	margin-top: 10px;
}

.subhead div {
	margin: 5px 0px;
	font-size: 75%;
	font-weight: normal;
	font-style: italic;
}

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 1em 0 1em 0;
	padding: 0;
	border: 0;
}

fieldset ol {
	padding: 1em;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 5px;
}

#buttons {
	margin-top: 5px;
}

legend {
	font-weight: bold;
	color: black;
}

label {
	/*float: left;*/
	width: 10em;
	/*margin-right: 1em;*/
	text-align: left;
	color: black;
/*	margin-left: -45px;*/
	cursor: default;
}

label em {
	color: red;
}

.address {
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
}

.addresstype div.subhead a {
	font-size: small;
	font-weight: normal;
	margin: 15px 0px;
	display: block;
}

