/* CSS Document */
.infoSurBtp fieldset {  
	position: relative;  
	clear: both;  
	margin: 15px 0 -1em 0;  
	padding: 0 0 1em 0;  
	border-style: none;  
	border: 0px solid #000;  
} 

.infoSurBtp fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none; 
} 
.infoSurBtp fieldset li {  
	padding-bottom: 1em; 
	width: 100%; /* This can be any width you want, just make sure one is set */
    overflow: hidden;
} 
.infoSurBtp label {  
	width: 10em;  
	margin-right: 1em;  
	text-align: right; 
}
.infoSurBtp legend {  
	padding: 0;  
	color: #666666; 
	font-weight: bold; 
}
.infoSurBtp legend span {  
	position: absolute;  
	left: 0.74em;  
	top: 0;  
	margin-top: 0.5em;  
	font-size: 135%; 
}
.infoSurBtp fieldset.submit {  
	float: none;  
	width: auto;  
	padding-left: 12em;
	margin-top: 5px;
	margin-bottom: 5px;
}




