﻿fieldset {
	border-style: solid;
	border-color: #3E5579;
	background-position: right bottom;
	margin: 5px;
	padding: 0px;
	background-image: url('../images/form/fieldsetbg.gif');
	background-repeat: no-repeat;
}
legend {
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 5px;
	color: #C0D7E7;
	background: #3E5579;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
}
	
	fieldset ol {  
		list-style: 		none;
	}
	
	fieldset li {  
		position:			relative;
	}
	
	label {
		position:			relative;
		clear:				left;
		float:				left;
		width:				5px;
		margin-right:		25px;
		padding-right:		10px;
		line-height:		15px;
		text-align:			right;
	}
	