
#acctretrievepasswd
{
	background-image: url(../images/pop_up_box_top_midsize.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: fixed;	
	width: 567px;
    margin-left: -283px;
	overflow: visible;
    margin-top: 4px;
    padding-bottom: 36px;
	display: none;
	z-index: 1010;

}
#acctretrievepasswd .box
{
	background-image: url(../images/pop_up_box_btm_midsize.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	clear: both;
	width: auto;
	overflow: visible;
	padding: 0 16px 0 16px;
	
}
#acctretrievepasswd .close
{
	background: url(../images/popup_box_close_x.gif) no-repeat right center;
	padding-right: 18px;
	margin-right: 18px;
	color: White;
	border: none;
	line-height: 35px;
	float: right;
}
#acctretrievepasswd a.close:hover
{
	text-decoration: underline;
}
#acctretrievepasswd h1
{
    font-size:23px;
    line-height:45px;
    border-bottom:1px solid #aaaaaa;
    margin-bottom:15px;
    margin: 0 0 16px 0;
    clear: both;
    
}
#acctretrievepasswd h5
{
    color: White;
	float: left;
	font-size: 16px;	
	width: 460px;
	line-height: 10px;
	padding-left: 16px;
}
#acctretrievepasswd .actions
{
    height:19px;
    margin: 0 16px 16px 0;

}

* html #acctretrievepasswd .actions
{
    margin-top:18px;
}
#acctretrievepasswd .actions a.cancel:hover
{
    color: #5C2946 /* eggplant */;
    border-bottom: solid 1px #5C2946 /*  eggplant */;
}
    
#acctretrievepasswd a.button
{
    float: right;
}
#acctretrievepasswd a.cancel
{
    border-bottom: dotted 1px #444444 /* charcoal */;
    margin-right: 10px;
    float: right;
}
#acctretrievepasswd .actions
{
    float: right;
    padding-bottom: 16px;
}
#acctretrievepasswd fieldset dl dt
{
    font-weight: bold;
    width: 80px;
}
#acctretrievepasswd.step3 fieldset dl dt
{
	width: 160px;
}
#acctretrievepasswd fieldset dl dd input.text
{
    width: 250px;
}
#acctretrievepasswd div.steps
{
    height: 30px;
    margin: 0 0 16px 0;
}
#acctretrievepasswd div.steps ul
{

    padding: 0;
    height: 30px;
    margin: auto;
}
#acctretrievepasswd div.steps ul li
{
    margin: 0;
    display: inline;
    color: White;    
    font-weight: bold;
    line-height: 30px;
    float: left;
    overflow: hidden;
    padding: 0 0 0 8px;
    background: url(../images/grey_step_box.gif) repeat left center;   
}
#acctretrievepasswd div.steps ul li label
{    
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    padding: 8px 16px 8px 0;
    background: url(../images/grey_step_arrow1.gif) no-repeat right center;
}

#acctretrievepasswd div.steps li.active
{
    background: url(../images/purple_step_box.gif) repeat left center;
}	


#acctretrievepasswd div.steps label.active
{
    background: url(../images/purple_step_arrow1.gif) no-repeat right center;  
}

#acctretrievepasswd div.steps label.reverse
{
    background: url(../images/purple_step_arrow2.gif) no-repeat right center;
}

/* Safari CSS Hank */
html>body*#acctretrievepasswd div.steps label.active, html>body*#acctretrievepasswd div.steps ul li label
{
    position:relative;
    top:1px;
}
/**/

/* IE7 CSS Hank */
html > body #acctretrievepasswd div.steps label.active, html>body*#acctretrievepasswd div.steps ul li label 
{
    *top:0px;
}
/**/

#acctretrievepasswd div.steps label.last
{
    background: none;

}
