.redMark {
	color: #f00;
	margin-left: 5px;
}

.address {
	width: 200px;
}

.note, .inputNote  {
	font-size: 8pt;
	color: #808080;
}

form {
	background-color:#fff;
	margin: 0;
	padding: 0;
	width: 100%;
}
fieldset {
	background: url('e7brushedBG.gif');
	margin: 4px 0;
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
fieldset div, fieldset div.note {
	margin:0.3em 0;
	clear:both;
}
fieldset div.inputNote {
	padding-left: 14em;
}

label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
/*
legend {
	color:#0b77b7;
	font-size:1.2em;
	border: 1px solid #ccc;
	background-color: #fff;
}
*/
legend span {
	width:10em;
	text-align:right;
}

input[type=text] {
	padding:0.15em;
	width:15em;
	border:1px solid #ddd;
	/*font-weight:bold;*/
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

input[type=text].smallInput {
	width: 8em;
}

input[type=text]:hover, input[type=text]:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
input[type=checkbox]{
	width: auto;
	margin-right: 5px;
}

textarea {
	width: 99%;
}
.radio {
	position:relative;
}
.radio fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend {
	font-size:1em;
}
.radio legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	display:inline;
	float:none;
	width:auto;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

