﻿/*
	General tips:
	- In this file, focus on the comments and the properties - not the selectors.

	General IE6 tips:
	- Do NOT mix selectors with attribute-steps (ie input[type="text"]) in the same list as selectors without.
	  All selectors mixed with attribute selectors will fail in IE6.
*/

/* Styles to adapt when changing TOTAL LABEL WIDTH and/or TOTAL INPUT WIDTH */

/*
	These styles are affected both by changing the 
	TOTAL LABEL WIDTH and the TOTAL INPUT WIDTH,
	make changes according to blocks below first, 
	then return to this block
*/
.handleprofile .faf-form fieldset label.faf-lbl, 
.handleprofile .faf-form fieldset span.faf-lbl, 
.handleprofile .faf-form fieldset label span.faf-lbl-text, 
.handleprofile .faf-form fieldset fieldset legend label.faf-lbl, 
.handleprofile .faf-form fieldset fieldset legend span.faf-lbl, 
.handleprofile .faf-form fieldset label.faf-combine-lbl, 
.handleprofile .faf-form fieldset.faf-legend-as-lbl legend span.faf-lbl-text, 
.handleprofile .faf-form fieldset legend span.faf-lbl-text, 
.handleprofile .faf-form fieldset fieldset.faf-legend-as-lbl > legend span.faf-lbl-text
{
	width: 166px;
}


.handleprofile .faf-form > fieldset legend
{
    color:#0B6CC0; 
    border-top: solid 1px #0B6CC0;
    margin-bottom:4px;
    margin-top:0px;
    padding-top:0px;
    font-size:1.1em;
    background-color:transparent;
    width: 100%;
    padding-left: 0;
}
.handleprofile .faf-form fieldset fieldset legend
{
	width:176px;
}

.handleprofile .faf-form fieldset fieldset legend span
{
	display: block;
}
.handleprofile .faf-form fieldset fieldset.faf-legend-as-lbl > legend span .add-co
{
	font-size: 11px;
	font-family: Arial, helvetica, sans-serif;
}
.handleprofile .faf-form > fieldset legend span
{
   display: inline-block;
padding: 0 5px;
color: #0B6CC0;
font-size: 12px;
}

.ie7 .handleprofile .faf-form FIELDSET OL LI 
{
	margin-top: 0px;
}

.ie7 .registration .faf-form FIELDSET FIELDSET.faf-legend-as-lbl legend
{
	top:40px;
}
.ie7 .handleprofile .faf-form FIELDSET FIELDSET.faf-legend-as-lbl .faf-list-container
{
	padding-left: 176px;
}