* { behavior: url(iepngfix.htc) }

fieldset { 
	position: relative;
	margin: 1.5em auto 0 1em;  
	padding: 1em;  
	border: 1px solid #BFBAB0;  
	background-color: #e9f2f7;  
	background-image: url(/Images/fieldset.gif); 
	background-repeat: repeat-x; 
	font-size: 10px;
}

label Strong {  
display: block;  
color: #C00;  
font-size: 85%;  
font-weight: normal;  
}

.centerFieldset fieldset {
	*display:inline;
	margin-left:auto;
	margin-right:auto;
	/* INHERITED ALIGNMENT IS CENTER. ONLY INCLUDE THIS IF YOU WANT */
	/* TO CHANGE THE ALIGNMENT OF THE CONTENTS OF THE FIELDSET */
	text-align:left;
}
legend {  
	margin-left: 1em;  
	padding: 0;  
	color: #000;  
	font-weight: bold;
}
fieldset ol {  
	padding: 0em 1em 0 1em;  
	list-style: none;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 0.5em;
}
fieldset.submit {  
	float: right;  
	width: auto;  
	border-style: none;  
	/*padding-left: 10em;  */
	background-color: transparent;  
	background-image: none;
	margin-top:1em;
	margin-bottom:1px;
}
label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;  
	text-align: right;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button 
{
    background: transparent url(/Images/bg_button_a.png) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 1px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span 
{
    background: transparent url(/Images/bg_button_span.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a, a.button, a.button span, fieldset.submit { behavior: url(iepngfix.htc) }

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/* Sub groups */
fieldset fieldset {  
	margin-bottom: -2.5em;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
}
fieldset fieldset legend {  
	margin-left: 0;  
	font-weight: normal;
	*top: 0;
}
fieldset fieldset ol {  
	position: relative;  
	top: -1.5em;  
	margin: 0 0 0 11em;  
	padding: 0;
}
fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
}

.RadioButtons label
{
	font-size: 10px;
	float: none;  
	width: auto;  
	margin-right: auto;
	margin-left:5px;	
}

