fieldset {  
position: relative;
float: left;  
clear: both;  
width: 50%;  
margin: .5em 0 .5em 1.5em;  
padding: 0px;  
border: 1px solid #BFBAB0;  
background-color: #F2EFE9;  
background-image: url(../images/misc/fieldset_gradient.png);  
background-repeat: repeat-x; 
}
legend {  
position: relative;
margin-left: 1em;  
padding: 0;  
color: #000;  
font-weight: bold; 
}
fieldset ol {  
position: relative;
padding-right: 1em;  
list-style: none; 
} 
fieldset li {  
position: relative;
padding-bottom: .5em; 
} 
fieldset.submit {  
position: relative;
float: none;  
width: auto;  
border-style: none;  
padding-left: 12em;  
background-color: transparent;  
background-image: none; 
}
label {  
position: relative;
float: left;  
width: 10em;  
margin-right: 1em;  
text-align: right; 
}
examplelabel {
position: relative;
	float: left;
	width: 12em;
	margin-right: 1em;
	text-align: right;
	color: #CCCCCC;
}

fieldset fieldset {  
position: relative;
margin-bottom: -2.5em;  
border-style: none;  
background-color: transparent;  
background-image: none; 
} 
fieldset fieldset legend {  
position: relative;
margin-right: 1em;  
font-weight: normal; 
} 
fieldset fieldset ol {  
position: relative;  
top: -1.5em;  
margin: 0 0 0 11em;  
padding: 0; 
} 
fieldset fieldset label {
position: relative;  
float: left;  
width: 1em;  
margin-right: 1em;  
text-align: right;
}
.helpcard {
	float: right;
	width: 200px;
	padding: 5px 5px 5px 5px;
	margin: 18px 100px 0px 0px;
	clear: none;
	border: 1px solid #BFBAB0;
	text-align: left;
	background-color: #FFFFE1;
	color: #666;
}
.helpcardHeader {
	clear: none;
	color: #666;
	font-weight: bold;
	border-bottom-color: #BFBAB0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.example {
position: relative;
	color: #666666;
	font-style: italic;
	line-height: 1.5em;
}
.instruction {  
position: relative;
	float: right;
	font-style: italic;
	width: 250px;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 20px 100px;
	text-align: left;
	color: #666;	
}

fieldset.memo {  
width: 90%;  
}





