
fieldset div {
	margin:0.3em 0;
	clear:both;
}

label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	 /* color:white; */
	 color: #F59300;
	font-size:1.2em;
	font-weight: bold;
}
legend span {
	width:10em;
	text-align:right;
}

input.checkbox{
	border: 0px;
}
input,textarea,select {
	border:1px solid #3F6B9F;
	font: bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	/* behavior: url(./PIE.htc); */ 
	border-radius: 5px;
}
input:hover, input:focus,input.sffocus,textarea:hover, textarea:focus,textarea.sffocus,select:hover, select:focus,select.sffocus {
	border-color:#c5c5c5;
	background-color: #F0E68C;
} 
fieldset {
	/* border:1px solid white; */
	border:1px solid #3F6B9F; 
	padding:0 0.5em 0.5em;
	margin: 5px 10px 5px 10px;
}
.date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	/* color:#000; */
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}





